Home
last modified time | relevance | path

Searched refs:InjectedBundleController (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/
DInjectedBundleController.cpp36 InjectedBundleController& InjectedBundleController::shared() in shared()
38 static InjectedBundleController& shared = *new InjectedBundleController; in shared()
42 InjectedBundleController::InjectedBundleController() in InjectedBundleController() function in TestWebKitAPI::InjectedBundleController
48 void InjectedBundleController::initialize(WKBundleRef bundle, WKTypeRef initializationUserData) in initialize()
73 void InjectedBundleController::didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* … in didCreatePage()
75InjectedBundleController* self = static_cast<InjectedBundleController*>(const_cast<void*>(clientIn… in didCreatePage()
80 void InjectedBundleController::willDestroyPage(WKBundleRef bundle, WKBundlePageRef page, const void… in willDestroyPage()
82InjectedBundleController* self = static_cast<InjectedBundleController*>(const_cast<void*>(clientIn… in willDestroyPage()
87 void InjectedBundleController::didInitializePageGroup(WKBundleRef bundle, WKBundlePageGroupRef page… in didInitializePageGroup()
89InjectedBundleController* self = static_cast<InjectedBundleController*>(const_cast<void*>(clientIn… in didInitializePageGroup()
[all …]
DInjectedBundleController.h37 class InjectedBundleController {
39 static InjectedBundleController& shared();
52 InjectedBundleController();
53 ~InjectedBundleController();
DInjectedBundleMain.cpp36 TestWebKitAPI::InjectedBundleController::shared().initialize(bundle, initializationUserData); in WKBundleInitialize()
DInjectedBundleTest.h50InjectedBundleController::shared().registerCreateInjectedBundleTestFunction(test, Register::create… in Register()
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DHitTestResultNodeHandle_Bundle.cpp49 …WKBundlePostMessage(InjectedBundleController::shared().bundle(), Util::toWK("HitTestResultNodeHand… in getContextMenuFromDefaultMenu()
/external/webkit/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/
Dproject.pbxproj30 …006F0F12 /* InjectedBundleController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC575AA012…
126 …2 /* InjectedBundleController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
127 …* InjectedBundleController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
247 BC575A9F126E7657006F0F12 /* InjectedBundleController.h */,
248 BC575AA0126E7657006F0F12 /* InjectedBundleController.cpp */,
455 BC575AA2126E7660006F0F12 /* InjectedBundleController.cpp in Sources */,
/external/webkit/Tools/
DChangeLog-2011-02-168949 * TestWebKitAPI/InjectedBundleController.cpp:
8950 (TestWebKitAPI::InjectedBundleController::initialize):
8951 (TestWebKitAPI::InjectedBundleController::didInitializePageGroup):
8952 (TestWebKitAPI::InjectedBundleController::initializeTestNamed):
8953 * TestWebKitAPI/InjectedBundleController.h:
12511 * TestWebKitAPI/InjectedBundleController.cpp:
12512 (TestWebKitAPI::InjectedBundleController::initialize):
12513 (TestWebKitAPI::InjectedBundleController::didReceiveMessage):
12514 * TestWebKitAPI/InjectedBundleController.h:
14778 * TestWebKitAPI/InjectedBundleController.cpp:
[all …]
DChangeLog6665 * TestWebKitAPI/InjectedBundleController.h:
6666 (TestWebKitAPI::InjectedBundleController::bundle):