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

1 2

  /external/chromium_org/content/browser/
plugin_data_remover_impl.h 28 void set_mime_type(const std::string& mime_type) { mime_type_ = mime_type; }
33 std::string mime_type_; member in class:content::PluginDataRemoverImpl
  /external/chromium_org/content/browser/speech/
audio_encoder.h 44 const std::string& mime_type() { return mime_type_; }
52 std::string mime_type_; member in class:content::AudioEncoder
  /external/chromium_org/content/browser/streams/
stream_handle_impl.cc 18 mime_type_(mime_type),
35 return mime_type_;
stream_handle_impl.h 33 std::string mime_type_; member in class:content::StreamHandleImpl
  /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
  /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_org/net/base/
mock_filter_context.cc 19 *mime_type = mime_type_;
mock_filter_context.h 20 void SetMimeType(const std::string& mime_type) { mime_type_ = mime_type; }
57 std::string mime_type_; member in class:net::MockFilterContext
sdch_filter.h 121 std::string mime_type_; member in class:net::SdchFilter
  /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_org/net/url_request/
url_request_simple_job.cc 31 *mime_type = mime_type_;
58 int result = GetData(&mime_type_, &charset_, &data_,
url_request_simple_job.h 54 std::string mime_type_; member in class:net::URLRequestSimpleJob
  /external/chromium_org/chrome/renderer/
security_filter_peer.h 92 std::string mime_type_; member in class:BufferedPeer
127 std::string mime_type_; member in class:ReplaceContentPeer
security_filter_peer.cc 137 mime_type_(mime_type) {
145 ProcessResponseInfo(info, &response_info_, mime_type_);
188 mime_type_(mime_type),
212 ProcessResponseInfo(info, &info, mime_type_);
  /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.
  /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();
  /external/chromium_org/chrome_frame/
metrics_service.cc 143 mime_type_ = mime_type;
145 DCHECK(!mime_type_.empty());
182 mime_type_.c_str(),
227 std::string mime_type_; member in class:ChromeFrameMetricsDataUploader
  /external/chromium_org/content/child/npapi/
plugin_stream.h 153 std::string mime_type_; member in class:content::PluginStream
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser.h 95 const std::string& mime_type() const { return mime_type_; }
101 void set_mime_type(const std::string& mime_type) { mime_type_ = mime_type; }
119 std::string mime_type_; member in class:google_apis::Link
249 const std::string& mime_type() const { return mime_type_; }
252 void set_mime_type(const std::string& mime_type) { mime_type_ = mime_type; }
258 std::string mime_type_; member in class:google_apis::Content

Completed in 532 milliseconds

1 2