Home
last modified time | relevance | path

Searched refs:unreachableState (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLTransaction.cpp96 &SQLTransaction::unreachableState, // 0. illegal in stateFunctionFor()
97 &SQLTransaction::unreachableState, // 1. idle in stateFunctionFor()
98 &SQLTransaction::unreachableState, // 2. acquireLock in stateFunctionFor()
99 &SQLTransaction::unreachableState, // 3. openTransactionAndPreflight in stateFunctionFor()
101 &SQLTransaction::unreachableState, // 5. postflightAndCommit in stateFunctionFor()
235 SQLTransactionState SQLTransaction::unreachableState() in unreachableState() function in WebCore::SQLTransaction
DSQLTransactionBackend.cpp442 &SQLTransactionBackend::unreachableState, // 0. end in stateFunctionFor()
443 &SQLTransactionBackend::unreachableState, // 1. idle in stateFunctionFor()
808 SQLTransactionState SQLTransactionBackend::unreachableState() in unreachableState() function in WebCore::SQLTransactionBackend
DSQLTransaction.h93 SQLTransactionState unreachableState();
DSQLTransactionBackend.h101 SQLTransactionState unreachableState();