OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_helperPlugin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp
75
ASSERT(!
m_helperPlugin
);
150
ASSERT(!
m_helperPlugin
);
152
m_helperPlugin
= toWebViewImpl(frame->view())->createHelperPlugin(pluginType, frame->document());
153
if (!
m_helperPlugin
)
156
WebPlugin* plugin =
m_helperPlugin
->getPlugin();
170
ASSERT(
m_helperPlugin
);
171
toWebViewImpl(frame->view())->closeHelperPluginSoon(
m_helperPlugin
.release());
627
,
m_helperPlugin
(0)
WebMediaPlayerClientImpl.h
165
RefPtr<WebHelperPluginImpl>
m_helperPlugin
;
Completed in 23 milliseconds