OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isClosePending
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.h
102
bool
isClosePending
() const { return m_closePending; }
IDBOpenDBRequest.cpp
169
if (event->type() == EventTypeNames::success && resultAsAny()->type() == IDBAny::IDBDatabaseType && resultAsAny()->idbDatabase()->
isClosePending
()) {
Completed in 96 milliseconds