HomeSort by relevance Sort by last modified time
    Searched defs:pluginPath (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit2/Shared/Plugins/
PluginProcessCreationParameters.h 50 String pluginPath;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtPlatformPlugin.cpp 94 static QString pluginPath;
96 if (pluginPath.isNull()) {
98 pluginPath = m_loader.fileName();
100 load(pluginPath);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnection.h 46 static PassRefPtr<PluginProcessConnection> create(PluginProcessConnectionManager* pluginProcessConnectionManager, const String& pluginPath, CoreIPC::Connection::Identifier connectionIdentifier)
48 return adoptRef(new PluginProcessConnection(pluginProcessConnectionManager, pluginPath, connectionIdentifier));
52 const String& pluginPath() const { return m_pluginPath; }
62 PluginProcessConnection(PluginProcessConnectionManager* pluginProcessConnectionManager, const String& pluginPath, CoreIPC::Connection::Identifier connectionIdentifier);
  /frameworks/av/media/libmediaplayerservice/
Crypto.cpp 106 String8 pluginPath;
113 pluginPath = dirPath + "/" + pEntry->d_name;
115 if (pluginPath.getPathExtension() == ".so") {
117 if (loadLibraryForScheme(pluginPath, uuid)) {
118 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
130 pluginPath = "libdrmdecrypt.so";
131 if (loadLibraryForScheme(pluginPath, uuid)) {
132 mUUIDToLibraryPathMap.add(uuidVector, pluginPath);
Drm.cpp 162 String8 pluginPath = dirPath + "/" + pEntry->d_name;
164 if (pluginPath.getPathExtension() == ".so") {
166 if (loadLibraryForScheme(pluginPath, uuid)) {
167 mUUIDToLibraryPathMap.add(uuidVector, 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/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp     [all...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /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 510 milliseconds