Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_request_limiter_unittest.cc158 download_request_limiter_->OnUserGesture(controller().tab_contents()); in TEST_F()
181 download_request_limiter_->OnUserGesture(controller().tab_contents()); in TEST_F()
196 download_request_limiter_->OnUserGesture(controller().tab_contents()); in TEST_F()
Ddownload_request_limiter.h102 void OnUserGesture();
186 void OnUserGesture(TabContents* tab);
Ddownload_request_limiter.cc47 void DownloadRequestLimiter::TabDownloadState::OnUserGesture() { in OnUserGesture() function in DownloadRequestLimiter::TabDownloadState
205 void DownloadRequestLimiter::OnUserGesture(TabContents* tab) { in OnUserGesture() function in DownloadRequestLimiter
210 state->OnUserGesture(); in OnUserGesture()
/external/chromium/chrome/browser/ui/
Dbrowser_navigator.cc451 tab_contents())->OnUserGesture(); in Navigate()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h996 virtual void OnUserGesture();