Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLTransaction.cpp140 bool shouldDeliverErrorCallback = false; in deliverTransactionCallback() local
146 shouldDeliverErrorCallback = !callback->handleEvent(this); in deliverTransactionCallback()
152 if (shouldDeliverErrorCallback) { in deliverTransactionCallback()