Searched refs:didAssociateFormControls (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageFormClient.h92 WKBundlePageDidAssociateFormControlsCallback didAssociateFormControls; member in struct:WKBundlePageFormClientV2
114 WKBundlePageDidAssociateFormControlsCallback didAssociateFormControls; member in struct:WKBundlePageFormClient
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundlePageFormClient.h54 virtual void didAssociateFormControls(WebPage*, const Vector<RefPtr<WebCore::Element>>&) override;
H A DAPIInjectedBundleFormClient.h73 virtual void didAssociateFormControls(WebKit::WebPage*, const Vector<RefPtr<WebCore::Element>>&) { } function in class:API::InjectedBundle::FormClient
H A DInjectedBundlePageFormClient.cpp159 void InjectedBundlePageFormClient::didAssociateFormControls(WebPage* page, const Vector<RefPtr<WebCore::Element>>& elements) function in class:WebKit::InjectedBundlePageFormClient
161 if (!m_client.didAssociateFormControls)
170 m_client.didAssociateFormControls(toAPI(page), toAPI(API::Array::create(WTF::move(elementHandles)).get()), m_client.base.clientInfo);
/macosx-10.10/WebCore-7600.1.25/page/
H A DChromeClient.h424 virtual void didAssociateFormControls(const Vector<RefPtr<Element>>&) { }; function in class:WebCore::ChromeClient
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebChromeClient.h203 virtual void didAssociateFormControls(const Vector<RefPtr<WebCore::Element>>&) override;
H A DWebChromeClient.cpp767 void WebChromeClient::didAssociateFormControls(const Vector<RefPtr<WebCore::Element>>& elements) function in class:WebKit::WebChromeClient
769 return m_page->injectedBundleFormClient().didAssociateFormControls(m_page, elements);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DEmptyClients.h233 virtual void didAssociateFormControls(const Vector<RefPtr<Element>>&) override { }
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp6136 frame()->page()->chrome().client().didAssociateFormControls(associatedFormControls);

Completed in 108 milliseconds