HomeSort by relevance Sort by last modified time
    Searched full:postflightandcommit (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionStateMachine.cpp 48 case SQLTransactionState::PostflightAndCommit:
49 return "postflightAndCommit";
SQLTransactionState.h 39 PostflightAndCommit,
SQLTransactionBackend.h 97 SQLTransactionState postflightAndCommit();
SQLTransactionBackend.cpp 82 // 5. PostflightAndCommit --+--------------------------------------------------' |
134 // - goto SQLTransactionState::PostflightAndCommit.
145 // 9. SQLTransactionState::PostflightAndCommit (runs in backend)
453 &SQLTransactionBackend::postflightAndCommit, // 5.
484 || m_nextState == SQLTransactionState::PostflightAndCommit
    [all...]
SQLTransaction.cpp 101 &SQLTransaction::unreachableState, // 5. postflightAndCommit

Completed in 65 milliseconds