HomeSort by relevance Sort by last modified time
    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 171 if (event->type() == EventTypeNames::success && resultAsAny()->type() == IDBAny::IDBDatabaseType && resultAsAny()->idbDatabase()->isClosePending()) {

Completed in 172 milliseconds