HomeSort by relevance Sort by last modified time
    Searched defs:pluginPath (Results 1 - 5 of 5) 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);
  /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...]

Completed in 189 milliseconds