HomeSort by relevance Sort by last modified time
    Searched refs:WasShown (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_guest_unittest.cc 74 view_->WasShown();
render_widget_host_view_guest.cc 69 void RenderWidgetHostViewGuest::WasShown() {
71 // beginning, the teardown path might call WasShown() while |host_| is in
72 // the process of destruction. Avoid calling WasShown below in this case.
80 host_->WasShown();
130 WasShown();
render_widget_host_view_aura_unittest.cc 480 view_->WasShown();
515 view_->WasShown();
540 view_->WasShown();
552 view_->WasShown();
render_widget_host_view_gtk.h 76 virtual void WasShown() OVERRIDE;
render_widget_host_view_guest.h 78 virtual void WasShown() OVERRIDE;
test_render_view_host.h 92 virtual void WasShown() OVERRIDE {}
render_widget_host_view_android.h 78 virtual void WasShown() OVERRIDE;
test_render_view_host.cc 377 WasShown();
render_widget_host_impl.h 216 void WasShown();
    [all...]
render_widget_host_view_mac.h 241 virtual void WasShown() OVERRIDE;
render_widget_host_view_android.cc 198 void RenderWidgetHostViewAndroid::WasShown() {
202 host_->WasShown();
    [all...]
  /external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper.h 61 virtual void WasShown() OVERRIDE;
core_tab_helper.cc 135 void CoreTabHelper::WasShown() {
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.h 97 void WasShown();
tab_contents_view_touch.h 91 void WasShown();
tab_contents_view_views.h 100 void WasShown();
tab_contents_view_touch.cc 263 WasShown();
307 void TabContentsViewTouch::WasShown() {
tab_contents_view_gtk.cc 423 WasShown();
434 void TabContentsViewGtk::WasShown() {
  /external/chromium_org/chrome/browser/ui/autofill/
tab_autofill_manager_delegate.h 92 virtual void WasShown() OVERRIDE;
tab_autofill_manager_delegate.cc 226 void TabAutofillManagerDelegate::WasShown() {
  /external/chromium_org/content/public/browser/
web_contents_observer.h 208 virtual void WasShown() {}
web_contents.h 291 // Get the last time that the WebContents was made visible with WasShown()
295 virtual void WasShown() = 0;
  /external/chromium_org/chrome/browser/ui/gtk/
tab_contents_container_gtk.cc 118 tab->WasShown();
  /external/chromium_org/content/port/browser/
render_widget_host_view_port.h 78 virtual void WasShown() = 0;
  /external/chromium_org/content/browser/web_contents/
web_contents_view_win.cc 337 web_contents_->WasShown();

Completed in 279 milliseconds

1 2