HomeSort by relevance Sort by last modified time
    Searched defs:unreachableState (Results 1 - 2 of 2) 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()
SQLTransactionBackend.cpp 218 // backend, the state function for Idle is unreachableState().
454 &SQLTransactionBackend::unreachableState, // 0. end
455 &SQLTransactionBackend::unreachableState, // 1. idle
    [all...]

Completed in 71 milliseconds