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

  /external/webkit/Source/WebCore/storage/
SQLTransaction.h 97 bool runCurrentStatement();
SQLTransaction.cpp 346 } while (runCurrentStatement());
348 // If runCurrentStatement() returned false, that means either there was no current statement to run,
365 bool SQLTransaction::runCurrentStatement()

Completed in 39 milliseconds