Searched refs:IgnoreInputEvents (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/public/browser/
H A Drender_process_host.h164 virtual bool IgnoreInputEvents() const = 0;
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h57 virtual bool IgnoreInputEvents() const OVERRIDE;
H A Dmock_render_process_host.cc148 bool MockRenderProcessHost::IgnoreInputEvents() const { function in class:content::MockRenderProcessHost
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc889 if (IgnoreInputEvents())
918 if (IgnoreInputEvents())
938 if (IgnoreInputEvents())
1036 if (IgnoreInputEvents())
1845 if (IgnoreInputEvents() && event.type != WebInputEvent::TouchCancel)
1991 bool RenderWidgetHostImpl::IgnoreInputEvents() const { function in class:content::RenderWidgetHostImpl
1992 return ignore_input_events_ || process_->IgnoreInputEvents();
H A Drender_process_host_impl.h115 virtual bool IgnoreInputEvents() const OVERRIDE;
H A Drender_widget_host_impl.h359 // |ignore_input_events_| or |process_->IgnoreInputEvents()| is true.
360 bool IgnoreInputEvents() const;
H A Drender_process_host_impl.cc1456 bool RenderProcessHostImpl::IgnoreInputEvents() const { function in class:content::RenderProcessHostImpl
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc546 EXPECT_FALSE(contents->GetRenderProcessHost()->IgnoreInputEvents());
1977 EXPECT_FALSE(contents->GetRenderProcessHost()->IgnoreInputEvents());

Completed in 169 milliseconds