Searched defs:performImport (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DIconDatabaseClientQt.cpp55 bool IconDatabaseClientQt::performImport() function in class:WebCore::IconDatabaseClientQt
/external/webkit/Source/WebCore/storage/
H A DStorageAreaSync.cpp267 void StorageAreaSync::performImport() function in class:WebCore::StorageAreaSync
/external/webkit/Source/WebKit/android/jni/
H A DWebIconDatabase.cpp69 bool WebIconDatabase::performImport() function in class:android::WebIconDatabase
/external/webkit/Source/WebKit/win/
H A DWebIconDatabase.cpp322 bool WebIconDatabase::performImport() function in class:WebIconDatabase
/external/webkit/Source/WebKit2/UIProcess/
H A DWebIconDatabase.cpp208 bool WebIconDatabase::performImport() function in class:WebKit::WebIconDatabase
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp89 virtual bool performImport() { return true; } function in class:WebCore::DefaultIconDatabaseClient
1017 if (m_client->performImport()) {
1030 LOG(IconDatabase, "(THREAD) performImport() took %.4f seconds, now %.4f seconds from thread start", newStamp - timeStamp, newStamp - startTime);

Completed in 157 milliseconds