Searched defs:hasCallback (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementLifecycleCallbacks.h53 bool hasCallback(CallbackType type) const { return m_which & type; } function in class:WebCore::CustomElementLifecycleCallbacks
/external/chromium_org/extensions/renderer/resources/
H A Dsend_request.js154 var hasCallback = request.callback || optArgs.customCallback; variable
158 hasCallback,
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLStatement.cpp71 bool SQLStatement::hasCallback() function in class:WebCore::SQLStatement
73 return m_statementCallbackWrapper.hasCallback();
78 return m_statementErrorCallbackWrapper.hasCallback();
H A DSQLCallbackWrapper.h100 bool hasCallback() const { return m_callback; } function in class:WebCore::SQLCallbackWrapper
H A DSQLTransaction.cpp82 bool SQLTransaction::hasCallback() const function in class:WebCore::SQLTransaction
84 return m_callbackWrapper.hasCallback();
89 return m_successCallbackWrapper.hasCallback();
94 return m_errorCallbackWrapper.hasCallback();
140 if (m_errorCallbackWrapper.hasCallback())

Completed in 172 milliseconds