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

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageLoaderClient.h407 WKBundlePageWillDestroyFrame willDestroyFrame; member in struct:WKBundlePageLoaderClientV7
462 WKBundlePageWillDestroyFrame willDestroyFrame; member in struct:WKBundlePageLoaderClientV8
522 WKBundlePageWillDestroyFrame willDestroyFrame; member in struct:WKBundlePageLoaderClient
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundlePageLoaderClient.cpp349 void InjectedBundlePageLoaderClient::willDestroyFrame(WebPage* page, WebFrame* frame) function in class:WebKit::InjectedBundlePageLoaderClient
351 if (!m_client.willDestroyFrame)
354 m_client.willDestroyFrame(toAPI(page), toAPI(frame), m_client.base.clientInfo);
H A DInjectedBundlePageLoaderClient.h103 void willDestroyFrame(WebPage*, WebFrame*);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/gtk/
H A DWebKitWebPage.cpp142 static void willDestroyFrame(WKBundlePageRef, WKBundleFrameRef frame, const void* /* clientInfo */) function
353 willDestroyFrame
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp107 webPage->injectedBundleLoaderClient().willDestroyFrame(webPage, m_frame);

Completed in 85 milliseconds