Searched refs:disposition (Results 126 - 150 of 326) sorted by relevance

1234567891011>>

/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_app_delegate.h28 WindowOpenDisposition disposition,
/external/chromium_org/sandbox/win/src/
H A Dfilesystem_interception.h20 ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options,
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
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
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_helper.cc204 WindowOpenDisposition disposition) {
231 delegate = RestoreTab(*tab, delegate, host_desktop_type, disposition,
276 delegate = RestoreTab(tab, delegate, host_desktop_type, disposition,
302 if (disposition == CURRENT_TAB && current_delegate &&
454 WindowOpenDisposition disposition,
457 if (disposition == CURRENT_TAB && delegate) {
466 // We only respsect the tab's original browser if there's no disposition.
467 if (disposition == UNKNOWN && tab.has_browser()) {
477 if (delegate && disposition != NEW_WINDOW) {
487 // we were passed a specific disposition
200 RestoreEntryById( TabRestoreServiceDelegate* delegate, SessionID::id_type id, chrome::HostDesktopType host_desktop_type, WindowOpenDisposition disposition) argument
450 RestoreTab( const Tab& tab, TabRestoreServiceDelegate* delegate, chrome::HostDesktopType host_desktop_type, WindowOpenDisposition disposition, WebContents** contents) argument
[all...]
H A Dtab_restore_service.h170 // entry. |disposition| is respected, but the attributes (tabstrip index,
172 // disposition is UNKNOWN. If a new browser needs to be created for this
179 WindowOpenDisposition disposition) = 0;
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc182 // Navigates the specified tab (via |disposition|) of |browser| to |url|,
184 // |disposition| indicates what tab the download occurs in, and
190 WindowOpenDisposition disposition,
193 if (disposition == CURRENT_TAB && tab_strip->GetActiveWebContents())
208 url, Referrer(), disposition, ui::PAGE_TRANSITION_TYPED, false));
218 if (disposition == NEW_BACKGROUND_TAB) {
227 } else if ((disposition == CURRENT_TAB) ||
228 (disposition == NEW_FOREGROUND_TAB) ||
229 (disposition == SINGLETON_TAB)) {
233 if (disposition
186 NavigateToURLWithDispositionBlockUntilNavigationsComplete( Browser* browser, const GURL& url, int number_of_navigations, WindowOpenDisposition disposition, int browser_test_flags) argument
247 NavigateToURLWithDisposition(Browser* browser, const GURL& url, WindowOpenDisposition disposition, int browser_test_flags) argument
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc204 // Based on |disposition|, creates a new tab as necessary, and returns the
209 WindowOpenDisposition disposition) {
211 switch (disposition) {
217 (disposition == NEW_FOREGROUND_TAB) ?
238 WindowOpenDisposition disposition,
244 WebContents* new_tab = GetTabAndRevertIfNecessary(browser, disposition);
302 WindowOpenDisposition disposition) {
304 ExecuteCommandWithDisposition(command, disposition);
404 void GoBack(Browser* browser, WindowOpenDisposition disposition) { argument
410 WebContents* new_tab = GetTabAndRevertIfNecessary(browser, disposition);
208 GetTabAndRevertIfNecessary(Browser* browser, WindowOpenDisposition disposition) argument
237 ReloadInternal(Browser* browser, WindowOpenDisposition disposition, bool ignore_cache) argument
300 ExecuteCommandWithDisposition(Browser* browser, int command, WindowOpenDisposition disposition) argument
423 GoForward(Browser* browser, WindowOpenDisposition disposition) argument
431 NavigateToIndexWithDisposition(Browser* browser, int index, WindowOpenDisposition disposition) argument
442 Reload(Browser* browser, WindowOpenDisposition disposition) argument
447 ReloadIgnoringCache(Browser* browser, WindowOpenDisposition disposition) argument
456 Home(Browser* browser, WindowOpenDisposition disposition) argument
[all...]
H A Dsettings_window_manager.cc63 params.disposition = NEW_POPUP;
H A Dbrowser_navigator_browsertest_chromeos.cc180 params.disposition = SINGLETON_TAB;
210 params.disposition = NEW_POPUP;
234 params.disposition = NEW_POPUP;
/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/chrome/browser/android/
H A Drecently_closed_tabs_bridge.cc116 WindowOpenDisposition disposition = local
120 disposition);
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_button.h145 // Open all of the nodes for the given node with disposition.
147 disposition:(WindowOpenDisposition)disposition;
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_ipc_router.h50 WindowOpenDisposition disposition,
195 WindowOpenDisposition disposition,
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Drecently_closed_tabs_handler.cc89 WindowOpenDisposition disposition = webui::GetDispositionFromClick(args, 2); local
93 disposition);
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.h39 WindowOpenDisposition disposition,
/external/chromium_org/athena/extensions/
H A Dathena_app_delegate_base.cc79 WindowOpenDisposition disposition,
77 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/devtools/
H A Dchrome_devtools_manager_delegate.cc67 params.disposition = NEW_FOREGROUND_TAB;
/external/chromium_org/chrome/browser/media/
H A Dprotected_media_identifier_infobar_delegate.cc122 WindowOpenDisposition disposition) {
121 LinkClicked( WindowOpenDisposition disposition) argument
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.h61 WindowOpenDisposition disposition,
/external/chromium_org/chromecast/shell/browser/
H A Dcast_content_browser_client.h60 WindowOpenDisposition disposition,
/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/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
H A DHeapSnapshotWorkerDispatcher.js65 switch (data.disposition) {
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_delegate.h121 // WebContent where the operation originated. |disposition| controls how the
127 WindowOpenDisposition disposition,

Completed in 1012 milliseconds

1234567891011>>