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

  /external/chromium/net/base/
mock_filter_context.h 21 void SetMimeType(const std::string& mime_type) { mime_type_ = mime_type; }
58 std::string mime_type_; member in class:net::MockFilterContext
mock_filter_context.cc 19 *mime_type = mime_type_;
sdch_filter.h 120 std::string mime_type_; member in class:net::SdchFilter
sdch_filter.cc 32 bool success = filter_context.GetMimeType(&mime_type_);
224 if (std::string::npos == mime_type_.find("text/html")) {
  /external/chromium/net/url_request/
url_request_simple_job.cc 29 *mime_type = mime_type_;
56 if (GetData(&mime_type_, &charset_, &data_)) {
url_request_simple_job.h 39 std::string mime_type_; member in class:net::URLRequestSimpleJob
  /external/chromium/chrome/browser/
plugin_data_remover.h 29 void set_mime_type(const std::string& mime_type) { mime_type_ = mime_type; }
74 std::string mime_type_; member in class:PluginDataRemover
plugin_data_remover.cc 34 : mime_type_(kFlashMimeType),
57 0, 0, GURL(), mime_type_, this);
  /external/chromium/chrome/browser/download/
download_item.h 251 std::string mime_type() const { return mime_type_; }
330 std::string mime_type_; member in class:DownloadItem
333 // this item. |mime_type_| may be different because of type sniffing.
download_item.cc 123 mime_type_(info.mime_type),
163 mime_type_(info.mime_type),
203 mime_type_(std::string()),
  /external/chromium/chrome/browser/automation/
url_request_automation_job.cc 179 if (!mime_type_.empty()) {
180 *mime_type = mime_type_;
286 mime_type_ = response.mime_type;
374 mime_type_.erase();
url_request_automation_job.h 105 std::string mime_type_; member in class:URLRequestAutomationJob
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc 89 mime_type_ = mime_type;
113 std::string mime_type_; member in class:URLRequestChromeJob
310 *mime_type = mime_type_;
311 return !mime_type_.empty();

Completed in 259 milliseconds