Searched defs:didInitializePageGroup (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleClient.cpp49 void InjectedBundleClient::didInitializePageGroup(InjectedBundle* bundle, WebPageGroupProxy* pageGroup) function in class:WebKit::InjectedBundleClient
51 if (!m_client.didInitializePageGroup)
54 m_client.didInitializePageGroup(toAPI(bundle), toAPI(pageGroup), m_client.clientInfo);
H A DInjectedBundle.cpp296 void InjectedBundle::didInitializePageGroup(WebPageGroupProxy* pageGroup) function in class:WebKit::InjectedBundle
298 m_client.didInitializePageGroup(this, pageGroup);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundle.h47 WKBundleDidInitializePageGroupCallback didInitializePageGroup; member in struct:WKBundleClient
/external/webkit/Tools/TestWebKitAPI/
H A DInjectedBundleTest.h41 virtual void didInitializePageGroup(WKBundleRef, WKBundlePageGroupRef) { } function in class:TestWebKitAPI::InjectedBundleTest
H A DInjectedBundleController.cpp57 didInitializePageGroup,
87 void InjectedBundleController::didInitializePageGroup(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, const void* clientInfo) function in class:TestWebKitAPI::InjectedBundleController
91 self->m_currentTest->didInitializePageGroup(bundle, pageGroup);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundle.cpp67 void InjectedBundle::didInitializePageGroup(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, const void* clientInfo) function in class:WTR::InjectedBundle
69 static_cast<InjectedBundle*>(const_cast<void*>(clientInfo))->didInitializePageGroup(pageGroup);
86 didInitializePageGroup,
113 void InjectedBundle::didInitializePageGroup(WKBundlePageGroupRef pageGroup) function in class:WTR::InjectedBundle

Completed in 108 milliseconds