Searched defs:injectedBundlePath (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DWebProcessCreationParameters.h52 String injectedBundlePath; member in struct:WebKit::WebProcessCreationParameters
/external/webkit/Tools/WebKitTestRunner/
H A DTestController.h49 WKStringRef injectedBundlePath() { return m_injectedBundlePath.get(); } function in class:WTR::TestController
/external/webkit/Source/WebKit2/UIProcess/
H A DWebContext.h67 static PassRefPtr<WebContext> create(const String& injectedBundlePath);
91 const String& injectedBundlePath() const { return m_injectedBundlePath; } function in class:WebKit::WebContext
179 WebContext(ProcessModel, const String& injectedBundlePath);
H A DWebContext.cpp89 PassRefPtr<WebContext> WebContext::create(const String& injectedBundlePath) argument
93 return adoptRef(new WebContext(ProcessModelSecondaryProcess, injectedBundlePath));
108 WebContext::WebContext(ProcessModel processModel, const String& injectedBundlePath) argument
111 , m_injectedBundlePath(injectedBundlePath)
226 if (!injectedBundlePath().isEmpty()) {
227 parameters.injectedBundlePath = injectedBundlePath();
229 SandboxExtension::createHandle(parameters.injectedBundlePath, SandboxExtension::ReadOnly, parameters.injectedBundlePathExtensionHandle);

Completed in 72 milliseconds