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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionStateMachine.cpp 44 case SQLTransactionState::OpenTransactionAndPreflight:
45 return "openTransactionAndPreflight";
SQLTransactionState.h 37 OpenTransactionAndPreflight,
SQLTransactionBackend.h 95 SQLTransactionState openTransactionAndPreflight();
SQLTransactionBackend.cpp 68 // 3. OpenTransactionAndPreflight ------------------------------------------.
106 // - on "lock" acquisition, goto SQLTransactionState::OpenTransactionAndPreflight.
108 // 3. SQLTransactionState::openTransactionAndPreflight (runs in backend)
170 // OpenTransactionAndPreflight (state 3 in the backend)
191 // - is in OpenTransactionAndPreflight, and doing its work.
451 &SQLTransactionBackend::openTransactionAndPreflight, // 3.
482 || m_nextState == SQLTransactionState::OpenTransactionAndPreflight
554 requestTransitToState(SQLTransactionState::OpenTransactionAndPreflight);
557 SQLTransactionState SQLTransactionBackend::openTransactionAndPreflight()
640 // See ::openTransactionAndPreflight() for discussio
    [all...]
SQLTransaction.cpp 99 &SQLTransaction::unreachableState, // 3. openTransactionAndPreflight

Completed in 27 milliseconds