OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removePluginControllerProxy
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/PluginProcess/
WebProcessConnection.h
50
void
removePluginControllerProxy
(PluginControllerProxy*, Plugin*);
PluginControllerProxy.cpp
91
m_connection->
removePluginControllerProxy
(this, 0);
96
// Get the plug-in so we can pass it to
removePluginControllerProxy
. The pointer is only
103
m_connection->
removePluginControllerProxy
(this, plugin);
123
// Get the plug-in so we can pass it to
removePluginControllerProxy
. The pointer is only
133
m_connection->
removePluginControllerProxy
(this, plugin);
WebProcessConnection.cpp
69
// This may end up calling
removePluginControllerProxy
which ends up deleting
74
void WebProcessConnection::
removePluginControllerProxy
(PluginControllerProxy* pluginController, Plugin* plugin)
Completed in 43 milliseconds