HomeSort by relevance Sort by last modified time
    Searched refs:unreachableState (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransaction.cpp 96 &SQLTransaction::unreachableState, // 0. illegal
97 &SQLTransaction::unreachableState, // 1. idle
98 &SQLTransaction::unreachableState, // 2. acquireLock
99 &SQLTransaction::unreachableState, // 3. openTransactionAndPreflight
101 &SQLTransaction::unreachableState, // 5. postflightAndCommit
235 SQLTransactionState SQLTransaction::unreachableState()
SQLTransaction.h 91 SQLTransactionState unreachableState();
SQLTransactionBackend.h 101 SQLTransactionState unreachableState();
SQLTransactionBackend.cpp 220 // backend, the state function for Idle is unreachableState().
448 &SQLTransactionBackend::unreachableState, // 0. end
449 &SQLTransactionBackend::unreachableState, // 1. idle
    [all...]

Completed in 43 milliseconds