qcpix/src/platform/s60/src/qcpixsearcherprivate.cpp
changeset 1 6f2c1c46032b
parent 0 671dee74050a
child 3 ae3f1779f6da
equal deleted inserted replaced
0:671dee74050a 1:6f2c1c46032b
    45     //iSearchSession.Close();
    45     //iSearchSession.Close();
    46     }
    46     }
    47 
    47 
    48 void QCPixSearcherPrivate::HandleSearchResultsL(TInt aError, TInt aEstimatedResultCount)
    48 void QCPixSearcherPrivate::HandleSearchResultsL(TInt aError, TInt aEstimatedResultCount)
    49     {
    49     {
       
    50     PERF_TIME_NOW("Async search complete");
    50     emit iSearchParent->handleSearchResults( aError, aEstimatedResultCount );
    51     emit iSearchParent->handleSearchResults( aError, aEstimatedResultCount );
    51     }
    52     }
    52 
    53 
    53 void QCPixSearcherPrivate::HandleDocumentL(TInt aError, CSearchDocument* aDocument)
    54 void QCPixSearcherPrivate::HandleDocumentL(TInt aError, CSearchDocument* aDocument)
    54     {
    55     {
       
    56     PERF_TIME_NOW("Async get document complete")
    55     emit iSearchParent->handleDocument( aError, QCPixDocFromCPixDoc( aDocument ) );
    57     emit iSearchParent->handleDocument( aError, QCPixDocFromCPixDoc( aDocument ) );
    56     }
    58     }
    57 
    59 
    58 void QCPixSearcherPrivate::HandleOpenDatabaseResultL( TInt aError )
    60 void QCPixSearcherPrivate::HandleOpenDatabaseResultL( TInt aError )
    59     {
    61     {