Home
last modified time | relevance | path

Searched refs:OnUserGesture (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_request_limiter_unittest.cc136 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/
Dgamepad_service.cc67 base::Bind(&GamepadService::OnUserGesture, in ConsumerBecameActive()
135 void GamepadService::OnUserGesture() { in OnUserGesture() function in content::GamepadService
Dgamepad_service.h97 void OnUserGesture();
/external/chromium_org/third_party/WebKit/Source/web/tests/
DImeOnFocusTest.cpp138 TEST_F(ImeOnFocusTest, OnUserGesture) in TEST_F() argument
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_delegate.h148 virtual void OnUserGesture() {} in OnUserGesture() function
Drender_view_host_impl.h370 virtual void OnUserGesture() OVERRIDE;
Drender_widget_host_impl.h536 virtual void OnUserGesture() {} in OnUserGesture() function
Drender_view_host_impl.cc1259 void RenderViewHostImpl::OnUserGesture() { in OnUserGesture() function in content::RenderViewHostImpl
1260 delegate_->OnUserGesture(); in OnUserGesture()
Drender_widget_host_impl.cc1055 OnUserGesture(); in ForwardKeyboardEvent()
1852 OnUserGesture(); in FilterInputEvent()
2007 OnUserGesture(); in StartUserGesture()
/external/chromium_org/components/autofill/content/renderer/
Dpassword_autofill_agent.h119 void OnUserGesture();
Dpassword_autofill_agent.cc264 void PasswordAutofillAgent::PasswordValueGatekeeper::OnUserGesture() { in OnUserGesture() function in autofill::PasswordAutofillAgent::PasswordValueGatekeeper
500 gatekeeper_.OnUserGesture(); in FirstUserGestureObserved()
/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_impl.h186 void OnUserGesture(WebContentsImpl* contents);
Dresource_dispatcher_host_impl.cc1813 void ResourceDispatcherHostImpl::OnUserGesture(WebContentsImpl* contents) { in OnUserGesture() function in content::ResourceDispatcherHostImpl
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc2365 OnUserGesture(); in UserGestureDone()
3945 void WebContentsImpl::OnUserGesture() { in OnUserGesture() function in content::WebContentsImpl
3951 rdh->OnUserGesture(this); in OnUserGesture()
Dweb_contents_impl.h434 virtual void OnUserGesture() OVERRIDE; in NON_EXPORTED_BASE()