Searched refs:RenderViewHostChanged (Results 1 - 19 of 19) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dnative_tab_contents_container.h36 virtual void RenderViewHostChanged(RenderViewHost* old_host,
H A Dtab_contents_container_native.cc84 void TabContentsContainer::RenderViewHostChanged(RenderViewHost* old_host, function in class:TabContentsContainer
88 native_container_->RenderViewHostChanged(old_host, new_host);
H A Dnative_tab_contents_container_win.h22 virtual void RenderViewHostChanged(RenderViewHost* old_host,
H A Dtab_contents_container_views.cc63 void TabContentsContainer::RenderViewHostChanged(RenderViewHost* old_host, function in class:TabContentsContainer
H A Dtab_contents_container_views.h57 void RenderViewHostChanged(RenderViewHost* old_host,
H A Dnative_tab_contents_container_gtk.h24 virtual void RenderViewHostChanged(RenderViewHost* old_host,
H A Dnative_tab_contents_container_win.cc63 void NativeTabContentsContainerWin::RenderViewHostChanged( function in class:NativeTabContentsContainerWin
H A Dtab_contents_container.cc35 RenderViewHostChanged(switched_details->old_host,
H A Dtab_contents_container_native.h65 void RenderViewHostChanged(RenderViewHost* old_host,
H A Dnative_tab_contents_container_gtk.cc46 void NativeTabContentsContainerGtk::RenderViewHostChanged( function in class:NativeTabContentsContainerGtk
/external/chromium_org/apps/
H A Dnative_app_window.h44 virtual void RenderViewHostChanged() = 0;
H A Dshell_window.cc522 native_app_window_->RenderViewHostChanged();
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.h116 void RenderViewHostChanged(content::RenderViewHost* old_host,
H A Dwebview.cc170 RenderViewHostChanged(switched_details->first,
267 void WebView::RenderViewHostChanged(content::RenderViewHost* old_host, function in class:views::WebView
/external/chromium_org/chrome/browser/ui/cocoa/apps/
H A Dnative_app_window_cocoa.h118 virtual void RenderViewHostChanged() OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/apps/
H A Dnative_app_window_gtk.h71 virtual void RenderViewHostChanged() OVERRIDE;
H A Dnative_app_window_gtk.cc341 void NativeAppWindowGtk::RenderViewHostChanged() { function in class:NativeAppWindowGtk
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dnative_app_window_views.h140 virtual void RenderViewHostChanged() OVERRIDE;
H A Dnative_app_window_views.cc760 void NativeAppWindowViews::RenderViewHostChanged() { function in class:NativeAppWindowViews

Completed in 134 milliseconds