Searched defs:disposition (Results 51 - 75 of 163) sorted by relevance

1234567

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_sign_in_delegate.cc25 return params.disposition == CURRENT_TAB;
41 new_params.disposition = NEW_FOREGROUND_TAB;
91 WindowOpenDisposition disposition,
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
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_install_ui_default.cc94 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
130 bool ErrorInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { argument
135 (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
/external/chromium_org/chrome/browser/ui/views/accessibility/
H A Dinvert_bubble_view.cc145 WindowOpenDisposition disposition = local
149 disposition == CURRENT_TAB ? NEW_FOREGROUND_TAB : disposition,
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_feedback_dialog_view.cc152 WindowOpenDisposition disposition = local
157 disposition == CURRENT_TAB ? NEW_FOREGROUND_TAB : disposition,
/external/chromium_org/chrome/browser/ui/views/
H A Dnetwork_profile_bubble_view.cc127 WindowOpenDisposition disposition = local
133 disposition == CURRENT_TAB ? NEW_FOREGROUND_TAB : disposition,
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_ui_browsertest.cc56 WindowOpenDisposition disposition) {
58 browser, url, disposition,
53 NavigateAndGetInfo( Browser* browser, const GURL& url, WindowOpenDisposition disposition) argument
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist.cc140 DWORD disposition = 0; local
149 &disposition);
183 DWORD disposition = 0; local
192 &disposition);
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.cc108 WindowOpenDisposition disposition,
106 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/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
/external/chromium_org/net/filter/
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/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 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
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwWebContentsDelegateAdapter.java126 public void openNewTab(String url, String extraHeaders, byte[] postData, int disposition, argument
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.cc127 WindowOpenDisposition disposition,
133 bool is_dialog = disposition == NEW_POPUP;
125 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/apps/
H A Dcustom_launcher_page_contents.cc73 WindowOpenDisposition disposition,
79 disposition,
70 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/base/files/
H A Dfile_win.cc25 DWORD disposition = 0; local
28 disposition = OPEN_EXISTING;
31 DCHECK(!disposition);
32 disposition = CREATE_NEW;
36 DCHECK(!disposition);
37 disposition = OPEN_ALWAYS;
41 DCHECK(!disposition);
43 disposition = CREATE_ALWAYS;
47 DCHECK(!disposition);
49 disposition
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DForeignSessionHelper.java215 int disposition);
213 nativeOpenForeignSessionTab( long nativeForeignSessionHelper, Tab tab, String sessionTag, int tabId, int disposition) argument
/external/chromium_org/chrome/browser/android/
H A Dchrome_web_contents_delegate_android.cc254 WindowOpenDisposition disposition = params.disposition; local
255 if (!source || (disposition != CURRENT_TAB &&
256 disposition != NEW_FOREGROUND_TAB &&
257 disposition != NEW_BACKGROUND_TAB &&
258 disposition != OFF_THE_RECORD &&
259 disposition != NEW_POPUP &&
260 disposition != NEW_WINDOW)) {
278 if ((params.disposition == NEW_POPUP ||
279 params.disposition
306 AddNewContents( WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_api.cc135 WindowOpenDisposition disposition) {
148 if (disposition == NEW_FOREGROUND_TAB)
150 else if (disposition == NEW_BACKGROUND_TAB)
131 OnInputEntered( content::WebContents* web_contents, const std::string& extension_id, const std::string& input, WindowOpenDisposition disposition) argument
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_infobar_delegates.cc60 bool PluginInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { argument
64 (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
164 WindowOpenDisposition disposition) {
166 return PluginInfoBarDelegate::LinkClicked(disposition);
266 WindowOpenDisposition disposition) {
268 return PluginInfoBarDelegate::LinkClicked(disposition);
394 WindowOpenDisposition disposition) {
403 (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
163 LinkClicked( WindowOpenDisposition disposition) argument
265 LinkClicked( WindowOpenDisposition disposition) argument
393 LinkClicked( WindowOpenDisposition disposition) argument
512 LinkClicked( WindowOpenDisposition disposition) argument
[all...]
/external/chromium_org/chrome/browser/
H A Dreferrer_policy_browsertest.cc136 // disposition: The disposition for the navigation.
147 WindowOpenDisposition disposition,
190 if (disposition == CURRENT_TAB) {
143 RunReferrerTest(const blink::WebReferrerPolicy referrer_policy, StartOnProtocol start_protocol, LinkType link_type, RedirectType redirect, WindowOpenDisposition disposition, blink::WebMouseEvent::Button button, ExpectedReferrer expected_referrer) argument
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_delegate.cc59 if (params.disposition == NEW_BACKGROUND_TAB) {
60 new_tab_params.disposition = NEW_BACKGROUND_TAB;
62 new_tab_params.disposition = NEW_FOREGROUND_TAB;
202 WindowOpenDisposition disposition,
218 disposition =
219 disposition == NEW_BACKGROUND_TAB ? disposition : NEW_FOREGROUND_TAB;
223 disposition,
200 AddNewContents(content::BrowserContext* context, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_utils.cc172 // This flag tracks whether any extension wants the disposition to be
178 // Use the overridden disposition if any extension wants it.
208 // disposition of new window, in which case we want subsequent tabs to open in
211 WindowOpenDisposition disposition = initial_disposition; local
223 content::OpenURLParams(*url, content::Referrer(), disposition,
228 disposition = NEW_BACKGROUND_TAB;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_navigator.h43 // params.disposition = NEW_BACKGROUND_TAB;
112 // The disposition requested by the navigation source. Default is
121 // If disposition is NEW_BACKGROUND_TAB, TabStripModel::ADD_ACTIVE is
123 // If disposition is one of NEW_WINDOW, NEW_POPUP, NEW_FOREGROUND_TAB or
126 WindowOpenDisposition disposition; member in struct:chrome::NavigateParams
155 // window if |disposition| == NEW_POPUP.
172 // If disposition is NEW_WINDOW or NEW_POPUP, and |window_action| is set to
207 // tab was added. Guaranteed non-NULL unless the disposition did not
H A Dbrowser_navigator_browsertest.cc86 param.disposition = NEW_FOREGROUND_TAB;
138 void BrowserNavigatorTest::RunSuppressTest(WindowOpenDisposition disposition) { argument
141 p.disposition = disposition;
160 p.disposition = SINGLETON_TAB;
187 p.disposition = OFF_THE_RECORD;
264 p.disposition = SINGLETON_TAB;
293 p.disposition = SINGLETON_TAB;
304 p.disposition = SINGLETON_TAB;
316 p.disposition
[all...]

Completed in 316 milliseconds

1234567