Searched refs:VisibleWidgetCount (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/visitedlink/browser/
H A Dvisitedlink_event_listener.cc90 if (!process->VisibleWidgetCount())
/external/chromium_org/content/public/browser/
H A Drender_process_host.h90 virtual int VisibleWidgetCount() const = 0;
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h46 virtual int VisibleWidgetCount() const OVERRIDE;
H A Dmock_render_process_host.cc93 int MockRenderProcessHost::VisibleWidgetCount() const { function in class:content::MockRenderProcessHost
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h103 virtual int VisibleWidgetCount() const OVERRIDE;
H A Drender_process_host_impl.cc994 int RenderProcessHostImpl::VisibleWidgetCount() const { function in class:content::RenderProcessHostImpl
/external/chromium_org/components/visitedlink/test/
H A Dvisitedlink_unittest.cc548 virtual int VisibleWidgetCount() const OVERRIDE { return widgets_; }

Completed in 731 milliseconds