HomeSort by relevance Sort by last modified time
    Searched defs:willSubmitForm (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebFormClient.cpp 36 bool WebFormClient::willSubmitForm(WebPageProxy* page, WebFrameProxy* frame, WebFrameProxy* sourceFrame, const Vector<std::pair<String, String> >& textFieldValues, APIObject* userData, WebFormSubmissionListenerProxy* listener)
38 if (!m_client.willSubmitForm)
46 m_client.willSubmitForm(toAPI(page), toAPI(frame), toAPI(sourceFrame), toAPI(textFieldsMap.get()), toAPI(userData), toAPI(listener), m_client.clientInfo);
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageFormClient.cpp 86 void InjectedBundlePageFormClient::willSubmitForm(WebPage* page, HTMLFormElement* formElement, WebFrame* frame, WebFrame* sourceFrame, const Vector<std::pair<String, String> >& values, RefPtr<APIObject>& userData)
88 if (!m_client.willSubmitForm)
99 m_client.willSubmitForm(toAPI(page), toAPI(nodeHandle.get()), toAPI(frame), toAPI(sourceFrame), toAPI(textFieldsMap.get()), &userDataToPass, m_client.clientInfo);
  /external/webkit/Source/WebKit/chromium/public/
WebFrameClient.h 159 virtual void willSubmitForm(WebFrame*, const WebFormElement&) { }
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 238 WKBundlePageWillSubmitFormCallback willSubmitForm;
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 129 WKPageWillSubmitFormCallback willSubmitForm;

Completed in 869 milliseconds