OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_pluginpath
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/x11/
NetscapePluginModuleX11.cpp
59
if (
m_pluginPath
.contains("npwrapper") ||
m_pluginPath
.contains("flashplayer")) {
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnection.h
52
const String& pluginPath() const { return
m_pluginPath
; }
72
String
m_pluginPath
;
PluginProcessConnection.cpp
57
,
m_pluginPath
(pluginPath)
61
m_connection->setDefaultSyncMessageTimeout(defaultSyncMessageTimeout(
m_pluginPath
));
140
WebProcess::shared().connection()->send(Messages::WebProcessProxy::PluginSyncMessageSendTimedOut(
m_pluginPath
), 0);
PluginProxy.h
122
String
m_pluginPath
;
PluginProxy.cpp
61
:
m_pluginPath
(pluginPath)
89
m_connection = PluginProcessConnectionManager::shared().getPluginProcessConnection(
m_pluginPath
);
/external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.cpp
90
ASSERT(!
m_pluginPath
.isNull());
91
m_pluginModule = NetscapePluginModule::getOrCreate(
m_pluginPath
);
135
m_pluginPath
= parameters.pluginPath;
PluginProcess.h
92
String
m_pluginPath
;
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
NetscapePluginModule.cpp
44
:
m_pluginPath
(pluginPath)
142
if (pluginModule->
m_pluginPath
== pluginPath)
204
m_module = adoptPtr(new Module(
m_pluginPath
));
NetscapePluginModule.h
80
String
m_pluginPath
;
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
NetscapePluginModuleMac.mm
356
if (!getPluginInfo(
m_pluginPath
, plugin))
Completed in 193 milliseconds