Searched refs:willSetStatusbarText (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageUIClient.h68 WKBundlePageWillSetStatusbarTextCallback willSetStatusbarText; member in struct:WKBundlePageUIClientV0
88 WKBundlePageWillSetStatusbarTextCallback willSetStatusbarText; member in struct:WKBundlePageUIClientV1
111 WKBundlePageWillSetStatusbarTextCallback willSetStatusbarText; member in struct:WKBundlePageUIClientV2
143 WKBundlePageWillSetStatusbarTextCallback willSetStatusbarText; member in struct:WKBundlePageUIClient
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundlePageUIClient.h51 void willSetStatusbarText(WebPage*, const String&) override;
H A DInjectedBundlePageUIClient.cpp50 void InjectedBundlePageUIClient::willSetStatusbarText(WebPage* page, const String& statusbarText) function in class:WebKit::InjectedBundlePageUIClient
52 if (m_client.willSetStatusbarText)
53 m_client.willSetStatusbarText(toAPI(page), toAPI(statusbarText.impl()), m_client.base.clientInfo);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/
H A DAPIInjectedBundlePageUIClient.h52 virtual void willSetStatusbarText(WebKit::WebPage*, const WTF::String&) { } function in class:API::InjectedBundle::PageUIClient
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp414 m_page->injectedBundleUIClient().willSetStatusbarText(m_page, statusbarText);

Completed in 200 milliseconds