Searched defs:OnUserGesture (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/gamepad/
H A Dgamepad_service.cc67 base::Bind(&GamepadService::OnUserGesture,
135 void GamepadService::OnUserGesture() { function in class:content::GamepadService
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter_unittest.cc136 void OnUserGesture() { function in class:DownloadRequestLimiterTest
280 OnUserGesture();
321 OnUserGesture();
339 OnUserGesture();
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.h148 virtual void OnUserGesture() {} function in class:content::RenderViewHostDelegate
H A Drender_widget_host_impl.h368 // perform an action. See OnUserGesture for more details.
536 virtual void OnUserGesture() {} function in class:content::RenderWidgetHostImpl
H A Drender_view_host_impl.cc1259 void RenderViewHostImpl::OnUserGesture() { function in class:content::RenderViewHostImpl
1260 delegate_->OnUserGesture();
/external/chromium_org/components/autofill/content/renderer/
H A Dpassword_autofill_agent.cc264 void PasswordAutofillAgent::PasswordValueGatekeeper::OnUserGesture() { function in class:autofill::PasswordAutofillAgent::PasswordValueGatekeeper
500 gatekeeper_.OnUserGesture();
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc1813 void ResourceDispatcherHostImpl::OnUserGesture(WebContentsImpl* contents) { function in class:content::ResourceDispatcherHostImpl
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc2365 OnUserGesture();
3945 void WebContentsImpl::OnUserGesture() { function in class:content::WebContentsImpl
3951 rdh->OnUserGesture(this);

Completed in 274 milliseconds