Searched refs:disposition (Results 276 - 300 of 326) sorted by relevance

<<11121314

/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h382 WindowOpenDisposition disposition,
/external/chromium_org/content/common/
H A Dframe_messages.h273 IPC_STRUCT_MEMBER(WindowOpenDisposition, disposition)
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h74 // in the current front-most tab), unless |disposition| indicates the url
97 // method returns. If |disposition| is NEW_POPUP, |initial_pos| should hold
103 WindowOpenDisposition disposition,
101 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dcontent_browser_client.h486 WindowOpenDisposition disposition,
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.h394 WindowOpenDisposition disposition,
H A Dapp_window.cc376 WindowOpenDisposition disposition,
383 disposition,
374 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java1132 String contentDisposition = item.get("content-disposition");
1134 throw new ResponseException(Response.Status.BAD_REQUEST, "BAD REQUEST: Content type is multipart/form-data but no content-disposition info found. Usage: GET /example/file.html");
1137 Map<String, String> disposition = new HashMap<String, String>();
1142 disposition.put(token.substring(0, p).trim().toLowerCase(Locale.US), token.substring(p + 1).trim());
1145 String pname = disposition.get("name");
1168 value = disposition.get("filename");
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_reporting_service.cc115 IncidentDisposition disposition,
118 if (disposition == ACCEPTED) {
121 DCHECK_EQ(disposition, DROPPED);
114 LogIncidentDataType( IncidentDisposition disposition, const ClientIncidentReport_IncidentData& incident_data) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.h550 WindowOpenDisposition disposition,
680 WindowOpenDisposition disposition,
794 void ReloadInternal(WindowOpenDisposition disposition, bool ignore_cache);
H A Dbrowser_focus_uitest.cc631 p.disposition = CURRENT_TAB;
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer.cc507 if (stream_->disposition & AV_DISPOSITION_CAPTIONS)
510 if (stream_->disposition & AV_DISPOSITION_DESCRIPTIONS)
513 if (stream_->disposition & AV_DISPOSITION_METADATA)
/external/chromium_org/net/url_request/
H A Durl_request_http_job.cc63 virtual bool GetContentDisposition(std::string* disposition) const OVERRIDE;
104 std::string* disposition) const {
107 return headers->EnumerateHeader(&iter, "Content-Disposition", disposition);
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc1177 TargetDisposition disposition,
1197 VLOG(20) << __FUNCTION__ << " " << target_path.value() << " " << disposition
1201 target_disposition_ = disposition;
1175 OnDownloadTargetDetermined( const base::FilePath& target_path, TargetDisposition disposition, DownloadDangerType danger_type, const base::FilePath& intermediate_path) argument
/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/chrome/browser/apps/
H A Dephemeral_app_launcher.cc295 params.disposition = NEW_FOREGROUND_TAB;
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.h228 WindowOpenDisposition disposition,
/external/chromium_org/chrome/test/base/
H A Dweb_ui_browser_test.cc218 params.disposition = CURRENT_TAB;
/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/sessions/
H A Dpersistent_tab_restore_service.cc961 WindowOpenDisposition disposition) {
962 return helper_.RestoreEntryById(delegate, id, host_desktop_type, disposition);
957 RestoreEntryById( TabRestoreServiceDelegate* delegate, SessionID::id_type id, chrome::HostDesktopType host_desktop_type, WindowOpenDisposition disposition) argument
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_browsertest.cc1119 params.disposition = NEW_BACKGROUND_TAB;
1142 params.disposition = NEW_FOREGROUND_TAB;
/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker_unittest.cc135 WindowOpenDisposition disposition,
175 WindowOpenDisposition disposition,
173 OpenURL( GURL url, WindowOpenDisposition disposition, bool user_clicked_on_link) argument
/external/chromium_org/components/test/data/web_database/
H A Dversion_53.sql17 CREATE TABLE web_intents ( service_url LONGVARCHAR, action VARCHAR, type VARCHAR, title LONGVARCHAR, disposition VARCHAR, scheme VARCHAR, UNIQUE (service_url, action, scheme, type));
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc1238 WindowOpenDisposition disposition,
1241 content::OpenURLParams(dest_url_, Referrer(), disposition,
1251 WindowOpenDisposition disposition,
1254 NavigateToURLWithDisposition(dest_url, disposition, expect_swap_to_succeed);
1258 WindowOpenDisposition disposition,
1261 content::OpenURLParams(dest_url, Referrer(), disposition,
1711 CHECK_EQ(CURRENT_TAB, params.disposition);
1237 NavigateToDestURLWithDisposition( WindowOpenDisposition disposition, bool expect_swap_to_succeed) const argument
1250 NavigateToURLWithDisposition(const std::string& dest_html_file, WindowOpenDisposition disposition, bool expect_swap_to_succeed) const argument
1257 NavigateToURLWithDisposition(const GURL& dest_url, WindowOpenDisposition disposition, bool expect_swap_to_succeed) const argument
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc765 WindowOpenDisposition disposition,
764 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper.cc131 virtual void OnLinkClicked(WindowOpenDisposition disposition) OVERRIDE;
207 WindowOpenDisposition disposition) {
206 OnLinkClicked( WindowOpenDisposition disposition) argument

Completed in 651 milliseconds

<<11121314