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

/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter_unittest.cc84 void OnUserGesture() { function in class:DownloadRequestLimiterTest
209 OnUserGesture();
250 OnUserGesture();
268 OnUserGesture();
/external/chromium/chrome/browser/download/
H A Ddownload_request_limiter.cc47 void DownloadRequestLimiter::TabDownloadState::OnUserGesture() { function in class:DownloadRequestLimiter::TabDownloadState
205 void DownloadRequestLimiter::OnUserGesture(TabContents* tab) { function in class:DownloadRequestLimiter
210 state->OnUserGesture();
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.h381 // perform an action. See OnUserGesture for more details.
582 virtual void OnUserGesture() {} function in class:content::RenderWidgetHostImpl
H A Drender_view_host_delegate.h306 virtual void OnUserGesture() {} function in class:content::RenderViewHostDelegate
H A Drender_view_host_impl.cc1848 void RenderViewHostImpl::OnUserGesture() { function in class:content::RenderViewHostImpl
1849 delegate_->OnUserGesture();
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc1691 void ResourceDispatcherHostImpl::OnUserGesture(WebContentsImpl* contents) { function in class:content::ResourceDispatcherHostImpl
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1947 OnUserGesture();
3483 void WebContentsImpl::OnUserGesture() { function in class:content::WebContentsImpl
3489 rdh->OnUserGesture(this);

Completed in 61 milliseconds