Searched refs:set_content_type (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/net/test/embedded_test_server/
H A Dhttp_response_unittest.cc16 response.set_content_type("text/plain");
H A Dhttp_response.h47 void set_content_type(const std::string& content_type) { function in class:net::test_server::BasicHttpResponse
H A Dembedded_test_server_unittest.cc97 http_response->set_content_type(content_type);
/external/chromium_org/chrome/browser/extensions/api/streams_private/
H A Dstreams_private_apitest.cc62 response->set_content_type("application/msword");
70 response->set_content_type("application/msexcel");
83 response->set_content_type("text/plain");
94 response->set_content_type("text/plain");
102 response->set_content_type("text/html");
110 response->set_content_type("application/rtf");
/external/chromium_org/chrome/test/nacl/
H A Dpnacl_header_test.cc101 http_response->set_content_type("application/octet-stream");
134 http_response->set_content_type("application/octet-stream");
/external/chromium_org/google_apis/drive/
H A Dbase_requests_unittest.cc80 response->set_content_type("application/json");
H A Dtest_util.cc108 http_response->set_content_type(content_type);
H A Ddrive_api_requests_unittest.cc231 response->set_content_type("application/json");
354 response->set_content_type(expected_content_type_);
377 response->set_content_type("text/plain");
/external/chromium_org/storage/common/blob/
H A Dblob_data.h50 void set_content_type(const std::string& content_type) { function in class:storage::BlobData
/external/chromium_org/chrome/browser/net/
H A Dsdch_browsertest.cc197 response->set_content_type("text/html");
208 response->set_content_type("text/plain");
219 response->set_content_type("application/x-sdch-dictionary");
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dfake_cws.cc139 http_response->set_content_type("text/xml");
/external/chromium_org/chrome/browser/
H A Dcrash_recovery_browsertest.cc61 response->set_content_type("text/html");
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_provider_impl_unittest.cc133 response->set_content_type("text/xml");
/external/chromium_org/components/renderer_context_menu/
H A Drender_view_context_menu_base.h113 void set_content_type(ContextMenuContentType* content_type) { function in class:RenderViewContextMenuBase
/external/chromium_org/athena/content/
H A Drender_view_context_menu_impl.cc98 set_content_type(
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_browsertest.cc514 http_response->set_content_type("text/html");
518 http_response->set_content_type("text/html");
/external/chromium_org/google_apis/gaia/
H A Dfake_gaia.cc328 http_response->set_content_type("text/html");
367 http_response->set_content_type("text/html");
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_classifier_browsertest.cc193 http_response->set_content_type("text/html");
H A Dphishing_dom_feature_extractor_browsertest.cc158 http_response->set_content_type("text/html");
H A Dphishing_classifier_delegate_browsertest.cc215 http_response->set_content_type("text/html");
/external/chromium_org/storage/browser/blob/
H A Dblob_storage_context.cc199 found->second.data->set_content_type(content_type);
/external/chromium_org/content/browser/fileapi/
H A Dblob_url_request_job_unittest.cc400 blob_data_->set_content_type(kTestContentType);
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_uploader_impl_unittest.cc367 response->set_content_type("text/plain");
/external/chromium_org/chrome/browser/chromeos/login/saml/
H A Dsaml_browsertest.cc236 http_response->set_content_type("text/html");
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_callbacks.cc249 blob_data->set_content_type(base::UTF16ToUTF8(blob_info.type()));

Completed in 342 milliseconds

12