HomeSort by relevance Sort by last modified time
    Searched refs:didInitializePageGroup (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleClient.cpp 49 void InjectedBundleClient::didInitializePageGroup(InjectedBundle* bundle, WebPageGroupProxy* pageGroup)
51 if (!m_client.didInitializePageGroup)
54 m_client.didInitializePageGroup(toAPI(bundle), toAPI(pageGroup), m_client.clientInfo);
InjectedBundleClient.h 44 void didInitializePageGroup(InjectedBundle*, WebPageGroupProxy*);
InjectedBundle.h 122 void didInitializePageGroup(WebPageGroupProxy*);
InjectedBundle.cpp 296 void InjectedBundle::didInitializePageGroup(WebPageGroupProxy* pageGroup)
298 m_client.didInitializePageGroup(this, pageGroup);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPageGroupProxy.cpp 39 WebProcess::shared().injectedBundle()->didInitializePageGroup(pageGroup.get());
  /external/webkit/Tools/TestWebKitAPI/
InjectedBundleTest.h 41 virtual void didInitializePageGroup(WKBundleRef, WKBundlePageGroupRef) { }
InjectedBundleController.cpp 57 didInitializePageGroup,
87 void InjectedBundleController::didInitializePageGroup(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, const void* clientInfo)
91 self->m_currentTest->didInitializePageGroup(bundle, pageGroup);
InjectedBundleController.h 57 static void didInitializePageGroup(WKBundleRef, WKBundlePageGroupRef, const void* clientInfo);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundle.h 47 WKBundleDidInitializePageGroupCallback didInitializePageGroup;
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.h 81 static void didInitializePageGroup(WKBundleRef, WKBundlePageGroupRef, const void* clientInfo);
86 void didInitializePageGroup(WKBundlePageGroupRef);
InjectedBundle.cpp 67 void InjectedBundle::didInitializePageGroup(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, const void* clientInfo)
69 static_cast<InjectedBundle*>(const_cast<void*>(clientInfo))->didInitializePageGroup(pageGroup);
86 didInitializePageGroup,
113 void InjectedBundle::didInitializePageGroup(WKBundlePageGroupRef pageGroup)

Completed in 789 milliseconds