Searched refs:disposition (Results 51 - 75 of 326) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_controller.h32 WindowOpenDisposition disposition,
80 WindowOpenDisposition disposition() const { return disposition_; } function in class:OmniboxEditController
/external/chromium_org/chrome/browser/ui/
H A Dtab_modal_confirm_dialog_delegate.h67 // not in the process of closing. The |disposition| specifies how the
70 void LinkClicked(WindowOpenDisposition disposition);
124 virtual void OnLinkClicked(WindowOpenDisposition disposition);
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...]
H A Dbrowser_commands.h36 WindowOpenDisposition disposition);
62 void GoBack(Browser* browser, WindowOpenDisposition disposition);
64 void GoForward(Browser* browser, WindowOpenDisposition disposition);
67 WindowOpenDisposition disposition);
68 void Reload(Browser* browser, WindowOpenDisposition disposition);
69 void ReloadIgnoringCache(Browser* browser, WindowOpenDisposition disposition);
71 void Home(Browser* browser, WindowOpenDisposition disposition);
H A Dsingleton_tabs.cc55 local_params.disposition = CURRENT_TAB;
65 params.disposition = SINGLETON_TAB;
75 if (params->disposition != SINGLETON_TAB)
H A Dbrowser_instant_controller.h32 bool OpenInstant(WindowOpenDisposition disposition, const GURL& url);
H A Dbrowser_tabstrip.h40 // method returns. If |disposition| is NEW_POPUP, |pos| should hold the
46 WindowOpenDisposition disposition,
/external/chromium_org/content/browser/frame_host/
H A Dnavigator.h90 // specified |disposition|.
94 WindowOpenDisposition disposition,
107 WindowOpenDisposition disposition,
91 RequestOpenURL(RenderFrameHostImpl* render_frame_host, const GURL& url, const Referrer& referrer, WindowOpenDisposition disposition, bool should_replace_current_entry, bool user_gesture) argument
101 RequestTransferURL( RenderFrameHostImpl* render_frame_host, const GURL& url, const std::vector<GURL>& redirect_chain, const Referrer& referrer, ui::PageTransition page_transition, WindowOpenDisposition disposition, const GlobalRequestID& transferred_global_request_id, bool should_replace_current_entry, bool user_gesture) argument
/external/chromium_org/ui/web_dialogs/
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
H A Dweb_dialog_web_contents_delegate.h33 WindowOpenDisposition disposition,
61 WindowOpenDisposition disposition,
/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/custom_handlers/
H A Dregister_protocol_handler_infobar_delegate.cc117 WindowOpenDisposition disposition) {
124 (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
116 LinkClicked( WindowOpenDisposition disposition) argument
H A Dregister_protocol_handler_infobar_delegate.h43 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_infobar_delegate.cc141 WindowOpenDisposition disposition) {
146 (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
140 LinkClicked( WindowOpenDisposition disposition) argument
H A Dmedia_stream_infobar_delegate.h49 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
/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/athena/extensions/
H A Dathena_app_delegate_base.h31 WindowOpenDisposition disposition,
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extension_host_delegate.h27 WindowOpenDisposition disposition,
/external/chromium_org/chrome/browser/google/
H A Dgoogle_url_tracker_navigation_helper_impl.h33 WindowOpenDisposition disposition,
/external/chromium_org/chrome/browser/gpu/
H A Dthree_d_api_observer.cc49 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
147 bool ThreeDAPIInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { argument
152 (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
/external/chromium_org/chrome/browser/infobars/
H A Dinsecure_content_infobar_delegate.h52 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
/external/chromium_org/chrome/browser/
H A Dplatform_util_chromeos.cc46 params.disposition = NEW_FOREGROUND_TAB;
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore.h71 // the disposition is not NEW_WINDOW. Returns the WebContents corresponding
72 // to the restored tab. If |disposition| is CURRENT_TAB, |source_web_contents|
77 WindowOpenDisposition disposition);
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_menu_cocoa_controller.h52 withDisposition:(WindowOpenDisposition)disposition;
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dmock_confirm_infobar_delegate.cc59 WindowOpenDisposition disposition) {
58 LinkClicked( WindowOpenDisposition disposition) argument

Completed in 7961 milliseconds

1234567891011>>