OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actionType
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/mac/WebView/
WebPDFDocumentExtras.mm
103
const char*
actionType
;
104
if (!CGPDFDictionaryGetName(javaScriptAction, "S", &
actionType
) || strcmp(
actionType
, "JavaScript"))
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageFormClient.cpp
77
bool InjectedBundlePageFormClient::shouldPerformActionInTextField(WebPage* page, HTMLInputElement* inputElement, WKInputFieldActionType
actionType
, WebFrame* frame)
83
return m_client.shouldPerformActionInTextField(toAPI(page), toAPI(nodeHandle.get()),
actionType
, toAPI(frame), m_client.clientInfo);
/cts/tools/host/src/com/android/cts/
ConsoleUi.java
19
import com.android.cts.TestHost.
ActionType
;
458
ActionType
actionType
=
ActionType
.START_NEW_SESSION;
466
actionType
=
ActionType
.RUN_SINGLE_TEST;
469
actionType
=
ActionType
.RUN_SINGLE_JAVA_PACKAGE;
484
if ((
actionType
!=
ActionType
.RUN_SINGLE_TEST
[
all
...]
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp
361
WKInputFieldActionType
actionType
= static_cast<WKInputFieldActionType>(0);
362
if (!getActionTypeForKeyEvent(event,
actionType
))
366
return m_page->injectedBundleFormClient().shouldPerformActionInTextField(m_page, static_cast<HTMLInputElement*>(element),
actionType
, webFrame);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h
227
typedef bool (*WKBundlePageShouldPerformActionInTextFieldCallback)(WKBundlePageRef page, WKBundleNodeHandleRef htmlInputElementHandle, WKInputFieldActionType
actionType
, WKBundleFrameRef frame, const void* clientInfo);
Completed in 900 milliseconds