Searched refs:user_gesture (Results 101 - 125 of 181) sorted by last modified time

12345678

/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc120 bool user_gesture,
123 new_contents, disposition, initial_pos, user_gesture, was_blocked);
116 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dbackground_contents.h39 bool user_gesture,
66 bool user_gesture,
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_delegate.cc204 bool user_gesture,
225 user_gesture,
200 AddNewContents(content::BrowserContext* context, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dchrome_app_delegate.h48 bool user_gesture,
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc1426 params.user_gesture = true;
H A Dautofill_dialog_sign_in_delegate.cc93 bool user_gesture,
97 source, new_contents, disposition, initial_pos, user_gesture, local
88 AddNewContents( content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dautofill_dialog_sign_in_delegate.h42 bool user_gesture,
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dblocked_window_params.cc19 bool user_gesture,
27 user_gesture_(user_gesture),
46 nav_params.user_gesture = user_gesture_;
14 BlockedWindowParams( const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, int render_process_id, int opener_id) argument
H A Dblocked_window_params.h24 bool user_gesture,
H A Dpopup_blocker_tab_helper.cc119 // We set user_gesture to true here, so the new popup gets correctly focused.
120 popup->params.user_gesture = true;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1322 if (params.user_gesture)
1324 nav_params.user_gesture = params.user_gesture;
1335 !params.user_gesture && !CommandLine::ForCurrentProcess()->HasSwitch(
1376 bool user_gesture,
1379 user_gesture, was_blocked);
1655 bool user_gesture) {
1670 if (!user_gesture && window_) {
1690 url, user_gesture));
1700 bool user_gesture) {
1372 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
1652 RegisterProtocolHandler(WebContents* web_contents, const std::string& protocol, const GURL& url, bool user_gesture) argument
1697 UnregisterProtocolHandler(WebContents* web_contents, const std::string& protocol, const GURL& url, bool user_gesture) argument
1742 RequestToLockMouse(WebContents* web_contents, bool user_gesture, bool last_unlocked_by_target) argument
[all...]
H A Dbrowser.h552 bool user_gesture,
627 bool user_gesture) OVERRIDE;
631 bool user_gesture) OVERRIDE;
643 bool user_gesture,
H A Dbrowser_navigator.cc414 user_gesture(true),
437 user_gesture(true),
462 user_gesture(true),
574 params->user_gesture == false) {
H A Dbrowser_navigator.h178 bool user_gesture; member in struct:chrome::NavigateParams
H A Dbrowser_tabstrip.cc52 bool user_gesture,
65 // was created without a user gesture, we have to set |user_gesture| to true,
67 params.user_gesture = true;
47 AddWebContents(Browser* browser, content::WebContents* source_contents, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dbrowser_tabstrip.h48 bool user_gesture,
H A Dsettings_window_manager.cc56 params.user_gesture = true;
66 params.user_gesture = true;
H A Dsingleton_tabs.cc67 params.user_gesture = true;
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller.cc228 bool user_gesture,
237 if (!last_unlocked_by_target && !user_gesture &&
227 RequestToLockMouse(WebContents* web_contents, bool user_gesture, bool last_unlocked_by_target) argument
H A Dfullscreen_controller.h117 bool user_gesture,
H A Dfullscreen_controller_test.cc23 bool user_gesture,
26 browser()->RequestToLockMouse(tab, user_gesture,
22 RequestToLockMouse( bool user_gesture, bool last_unlocked_by_target) argument
H A Dfullscreen_controller_test.h41 void RequestToLockMouse(bool user_gesture,
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.cc142 bool user_gesture,
154 navigate_params.user_gesture = user_gesture;
138 AddNewContents(content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dpanel_host.h61 bool user_gesture,
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc445 void TabStripModel::ActivateTabAt(int index, bool user_gesture) { argument
450 SetSelection(new_model, user_gesture ? NOTIFY_USER_GESTURE : NOTIFY_DEFAULT);

Completed in 237 milliseconds

12345678