Home
last modified time | relevance | path

Searched defs:hasCheckedForTermination (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DTaskSynchronizer.h52 bool hasCheckedForTermination() const { return m_hasCheckedForTermination; } in hasCheckedForTermination() function
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseTask.h59 bool hasCheckedForTermination() const { return m_synchronizer->hasCheckedForTermination(); } in hasCheckedForTermination() function