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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionStateMachine.cpp 35 const char* nameForSQLTransactionState(SQLTransactionState state)
SQLTransactionStateMachine.h 63 extern const char* nameForSQLTransactionState(SQLTransactionState);
SQLTransaction.cpp 122 LOG(StorageAPI, "Scheduling %s for transaction %p\n", nameForSQLTransactionState(nextState), this);
284 LOG(StorageAPI, "Callback %s\n", nameForSQLTransactionState(m_nextState));
SQLTransactionBackend.cpp 488 LOG(StorageAPI, "State %s\n", nameForSQLTransactionState(m_nextState));
    [all...]

Completed in 52 milliseconds