Searched defs:disposition (Results 1 - 25 of 163) sorted by relevance

1234567

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_controller.cc13 WindowOpenDisposition disposition,
16 disposition_ = disposition;
11 OnAutocompleteAccept( const GURL& destination_url, WindowOpenDisposition disposition, ui::PageTransition transition) argument
H A Domnibox_edit_controller.h32 WindowOpenDisposition disposition,
80 WindowOpenDisposition disposition() const { return disposition_; } function in class:OmniboxEditController
H A Dalternate_nav_infobar_delegate.cc67 WindowOpenDisposition disposition) {
87 disposition, ui::PAGE_TRANSITION_TYPED,
66 LinkClicked( WindowOpenDisposition disposition) argument
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper_delegate.cc9 WindowOpenDisposition disposition,
7 NavigateOnThumbnailClick( const GURL& url, WindowOpenDisposition disposition, content::WebContents* source_contents) argument
/external/chromium_org/content/public/browser/
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
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_infobar_delegate.cc53 bool NaClInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { argument
58 (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_infobar_delegate.cc59 WindowOpenDisposition disposition) {
64 (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
58 LinkClicked( WindowOpenDisposition disposition) argument
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_android.cc25 WindowOpenDisposition disposition) {
44 if (disposition == CURRENT_TAB) {
48 DCHECK(disposition == NEW_FOREGROUND_TAB ||
49 disposition == NEW_BACKGROUND_TAB);
22 RestoreForeignSessionTab( content::WebContents* web_contents, const SessionTab& session_tab, WindowOpenDisposition disposition) argument
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dblocked_window_params.cc17 WindowOpenDisposition disposition,
25 disposition_(disposition),
60 nav_params.disposition = NEW_POPUP;
62 nav_params.disposition = disposition_;
14 BlockedWindowParams( const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, int render_process_id, int opener_id) argument
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dmock_confirm_infobar_delegate.cc59 WindowOpenDisposition disposition) {
58 LinkClicked( WindowOpenDisposition disposition) argument
/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.h35 WindowOpenDisposition disposition);
41 WindowOpenDisposition disposition);
64 WindowOpenDisposition disposition; member in struct:AppLaunchParams
/external/chromium_org/chrome/browser/ui/startup/
H A Dgoogle_api_keys_infobar_delegate.cc45 WindowOpenDisposition disposition) {
50 (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
44 LinkClicked( WindowOpenDisposition disposition) argument
H A Dobsolete_system_infobar_delegate.cc58 WindowOpenDisposition disposition) {
68 (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
57 LinkClicked( WindowOpenDisposition disposition) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dchrome_web_contents_handler.cc28 // attributes such as disposition. On return |out_new_contents| contains the
55 params.disposition == CURRENT_TAB &&
57 nav_params.disposition = NEW_FOREGROUND_TAB;
59 nav_params.disposition = params.disposition;
74 // operation originated. |disposition| controls how the new tab should be
82 WindowOpenDisposition disposition,
104 params.disposition = disposition;
78 AddNewContents( content::BrowserContext* context, WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium_org/chrome/browser/ui/webui/password_manager_internals/
H A Dpassword_manager_internals_ui_browsertest.cc28 // Navigates to the internals page in a tab specified by |disposition|. Also
30 void OpenInternalsPage(WindowOpenDisposition disposition);
54 WindowOpenDisposition disposition) {
60 disposition, local
53 OpenInternalsPage( WindowOpenDisposition disposition) argument
/external/chromium_org/chrome/installer/util/
H A Dcreate_reg_key_work_item.cc60 DWORD disposition; local
65 &disposition,
67 if (disposition == REG_OPENED_EXISTING_KEY) {
76 } else if (disposition == REG_CREATED_NEW_KEY) {
80 LOG(ERROR) << "unkown disposition";
/external/chromium_org/ui/web_dialogs/test/
H A Dtest_web_contents_handler.cc26 WindowOpenDisposition disposition,
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/components/infobars/core/
H A Dconfirm_infobar_delegate.cc46 bool ConfirmInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { 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/ui/web_dialogs/
H A Dweb_dialog_delegate.cc45 WindowOpenDisposition disposition,
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.cc45 WindowOpenDisposition disposition, const gfx::Rect& initial_pos,
48 handler_->AddNewContents(browser_context_, source, new_contents, disposition,
43 AddNewContents( WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/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/autofill/
H A Dautofill_cc_infobar_delegate.cc104 bool AutofillCCInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { argument
108 (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
/external/chromium_org/chrome/browser/
H A Dcommand_updater.cc48 WindowOpenDisposition disposition) {
50 delegate_->ExecuteCommandWithDisposition(id, disposition);
46 ExecuteCommandWithDisposition( int id, WindowOpenDisposition disposition) argument

Completed in 7254 milliseconds

1234567