Home
last modified time | relevance | path

Searched refs:shouldStopThreadActivity (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.cpp943 bool IconDatabase::shouldStopThreadActivity() const in shouldStopThreadActivity() function in WebCore::IconDatabase
993 if (shouldStopThreadActivity()) in iconDatabaseSyncThread()
1002 if (shouldStopThreadActivity()) in iconDatabaseSyncThread()
1025 if (shouldStopThreadActivity()) in iconDatabaseSyncThread()
1042 if (shouldStopThreadActivity()) in iconDatabaseSyncThread()
1270 if (shouldStopThreadActivity()) { in performURLImport()
1336 if (shouldStopThreadActivity()) in performURLImport()
1379 if (shouldStopThreadActivity()) in syncThreadMainLoop()
1383 if (shouldStopThreadActivity()) in syncThreadMainLoop()
1409 if (shouldStopThreadActivity()) in syncThreadMainLoop()
[all …]
DIconDatabaseBase.h201 virtual bool shouldStopThreadActivity() const { return true; } in shouldStopThreadActivity() function
DIconDatabase.h182 virtual bool shouldStopThreadActivity() const;
/external/webkit/Source/WebKit/mac/Misc/
DWebIconDatabase.mm630 if (iconDatabase().shouldStopThreadActivity())
650 if (iconDatabase().shouldStopThreadActivity())
/external/webkit/Source/WebCore/
DChangeLog-2007-10-148292 …(WebCore::IconDatabase::shouldStopThreadActivity): To check and see if the thread should stop what…
DChangeLog46927 (WebCore::IconDatabaseBase::shouldStopThreadActivity):
DChangeLog-2010-01-2987704 (WebCore::IconDatabase::shouldStopThreadActivity): Added.