Searched refs:IgnoreInputEvents (Results 1 – 8 of 8) sorted by relevance
182 virtual bool IgnoreInputEvents() const = 0;
63 virtual bool IgnoreInputEvents() const OVERRIDE;
182 bool MockRenderProcessHost::IgnoreInputEvents() const { in IgnoreInputEvents() function in content::MockRenderProcessHost
944 if (IgnoreInputEvents()) in ForwardMouseEventWithLatencyInfo()962 if (IgnoreInputEvents()) in ForwardWheelEventWithLatencyInfo()981 if (IgnoreInputEvents()) in ForwardGestureEventWithLatencyInfo()1031 if (IgnoreInputEvents()) in ForwardKeyboardEvent()1951 if (IgnoreInputEvents() && event.type != WebInputEvent::TouchCancel) in FilterInputEvent()2076 bool RenderWidgetHostImpl::IgnoreInputEvents() const { in IgnoreInputEvents() function in content::RenderWidgetHostImpl2077 return ignore_input_events_ || process_->IgnoreInputEvents(); in IgnoreInputEvents()
110 virtual bool IgnoreInputEvents() const OVERRIDE;
373 bool IgnoreInputEvents() const;
1417 bool RenderProcessHostImpl::IgnoreInputEvents() const { in IgnoreInputEvents() function in content::RenderProcessHostImpl
494 EXPECT_FALSE(contents->GetRenderProcessHost()->IgnoreInputEvents()); in IN_PROC_BROWSER_TEST_F()1846 EXPECT_FALSE(contents->GetRenderProcessHost()->IgnoreInputEvents()); in IN_PROC_BROWSER_TEST_F()