Searched defs:user_gesture (Results 76 - 82 of 82) sorted by path

1234

/external/chromium_org/extensions/renderer/
H A Duser_gestures_native_handler.cc36 blink::WebScopedUserGesture user_gesture; local
/external/chromium_org/extensions/shell/browser/
H A Dshell_app_delegate.cc38 bool user_gesture,
34 AddNewContents(content::BrowserContext* context, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dshell_extension_host_delegate.cc40 bool user_gesture) {
36 CreateTab(content::WebContents* web_contents, const std::string& extension_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.cc310 bool user_gesture,
313 source, new_contents, disposition, initial_pos, user_gesture)) {
317 source, new_contents, disposition, initial_pos, user_gesture,
306 AddNewContents(content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/ui/web_dialogs/test/
H A Dtest_web_contents_handler.cc28 bool user_gesture) {
23 AddNewContents(content::BrowserContext* context, content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_delegate.cc47 bool user_gesture) {
42 HandleAddNewContents( content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dweb_dialog_web_contents_delegate.cc46 bool user_gesture,
49 initial_pos, user_gesture);
43 AddNewContents( WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument

Completed in 3825 milliseconds

1234