Searched refs:actionType (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebPDFDocumentExtras.mm103 const char* actionType;
104 if (!CGPDFDictionaryGetName(javaScriptAction, "S", &actionType) || strcmp(actionType, "JavaScript"))
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageFormClient.cpp77 bool InjectedBundlePageFormClient::shouldPerformActionInTextField(WebPage* page, HTMLInputElement* inputElement, WKInputFieldActionType actionType, WebFrame* frame) argument
83 return m_client.shouldPerformActionInTextField(toAPI(page), toAPI(nodeHandle.get()), actionType, toAPI(frame), m_client.clientInfo);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp361 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/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java816 Class<?> actionType = stubbingAction.getReturnType();
817 if (actionType == null) {
825 if (!methodType.isAssignableFrom(actionType)) {
827 actionType.equals(PRIMITIVE_TO_BOXED_LOOKUP.get(methodType))) {
831 sb.append("\nCan't return ").append(actionType.getSimpleName()).append(" from stub for:");
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h227 typedef bool (*WKBundlePageShouldPerformActionInTextFieldCallback)(WKBundlePageRef page, WKBundleNodeHandleRef htmlInputElementHandle, WKInputFieldActionType actionType, WKBundleFrameRef frame, const void* clientInfo);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 178 milliseconds