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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackend.h 96 SQLTransactionState openTransactionAndPreflight();
SQLTransactionBackend.cpp 66 // 3. OpenTransactionAndPreflight ------------------------------------------.
104 // - on "lock" acquisition, goto SQLTransactionState::OpenTransactionAndPreflight.
106 // 3. SQLTransactionState::openTransactionAndPreflight (runs in backend)
168 // OpenTransactionAndPreflight (state 3 in the backend)
189 // - is in OpenTransactionAndPreflight, and doing its work.
457 &SQLTransactionBackend::openTransactionAndPreflight, // 3.
488 || m_nextState == SQLTransactionState::OpenTransactionAndPreflight
554 requestTransitToState(SQLTransactionState::OpenTransactionAndPreflight);
557 SQLTransactionState SQLTransactionBackend::openTransactionAndPreflight()
634 // See ::openTransactionAndPreflight() for discussio
    [all...]

Completed in 7852 milliseconds