Searched defs:disposition (Results 126 - 150 of 163) sorted by path

1234567

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1559 if (params.disposition == NEW_BACKGROUND_TAB)
1606 this, new_contents, params.disposition, initial_pos,
1675 WindowOpenDisposition disposition,
1683 this, contents, disposition, initial_pos, user_gesture, NULL);
2576 params.disposition,
1674 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium_org/content/browser/webui/
H A Dgeneric_handler.cc48 WindowOpenDisposition disposition = ui::DispositionFromClick( local
50 if (disposition == CURRENT_TAB && target_string == "_blank")
51 disposition = NEW_FOREGROUND_TAB;
55 disposition,
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.cc250 WindowOpenDisposition disposition,
243 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) argument
H A Dpage_navigator.cc12 WindowOpenDisposition disposition,
19 disposition(disposition),
30 WindowOpenDisposition disposition,
37 disposition(disposition),
47 disposition(UNKNOWN),
9 OpenURLParams( const GURL& url, const Referrer& referrer, WindowOpenDisposition disposition, ui::PageTransition transition, bool is_renderer_initiated) argument
26 OpenURLParams( const GURL& url, const Referrer& referrer, int64 frame_tree_node_id, WindowOpenDisposition disposition, ui::PageTransition transition, bool is_renderer_initiated) argument
H A Dpage_navigator.h30 WindowOpenDisposition disposition,
36 WindowOpenDisposition disposition,
65 // The disposition requested by the navigation source.
66 WindowOpenDisposition disposition; member in struct:content::OpenURLParams
94 // Opens a URL with the given disposition. The transition specifies how this
H A Dweb_contents_delegate.h74 // in the current front-most tab), unless |disposition| indicates the url
97 // method returns. If |disposition| is NEW_POPUP, |initial_pos| should hold
103 WindowOpenDisposition disposition,
101 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dweb_contents_observer.h220 WindowOpenDisposition disposition,
217 DidOpenRequestedURL(WebContents* new_contents, const GURL& url, const Referrer& referrer, WindowOpenDisposition disposition, ui::PageTransition transition, int64 source_frame_id) argument
/external/chromium_org/content/renderer/input/
H A Dinput_handler_manager.cc22 InputHandlerProxy::EventDisposition disposition) {
23 switch (disposition) {
21 InputEventDispositionToAck( InputHandlerProxy::EventDisposition disposition) argument
H A Dinput_handler_proxy.cc188 InputHandlerProxy::EventDisposition disposition = HandleInputEvent(event); local
189 return disposition;
739 InputHandlerProxy::EventDisposition disposition = local
741 switch (disposition) {
/external/chromium_org/content/shell/browser/
H A Dshell.cc195 WindowOpenDisposition disposition,
260 if (params.disposition != CURRENT_TAB)
193 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.cc247 WindowOpenDisposition disposition,
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_web_contents_helper.cc47 WindowOpenDisposition disposition = params.disposition; local
48 if (disposition == CURRENT_TAB) {
58 if (disposition == SUPPRESS_OPEN || disposition == SAVE_TO_DISK ||
59 disposition == IGNORE_ACTION) {
H A Dapp_window.cc376 WindowOpenDisposition disposition,
383 disposition,
374 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/extensions/browser/
H A Dextension_host.cc385 WindowOpenDisposition disposition,
397 if (disposition != NEW_POPUP) {
405 associated_contents, new_contents, disposition, initial_pos,
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
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc517 RequestNewWindowPermission(params.disposition,
1007 WindowOpenDisposition disposition,
1013 RequestNewWindowPermission(disposition,
1039 if (params.disposition == CURRENT_TAB) {
1079 WindowOpenDisposition disposition,
1108 new base::StringValue(WindowOpenDispositionToString(disposition)));
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
/external/chromium_org/extensions/shell/browser/
H A Dshell_app_delegate.cc36 WindowOpenDisposition disposition,
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.cc38 WindowOpenDisposition disposition,
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/net/filter/
H A Dfilter.cc176 std::string disposition; local
179 filter_context.GetContentDisposition(&disposition);
182 GenerateFileExtensionUnsafe(url, disposition, "UTF-8", "", "", "");
H A Dmock_filter_context.h25 void SetContentDisposition(const std::string& disposition) { argument
26 content_disposition_ = disposition;
52 virtual bool GetContentDisposition(std::string* disposition) const OVERRIDE;
/external/chromium_org/pdf/
H A Ddocument_loader.cc53 std::string disposition; local
71 } else if (LowerCaseEqualsASCII(it.name(), "content-disposition")) {
72 disposition = it.values();
85 if (StartsWithASCII(disposition, "attachment", false)) {
/external/chromium_org/sandbox/win/src/
H A Dfilesystem_interception.cc24 ULONG disposition, ULONG options,
29 file_attributes, sharing, disposition,
71 disposition, options, &answer);
18 TargetNtCreateFile(NtCreateFileFunction orig_CreateFile, PHANDLE file, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length) argument
H A Dinterceptors_64.cc78 ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length) {
83 sharing, disposition, options, ea_buffer,
209 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) {
214 disposition);
74 TargetNtCreateFile64( PHANDLE file, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length) argument
206 TargetNtCreateKey64( PHANDLE key, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, ULONG title_index, PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) argument
H A Dregistry_dispatcher.cc107 ULONG disposition = 0; local
111 &nt_status, &disposition)) {
117 ipc->return_info.extended[0].unsigned_int = disposition;
H A Dregistry_interception.cc20 ULONG create_options, PULONG disposition) {
24 disposition);
36 if (disposition && !ValidParameter(disposition, sizeof(ULONG), WRITE))
83 if (disposition)
84 *disposition = answer.extended[0].unsigned_int;
16 TargetNtCreateKey(NtCreateKeyFunction orig_CreateKey, PHANDLE key, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, ULONG title_index, PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) argument
H A Dregistry_policy.cc60 ULONG* disposition,
74 disposition);
177 ULONG* disposition) {
197 disposition, client_info.process);
54 NtCreateKeyInTarget(HANDLE* target_key_handle, ACCESS_MASK desired_access, OBJECT_ATTRIBUTES* obj_attributes, ULONG title_index, UNICODE_STRING* class_name, ULONG create_options, ULONG* disposition, HANDLE target_process) argument
167 CreateKeyAction(EvalResult eval_result, const ClientInfo& client_info, const base::string16 &key, uint32 attributes, HANDLE root_directory, uint32 desired_access, uint32 title_index, uint32 create_options, HANDLE* handle, NTSTATUS* nt_status, ULONG* disposition) argument

Completed in 527 milliseconds

1234567