Searched defs:user_gesture (Results 1 - 25 of 82) sorted by last modified time

1234

/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
/external/chromium_org/content/test/
H A Dtest_web_contents.cc249 bool user_gesture) {
246 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc378 bool user_gesture,
385 user_gesture,
432 bool user_gesture,
374 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
431 RequestToLockMouse(WebContents* web_contents, bool user_gesture, bool last_unlocked_by_target) argument
/external/chromium_org/extensions/browser/
H A Devent_router.cc107 UserGestureState user_gesture,
124 user_gesture == USER_GESTURE_ENABLED));
150 UserGestureState user_gesture,
157 user_gesture,
611 event->user_gesture,
776 user_gesture(EventRouter::USER_GESTURE_UNKNOWN) {
786 user_gesture(EventRouter::USER_GESTURE_UNKNOWN) {
794 EventRouter::UserGestureState user_gesture,
800 user_gesture(user_gesture),
102 DispatchExtensionMessage(IPC::Sender* ipc_sender, void* browser_context_id, const std::string& extension_id, const std::string& event_name, ListValue* event_args, UserGestureState user_gesture, const EventFilteringInfo& info) argument
145 DispatchEvent(IPC::Sender* ipc_sender, void* browser_context_id, const std::string& extension_id, const std::string& event_name, scoped_ptr<ListValue> event_args, UserGestureState user_gesture, const EventFilteringInfo& info) argument
790 Event(const std::string& event_name, scoped_ptr<ListValue> event_args, BrowserContext* restrict_to_browser_context, const GURL& event_url, EventRouter::UserGestureState user_gesture, const EventFilteringInfo& filter_info) argument
[all...]
H A Devent_router.h90 UserGestureState user_gesture,
208 UserGestureState user_gesture,
339 EventRouter::UserGestureState user_gesture; member in struct:extensions::Event
365 EventRouter::UserGestureState user_gesture,
H A Dextension_function.h235 void set_user_gesture(bool user_gesture) { user_gesture_ = user_gesture; } argument
236 bool user_gesture() const { return user_gesture_; } function in class:ExtensionFunction
H A Dextension_host.cc387 bool user_gesture,
406 user_gesture, was_blocked);
413 new_contents, extension_id_, disposition, initial_pos, user_gesture);
383 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dscript_executor.cc126 bool user_gesture,
149 params.user_gesture = user_gesture;
116 ExecuteScript(const std::string& extension_id, ScriptExecutor::ScriptType script_type, const std::string& code, ScriptExecutor::FrameScope frame_scope, ScriptExecutor::MatchAboutBlank about_blank, UserScript::RunLocation run_at, ScriptExecutor::WorldType world_type, ScriptExecutor::ProcessType process_type, const GURL& webview_src, const GURL& file_url, bool user_gesture, ScriptExecutor::ResultType result_type, const ExecuteScriptCallback& callback) argument
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc519 params.user_gesture,
849 bool user_gesture,
853 user_gesture,
1009 bool user_gesture,
1015 user_gesture,
1081 bool user_gesture,
848 RequestPointerLockPermission( bool user_gesture, bool last_unlocked_by_target, const base::Callback<void(bool)>& callback) argument
1005 AddNewContents(content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
1078 RequestNewWindowPermission( WindowOpenDisposition disposition, const gfx::Rect& initial_bounds, bool user_gesture, content::WebContents* new_contents) argument
H A Dweb_view_permission_helper.cc246 bool user_gesture,
250 user_gesture, last_unlocked_by_target, callback);
256 bool user_gesture,
259 bridge_id, requesting_frame, user_gesture, callback);
245 RequestPointerLockPermission( bool user_gesture, bool last_unlocked_by_target, const base::Callback<void(bool)>& callback) argument
253 RequestGeolocationPermission( int bridge_id, const GURL& requesting_frame, bool user_gesture, const base::Callback<void(bool)>& callback) argument
H A Dweb_view_permission_helper_delegate.h30 bool user_gesture,
38 bool user_gesture,
29 RequestPointerLockPermission( bool user_gesture, bool last_unlocked_by_target, const base::Callback<void(bool)>& callback) argument
35 RequestGeolocationPermission( int bridge_id, const GURL& requesting_frame, bool user_gesture, const base::Callback<void(bool)>& callback) argument
/external/chromium_org/extensions/common/api/messaging/
H A Dmessage.h13 bool user_gesture; member in struct:extensions::Message
15 Message() : data(), user_gesture(false) {}
16 Message(const std::string& data, bool user_gesture) argument
17 : data(data), user_gesture(user_gesture) {}
/external/chromium_org/extensions/renderer/
H A Ddispatcher.cc472 bool user_gesture) {
474 if (user_gesture)
883 bool user_gesture) {
885 NULL, extension_id, module_name, function_name, args, user_gesture);
467 InvokeModuleSystemMethod(content::RenderView* render_view, const std::string& extension_id, const std::string& module_name, const std::string& function_name, const base::ListValue& args, bool user_gesture) argument
879 OnMessageInvoke(const std::string& extension_id, const std::string& module_name, const std::string& function_name, const base::ListValue& args, bool user_gesture) argument
H A Dextension_helper.cc194 bool user_gesture) {
197 user_gesture); local
190 OnExtensionMessageInvoke(const std::string& extension_id, const std::string& module_name, const std::string& function_name, const base::ListValue& args, bool user_gesture) argument
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/content/renderer/
H A Drender_view_impl.cc1639 params.user_gesture = WebUserGestureIndicator::isProcessingUserGesture();
1641 params.user_gesture = true;
1716 view->opened_by_user_gesture_ = params.user_gesture;
3905 bool user_gesture = WebUserGestureIndicator::isProcessingUserGesture(); local
3910 user_gesture));
3915 bool user_gesture = WebUserGestureIndicator::isProcessingUserGesture(); local
3919 user_gesture));
H A Drender_view_mouse_lock_dispatcher.cc29 bool user_gesture = WebUserGestureIndicator::isProcessingUserGesture(); local
31 Send(new ViewHostMsg_LockMouse(routing_id(), user_gesture, unlocked_by_target,
/external/chromium_org/content/shell/browser/
H A Dshell.cc197 bool user_gesture,
310 bool user_gesture,
193 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
309 RequestToLockMouse(WebContents* web_contents, bool user_gesture, bool last_unlocked_by_target) argument
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc633 void BrowserPluginGuest::OnLockMouse(bool user_gesture, argument
646 user_gesture,
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc767 bool user_gesture) {
764 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument

Completed in 6267 milliseconds

1234