OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pluginWrapper
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.cpp
76
ASSERT(!
m_pluginWrapper
); // cleared in detach()
259
m_pluginWrapper
.clear();
271
if (!
m_pluginWrapper
) {
280
m_pluginWrapper
= frame->script().createPluginWrapper(plugin);
282
return
m_pluginWrapper
.get();
HTMLPlugInElement.h
138
mutable RefPtr<SharedPersistent<v8::Object> >
m_pluginWrapper
;
Completed in 32 milliseconds