/external/chromium_org/chrome/browser/download/ |
D | download_request_limiter_unittest.cc | 136 void OnUserGesture() { in OnUserGesture() function in DownloadRequestLimiterTest 280 OnUserGesture(); in TEST_F() 321 OnUserGesture(); in TEST_F() 339 OnUserGesture(); in TEST_F()
|
/external/chromium_org/content/browser/gamepad/ |
D | gamepad_service.cc | 67 base::Bind(&GamepadService::OnUserGesture, in ConsumerBecameActive() 135 void GamepadService::OnUserGesture() { in OnUserGesture() function in content::GamepadService
|
D | gamepad_service.h | 97 void OnUserGesture();
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | ImeOnFocusTest.cpp | 138 TEST_F(ImeOnFocusTest, OnUserGesture) in TEST_F() argument
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_view_host_delegate.h | 148 virtual void OnUserGesture() {} in OnUserGesture() function
|
D | render_view_host_impl.h | 370 virtual void OnUserGesture() OVERRIDE;
|
D | render_widget_host_impl.h | 536 virtual void OnUserGesture() {} in OnUserGesture() function
|
D | render_view_host_impl.cc | 1259 void RenderViewHostImpl::OnUserGesture() { in OnUserGesture() function in content::RenderViewHostImpl 1260 delegate_->OnUserGesture(); in OnUserGesture()
|
D | render_widget_host_impl.cc | 1055 OnUserGesture(); in ForwardKeyboardEvent() 1852 OnUserGesture(); in FilterInputEvent() 2007 OnUserGesture(); in StartUserGesture()
|
/external/chromium_org/components/autofill/content/renderer/ |
D | password_autofill_agent.h | 119 void OnUserGesture();
|
D | password_autofill_agent.cc | 264 void PasswordAutofillAgent::PasswordValueGatekeeper::OnUserGesture() { in OnUserGesture() function in autofill::PasswordAutofillAgent::PasswordValueGatekeeper 500 gatekeeper_.OnUserGesture(); in FirstUserGestureObserved()
|
/external/chromium_org/content/browser/loader/ |
D | resource_dispatcher_host_impl.h | 186 void OnUserGesture(WebContentsImpl* contents);
|
D | resource_dispatcher_host_impl.cc | 1813 void ResourceDispatcherHostImpl::OnUserGesture(WebContentsImpl* contents) { in OnUserGesture() function in content::ResourceDispatcherHostImpl
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.cc | 2365 OnUserGesture(); in UserGestureDone() 3945 void WebContentsImpl::OnUserGesture() { in OnUserGesture() function in content::WebContentsImpl 3951 rdh->OnUserGesture(this); in OnUserGesture()
|
D | web_contents_impl.h | 434 virtual void OnUserGesture() OVERRIDE; in NON_EXPORTED_BASE()
|