Searched defs:WasShown (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/components/web_modal/
H A Dweb_contents_modal_dialog_manager.cc164 void WebContentsModalDialogManager::WasShown() { function in class:web_modal::WebContentsModalDialogManager
/external/chromium_org/content/public/renderer/
H A Drender_frame_observer.h44 virtual void WasShown() {} function in class:content::RenderFrameObserver
/external/chromium_org/chrome/browser/ui/tab_contents/
H A Dcore_tab_helper.cc147 void CoreTabHelper::WasShown() { function in class:CoreTabHelper
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper.cc123 void NetErrorHelper::WasShown() { function in class:NetErrorHelper
/external/chromium_org/chrome/browser/ui/views/
H A Dsession_crashed_bubble_view.cc396 void SessionCrashedBubbleView::WasShown() { function in class:SessionCrashedBubbleView
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.h248 virtual void WasShown() {} function in class:content::WebContentsObserver
/external/chromium_org/content/browser/compositor/
H A Ddelegated_frame_host.cc66 void DelegatedFrameHost::WasShown(const ui::LatencyInfo& latency_info) { function in class:content::DelegatedFrameHost
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc56 WasShown();
127 void RenderWidgetHostViewChildFrame::WasShown() { function in class:content::RenderWidgetHostViewChildFrame
130 host_->WasShown(ui::LatencyInfo());
H A Drender_widget_host_view_guest.cc79 void RenderWidgetHostViewGuest::WasShown() { function in class:content::RenderWidgetHostViewGuest
81 // beginning, the teardown path might call WasShown() while |host_| is in
82 // the process of destruction. Avoid calling WasShown below in this case.
95 host_->WasShown(ui::LatencyInfo());
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc981 void RenderViewHostImpl::WasShown(const ui::LatencyInfo& latency_info) { function in class:content::RenderViewHostImpl
990 RenderWidgetHostImpl::WasShown(latency_info);
H A Drender_widget_host_impl.cc525 void RenderWidgetHostImpl::WasShown(const ui::LatencyInfo& latency_info) { function in class:content::RenderWidgetHostImpl
558 // deal as RenderWidget::WasShown delays updating, so that the resize from
778 // then it means that our consumer failed to call WasShown. If we're not
H A Drender_widget_host_view_android.cc339 void RenderWidgetHostViewAndroid::WasShown() { function in class:content::RenderWidgetHostViewAndroid
343 host_->WasShown(ui::LatencyInfo());
507 WasShown();
H A Drender_widget_host_view_aura.cc573 void RenderWidgetHostViewAura::WasShown() { function in class:content::RenderWidgetHostViewAura
587 host_->WasShown(renderer_latency_info);
597 delegated_frame_host_->WasShown(browser_latency_info);
795 WasShown();
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc3248 void RenderFrameImpl::WasShown() { function in class:content::RenderFrameImpl
3249 FOR_EACH_OBSERVER(RenderFrameObserver, observers_, WasShown());
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1061 void WebContentsImpl::WasShown() { function in class:content::WebContentsImpl
1090 FOR_EACH_OBSERVER(WebContentsObserver, observers_, WasShown());

Completed in 272 milliseconds