HomeSort by relevance Sort by last modified time
    Searched defs:InjectedBundleController (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/TestWebKitAPI/
InjectedBundleController.h 37 class InjectedBundleController {
39 static InjectedBundleController& shared();
52 InjectedBundleController();
53 ~InjectedBundleController();
InjectedBundleController.cpp 26 #include "InjectedBundleController.h"
36 InjectedBundleController& InjectedBundleController::shared()
38 static InjectedBundleController& shared = *new InjectedBundleController;
42 InjectedBundleController::InjectedBundleController()
48 void InjectedBundleController::initialize(WKBundleRef bundle, WKTypeRef initializationUserData)
73 void InjectedBundleController::didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo)
75 InjectedBundleController* self = static_cast<InjectedBundleController*>(const_cast<void*>(clientInfo))
    [all...]

Completed in 24 milliseconds