Home
last modified time | relevance | path

Searched refs:plugin_delegates_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
Drender_view_impl.cc1234 plugin_delegates_.insert(delegate); in RegisterPluginDelegate()
1251 plugin_delegates_.erase(delegate); in UnregisterPluginDelegate()
3398 for (plugin_it = plugin_delegates_.begin(); in OnSetActive()
3399 plugin_it != plugin_delegates_.end(); ++plugin_it) { in OnSetActive()
3410 for (plugin_it = plugin_delegates_.begin(); in OnSetWindowVisibility()
3411 plugin_it != plugin_delegates_.end(); ++plugin_it) { in OnSetWindowVisibility()
3422 for (plugin_it = plugin_delegates_.begin(); in OnWindowFrameChanged()
3423 plugin_it != plugin_delegates_.end(); ++plugin_it) { in OnWindowFrameChanged()
3434 for (plugin_it = plugin_delegates_.begin(); in OnPluginImeCompositionCompleted()
3435 plugin_it != plugin_delegates_.end(); ++plugin_it) { in OnPluginImeCompositionCompleted()
[all …]
Drender_view_impl.h1033 std::set<WebPluginDelegateProxy*> plugin_delegates_; variable