OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldPerformActionInTextField
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageFormClient.cpp
77
bool InjectedBundlePageFormClient::
shouldPerformActionInTextField
(WebPage* page, HTMLInputElement* inputElement, WKInputFieldActionType actionType, WebFrame* frame)
79
if (!m_client.
shouldPerformActionInTextField
)
83
return m_client.
shouldPerformActionInTextField
(toAPI(page), toAPI(nodeHandle.get()), actionType, toAPI(frame), m_client.clientInfo);
InjectedBundlePageFormClient.h
54
bool
shouldPerformActionInTextField
(WebPage*, WebCore::HTMLInputElement*, WKInputFieldActionType, WebFrame*);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp
366
return m_page->injectedBundleFormClient().
shouldPerformActionInTextField
(m_page, static_cast<HTMLInputElement*>(element), actionType, webFrame);
375
m_page->injectedBundleFormClient().
shouldPerformActionInTextField
(m_page, static_cast<HTMLInputElement*>(element), WKInputFieldActionTypeInsertDelete, webFrame);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h
237
WKBundlePageShouldPerformActionInTextFieldCallback
shouldPerformActionInTextField
;
Completed in 22 milliseconds