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 108 &SQLTransaction::unreachableState, // 0. illegal
109 &SQLTransaction::unreachableState, // 1. idle
110 &SQLTransaction::unreachableState, // 2. acquireLock
111 &SQLTransaction::unreachableState, // 3. openTransactionAndPreflight
113 &SQLTransaction::unreachableState, // 5. postflightAndCommit
245 SQLTransactionState SQLTransaction::unreachableState()
SQLTransaction.h 98 SQLTransactionState unreachableState();
SQLTransactionBackend.h 102 SQLTransactionState unreachableState();
SQLTransactionBackend.cpp 218 // backend, the state function for Idle is unreachableState().
454 &SQLTransactionBackend::unreachableState, // 0. end
455 &SQLTransactionBackend::unreachableState, // 1. idle
    [all...]

Completed in 1919 milliseconds