OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calltransactionerrorcallback
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.cpp
159
static void
callTransactionErrorCallback
(ExecutionContext*, PassOwnPtr<SQLTransactionErrorCallback> callback, PassRefPtr<SQLError> error)
180
executionContext()->postTask(createCallbackTask(&
callTransactionErrorCallback
, callback.release(), error.release()));
Completed in 44 milliseconds