HomeSort by relevance Sort by last modified time
    Searched refs:pluginPath (Results 26 - 44 of 44) sorted by null

12

  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 77 + (WebBasePluginPackage *)pluginWithPath:(NSString *)pluginPath
80 WebBasePluginPackage *pluginPackage = [[WebPluginPackage alloc] initWithPath:pluginPath];
84 pluginPackage = [[WebNetscapePluginPackage alloc] initWithPath:pluginPath];
124 - (id)initWithPath:(NSString *)pluginPath
129 path = pathByResolvingSymlinksAndAliases(pluginPath);
WebNetscapePluginPackage.mm 205 - (BOOL)_initWithPath:(NSString *)pluginPath
272 - (id)initWithPath:(NSString *)pluginPath
274 if (!(self = [super initWithPath:pluginPath]))
279 if (![self _initWithPath:pluginPath]) {
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.cpp 219 void WebProcessProxy::getPluginProcessConnection(const String& pluginPath, PassRefPtr<Messages::WebProcessProxy::GetPluginProcessConnection::DelayedReply> reply)
221 PluginProcessManager::shared().getPluginProcessConnection(context()->pluginInfoStore(), pluginPath, reply);
224 void WebProcessProxy::pluginSyncMessageSendTimedOut(const String& pluginPath)
226 PluginProcessManager::shared().pluginSyncMessageSendTimedOut(pluginPath);
WebProcessProxy.h 124 void getPluginProcessConnection(const String& pluginPath, PassRefPtr<Messages::WebProcessProxy::GetPluginProcessConnection::DelayedReply>);
125 void pluginSyncMessageSendTimedOut(const String& pluginPath);
WebContext.h 194 void getPluginPath(const String& mimeType, const String& urlString, String& pluginPath);
WebContext.cpp 523 void WebContext::getPluginPath(const String& mimeType, const String& urlString, String& pluginPath)
531 pluginPath = plugin.path;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp 55 PassRefPtr<PluginProxy> PluginProxy::create(const String& pluginPath)
57 return adoptRef(new PluginProxy(pluginPath));
60 PluginProxy::PluginProxy(const String& pluginPath)
61 : m_pluginPath(pluginPath)
  /external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.cpp 135 m_pluginPath = parameters.pluginPath;
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMac.mm 225 [[(NSString *)parameters.pluginPath lastPathComponent] stringByDeletingPathExtension],
  /external/webkit/Source/WebKit2/UIProcess/Plugins/win/
PluginInfoStoreWin.cpp 326 bool PluginInfoStore::getPluginInfo(const String& pluginPath, Plugin& plugin)
328 return NetscapePluginModule::getPluginInfo(pluginPath, plugin);
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
NetscapePluginModuleMac.mm 311 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin& plugin)
313 RetainPtr<CFStringRef> bundlePath(AdoptCF, pluginPath.createCFString());
337 plugin.path = pluginPath;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessProxy.cpp 193 parameters.pluginPath = m_pluginInfo.path;
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 500 String pluginPath = "pluginPath";
501 mSettings.setPluginsPath(pluginPath);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 306 String pluginPath;
310 Messages::WebContext::GetPluginPath::Reply(pluginPath), 0)) {
314 if (pluginPath.isNull())
318 return PluginProxy::create(pluginPath);
320 return NetscapePlugin::create(NetscapePluginModule::getOrCreate(pluginPath));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 587 milliseconds

12