OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasCheckedForTermination
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
TaskSynchronizer.h
52
bool
hasCheckedForTermination
() const { return m_hasCheckedForTermination; }
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseTask.h
59
bool
hasCheckedForTermination
() const { return m_synchronizer->
hasCheckedForTermination
(); }
Completed in 758 milliseconds