OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_webProcessConnections
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.cpp
74
size_t vectorIndex =
m_webProcessConnections
.find(webProcessConnection);
77
m_webProcessConnections
.remove(vectorIndex);
79
if (
m_webProcessConnections
.isEmpty() && m_pluginModule) {
106
ASSERT(
m_webProcessConnections
.isEmpty());
142
bool didHaveAnyWebProcessConnections = !
m_webProcessConnections
.isEmpty();
151
m_webProcessConnections
.append(connection.release());
PluginProcess.h
89
Vector<RefPtr<WebProcessConnection> >
m_webProcessConnections
;
Completed in 100 milliseconds