Searched refs:injectedBundlePath (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DAPIContextConfiguration.h49 String injectedBundlePath() const { return m_injectedBundlePath; } function in class:API::ContextConfiguration
50 void setInjectedBundlePath(const String& injectedBundlePath) { m_injectedBundlePath = injectedBundlePath; } argument
H A DAPIContextConfiguration.cpp46 configuration.injectedBundlePath = m_injectedBundlePath;
H A DWebContext.cpp163 , m_injectedBundlePath(configuration.injectedBundlePath)
605 parameters.injectedBundlePath = injectedBundlePath();
606 if (!parameters.injectedBundlePath.isEmpty())
607 SandboxExtension::createHandle(parameters.injectedBundlePath, SandboxExtension::ReadOnly, parameters.injectedBundlePathExtensionHandle);
H A DWebContext.h99 String injectedBundlePath; member in struct:WebKit::WebContextConfiguration
176 const String& injectedBundlePath() const { return m_injectedBundlePath; } function in class:WebKit::WebContext
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKContextConfigurationRef.cpp51 return toCopiedAPI(toImpl(configuration)->injectedBundlePath());
54 void WKContextConfigurationSetInjectedBundlePath(WKContextConfigurationRef configuration, WKStringRef injectedBundlePath) argument
56 toImpl(configuration)->setInjectedBundlePath(toImpl(injectedBundlePath)->string());
H A DWKContextConfigurationRef.h41 WK_EXPORT void WKContextConfigurationSetInjectedBundlePath(WKContextConfigurationRef configuration, WKStringRef injectedBundlePath);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebProcessCreationParameters.h64 String injectedBundlePath; member in struct:WebKit::WebProcessCreationParameters
H A DWebProcessCreationParameters.cpp61 encoder << injectedBundlePath; local
150 if (!decoder.decode(parameters.injectedBundlePath))
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_context_private.h52 static PassRefPtr<EwkContext> create(const String& injectedBundlePath);
H A Dewk_context.cpp124 PassRefPtr<EwkContext> EwkContext::create(const String& injectedBundlePath) argument
126 if (!fileExists(injectedBundlePath))
129 WKRetainPtr<WKStringRef> path = adoptWK(toCopiedAPI(injectedBundlePath));
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitWebContext.cpp241 static const char* injectedBundlePath = LIBDIR G_DIR_SEPARATOR_S "webkit2gtk-" WEBKITGTK_API_VERSION_STRING local
243 return injectedBundlePath;
258 webContextConfiguration.injectedBundlePath = WebCore::filenameToString(injectedBundleFilename().data());
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKProcessGroup.mm193 webContextConfiguration.injectedBundlePath = bundleURL ? String(bundleURL.path) : String();
H A DWKProcessPool.mm171 webContextConfiguration.injectedBundlePath = bundleURL.path;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp100 : m_path(parameters.injectedBundlePath)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/
H A DWebProcess.cpp285 if (!parameters.injectedBundlePath.isEmpty())

Completed in 202 milliseconds