OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:didInitializePageGroup
(Results
1 - 6
of
6
) 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);
InjectedBundle.cpp
296
void InjectedBundle::
didInitializePageGroup
(WebPageGroupProxy* pageGroup)
298
m_client.
didInitializePageGroup
(this, pageGroup);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundle.h
47
WKBundleDidInitializePageGroupCallback
didInitializePageGroup
;
/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);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
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 2687 milliseconds