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

1234567

/external/chromium_org/android_webview/browser/
H A Daw_content_browser_client.cc487 WindowOpenDisposition disposition,
480 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, content::ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) 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/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/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/base/win/
H A Dregistry.cc76 DWORD* disposition, REGSAM access) {
77 DCHECK(rootkey && subkey && access && disposition);
81 disposition);
75 CreateWithDisposition(HKEY rootkey, const wchar_t* subkey, DWORD* disposition, REGSAM access) argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeWebContentsDelegateAndroid.java31 int disposition, Rect initialPosition, boolean userGesture) {
30 addNewContents(long nativeSourceWebContents, long nativeWebContents, int disposition, Rect initialPosition, boolean userGesture) argument
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...]
H A Drecently_closed_tabs_bridge.cc116 WindowOpenDisposition disposition = local
120 disposition);
/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/background/
H A Dbackground_contents_service.cc772 WindowOpenDisposition disposition,
780 chrome::AddWebContents(browser, NULL, new_contents, disposition,
770 AddWebContents( WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc2011 WindowOpenDisposition disposition,
2061 disposition,
2004 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, content::ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) argument
H A Dcommand_updater.cc48 WindowOpenDisposition disposition) {
50 delegate_->ExecuteCommandWithDisposition(id, disposition);
46 ExecuteCommandWithDisposition( int id, WindowOpenDisposition disposition) argument
/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
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window.cc832 WindowOpenDisposition disposition,
853 source, new_contents, disposition, initial_pos, user_gesture,
830 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/download/
H A Ddownload_browsertest.cc603 // |disposition| indicates where the navigation occurs (current tab, new
609 WindowOpenDisposition disposition,
618 disposition,
1303 // Download a 0-size file with a content-disposition header, verify that the
607 DownloadAndWaitWithDisposition(Browser* browser, const GURL& url, WindowOpenDisposition disposition, int browser_test_flags) argument
/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/extensions/api/web_navigation/
H A Dweb_navigation_api.cc577 WindowOpenDisposition disposition,
588 if (disposition != SINGLETON_TAB &&
589 disposition != NEW_FOREGROUND_TAB &&
590 disposition != NEW_BACKGROUND_TAB &&
591 disposition != NEW_POPUP &&
592 disposition != NEW_WINDOW &&
593 disposition != OFF_THE_RECORD)
573 DidOpenRequestedURL( content::WebContents* new_contents, const GURL& url, const content::Referrer& referrer, WindowOpenDisposition disposition, ui::PageTransition transition, int64 source_frame_num) argument
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extension_host_delegate.cc43 WindowOpenDisposition disposition,
47 web_contents, extension_id, disposition, initial_pos, user_gesture);
41 CreateTab(content::WebContents* web_contents, const std::string& extension_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dextension_tab_util.cc236 navigate_params.disposition =
530 WindowOpenDisposition disposition,
547 if (disposition == NEW_POPUP)
550 params.disposition = disposition;
528 CreateTab(WebContents* web_contents, const std::string& extension_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium_org/chrome/browser/google/
H A Dgoogle_url_tracker_navigation_helper_impl.cc73 WindowOpenDisposition disposition,
78 url, content::Referrer(), disposition, transition_type, false));
71 OpenURL( GURL url, WindowOpenDisposition disposition, bool user_clicked_on_link) argument
/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.cc112 WindowOpenDisposition disposition) {
118 (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
111 LinkClicked( WindowOpenDisposition disposition) argument

Completed in 593 milliseconds

1234567