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

  /external/webkit/Tools/TestWebKitAPI/
PlatformUtilities.cpp 36 WKRetainPtr<WKStringRef> injectedBundlePath(AdoptWK, createInjectedBundlePath());
37 WKContextRef context = WKContextCreateWithInjectedBundlePath(injectedBundlePath.get());
  /external/webkit/Source/WebKit2/Shared/
WebProcessCreationParameters.h 52 String injectedBundlePath;
WebProcessCreationParameters.cpp 48 encoder->encode(injectedBundlePath);
86 if (!decoder->decode(parameters.injectedBundlePath))
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 89 PassRefPtr<WebContext> WebContext::create(const String& injectedBundlePath)
93 return adoptRef(new WebContext(ProcessModelSecondaryProcess, injectedBundlePath));
108 WebContext::WebContext(ProcessModel processModel, const String& injectedBundlePath)
111 , m_injectedBundlePath(injectedBundlePath)
226 if (!injectedBundlePath().isEmpty()) {
227 parameters.injectedBundlePath = injectedBundlePath();
229 SandboxExtension::createHandle(parameters.injectedBundlePath, SandboxExtension::ReadOnly, parameters.injectedBundlePathExtensionHandle);
WebContext.h 67 static PassRefPtr<WebContext> create(const String& injectedBundlePath);
91 const String& injectedBundlePath() const { return m_injectedBundlePath; }
179 WebContext(ProcessModel, const String& injectedBundlePath);
  /external/webkit/Tools/WebKitTestRunner/
TestController.h 49 WKStringRef injectedBundlePath() { return m_injectedBundlePath.get(); }
TestController.cpp 249 m_context.adopt(WKContextCreateWithInjectedBundlePath(injectedBundlePath()));
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp 171 if (!parameters.injectedBundlePath.isEmpty()) {
172 m_injectedBundle = InjectedBundle::create(parameters.injectedBundlePath);

Completed in 275 milliseconds