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
185
static void
callTransactionErrorCallback
(ScriptExecutionContext*, PassRefPtr<SQLTransactionErrorCallback> callback, PassRefPtr<SQLError> error)
200
scriptExecutionContext()->postTask(createCallbackTask(&
callTransactionErrorCallback
, anotherRefToErrorCallback, error.release()));
Completed in 25 milliseconds