Home
last modified time | relevance | path

Searched defs:hasCallback (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementLifecycleCallbacks.h53 bool hasCallback(CallbackType type) const { return m_which & type; } in hasCallback() function
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLCallbackWrapper.h100 bool hasCallback() const { return m_callback; } in hasCallback() function
DSQLStatement.cpp71 bool SQLStatement::hasCallback() in hasCallback() function in WebCore::SQLStatement
DSQLTransaction.cpp82 bool SQLTransaction::hasCallback() const in hasCallback() function in WebCore::SQLTransaction