OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKInputFieldActionType
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageFormClient.h
54
bool shouldPerformActionInTextField(WebPage*, WebCore::HTMLInputElement*,
WKInputFieldActionType
, WebFrame*);
InjectedBundlePageFormClient.cpp
77
bool InjectedBundlePageFormClient::shouldPerformActionInTextField(WebPage* page, HTMLInputElement* inputElement,
WKInputFieldActionType
actionType, WebFrame* frame)
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp
334
static bool getActionTypeForKeyEvent(KeyboardEvent* event,
WKInputFieldActionType
& type)
361
WKInputFieldActionType
actionType = static_cast<
WKInputFieldActionType
>(0);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h
67
typedef uint32_t
WKInputFieldActionType
;
227
typedef bool (*WKBundlePageShouldPerformActionInTextFieldCallback)(WKBundlePageRef page, WKBundleNodeHandleRef htmlInputElementHandle,
WKInputFieldActionType
actionType, WKBundleFrameRef frame, const void* clientInfo);
Completed in 6737 milliseconds