HomeSort by relevance Sort by last modified time
    Searched full:pluginpath (Results 26 - 49 of 49) sorted by null

12

  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnectionManager.h 46 PluginProcessConnection* getPluginProcessConnection(const String& pluginPath);
PluginProxy.h 51 static PassRefPtr<PluginProxy> create(const String& pluginPath);
61 explicit PluginProxy(const String& pluginPath);
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/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 38 static void warnIncompatible(DiagnosticsEngine *diags, StringRef pluginPath,
88 StringRef pluginPath,
96 << llvm::sys::path::filename(pluginPath);
  /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;
  /frameworks/base/drm/drmserver/
DrmManager.cpp 115 String8 plugInPath = plugInPathList[i];
116 DrmSupportInfo* info = mPlugInManager.getPlugIn(plugInPath).getSupportInfo(0);
119 mSupportInfoToPlugInIdMap.add(*info, plugInPath);
408 String8 plugInPath = plugInPathList[i];
410 = mPlugInManager.getPlugIn(plugInPath).getSupportInfo(0);
  /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/webkit/Source/WebKit2/UIProcess/Plugins/win/
PluginInfoStoreWin.cpp 326 bool PluginInfoStore::getPluginInfo(const String& pluginPath, Plugin& plugin)
328 return NetscapePluginModule::getPluginInfo(pluginPath, plugin);
  /sdk/eclipse/buildConfig/
build.properties 149 #pluginPath is a list of locations in which to find plugins and features. This list is separated by the platform file separator (; or :)
154 #pluginPath=
allElements.xml 12 <!-- location by setting the property "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/Scripts/webkit2/
messages_unittest.py 69 GetPluginProcessConnection(WTF::String pluginPath) -> (CoreIPC::Connection::Handle connectionHandle) Delayed
174 ('WTF::String', 'pluginPath'),
424 explicit GetPluginProcessConnection(const WTF::String& pluginPath)
425 : CoreIPC::Arguments1<const WTF::String&>(pluginPath)
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessProxy.cpp 193 parameters.pluginPath = m_pluginInfo.path;
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 793 String pluginPath = "pluginPath";
794 mSettings.setPluginsPath(pluginPath);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp     [all...]
  /external/chromium/chrome/browser/ui/webui/
plugins_ui.cc 95 localized_strings.SetString("pluginPath",
  /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/chromium/chrome/browser/resources/
plugins.html 567 i18n-content="pluginPath">PATH:</td>

Completed in 2326 milliseconds

12