HomeSort by relevance Sort by last modified time
    Searched refs:set_content_type (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/net/test/embedded_test_server/
http_response_unittest.cc 16 response.set_content_type("text/plain");
http_response.h 47 void set_content_type(const std::string& content_type) { function in class:net::test_server::BasicHttpResponse
embedded_test_server_unittest.cc 97 http_response->set_content_type(content_type);
  /external/chromium/chrome/browser/content_settings/
content_settings_mock_provider.h 101 void set_content_type(ContentSettingsType content_type) { function in class:content_settings::MockProvider
  /external/chromium_org/webkit/common/blob/
blob_data.h 55 void set_content_type(const std::string& content_type) { function in class:webkit_blob::BlobData
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_apitest.cc 57 response->set_content_type("application/msword");
67 response->set_content_type("plain/text");
77 response->set_content_type("plain/text");
  /external/chromium_org/chrome/browser/chromeos/login/
oobe_browsertest.cc 181 http_response->set_content_type("text/html");
195 http_response->set_content_type("text/html");
kiosk_browsertest.cc 448 http_response->set_content_type("text/html");
462 http_response->set_content_type("text/html");
  /external/chromium_org/chrome/browser/google_apis/
test_util.cc 107 http_response->set_content_type(content_type);
drive_api_requests_unittest.cc 193 response->set_content_type("application/json");
316 response->set_content_type(expected_content_type_);
339 response->set_content_type("text/plain");
    [all...]
gdata_wapi_requests_unittest.cc 323 response->set_content_type("text/plain");
    [all...]
  /external/chromium_org/webkit/browser/blob/
blob_storage_controller.cc 123 found->second->set_content_type(content_type);
blob_storage_context.cc 179 found->second.data->set_content_type(content_type);
blob_url_request_job_unittest.cc 434 blob_data_->set_content_type(kTestContentType);

Completed in 304 milliseconds