Searched refs:content_type_ (Results 1 - 24 of 24) sorted by relevance

/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_mock_provider.cc14 : content_type_(content_type),
25 return content_type == content_type_ ? setting_ : CONTENT_SETTING_DEFAULT;
31 if (can_override_ && content_type == content_type_)
37 return content_type == content_type_ && is_managed_;
46 content_type_(CONTENT_SETTINGS_TYPE_COOKIES),
61 content_type_(content_type),
75 content_type_ == content_type &&
92 content_type_ = content_type;
98 if (type == content_type_) {
H A Dcontent_settings_mock_provider.h35 ContentSettingsType content_type_; member in class:content_settings::MockDefaultProvider
102 content_type_ = content_type;
106 return content_type_;
144 ContentSettingsType content_type_; member in class:content_settings::MockProvider
/external/chromium/chrome/browser/
H A Dcontent_setting_combo_model.cc32 : content_type_(type) {
39 if (content_type_ == CONTENT_SETTINGS_TYPE_PLUGINS &&
42 if (content_type_ == CONTENT_SETTINGS_TYPE_COOKIES)
64 if (content_type_ == CONTENT_SETTINGS_TYPE_PLUGINS &&
67 if (content_type_ == CONTENT_SETTINGS_TYPE_COOKIES)
H A Dcontent_setting_combo_model.h27 const ContentSettingsType content_type_; member in class:ContentSettingComboModel
H A Dcontent_setting_bubble_model.h34 ContentSettingsType content_type() const { return content_type_; }
122 ContentSettingsType content_type_; member in class:ContentSettingBubbleModel
H A Dcontent_setting_bubble_model.cc509 content_type_(content_type) {
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannel.h45 : name_(name), content_type_(content_type),
51 const std::string& content_type() const { return content_type_; }
101 std::string content_type_; member in class:cricket::TransportChannel
H A Dsession.h298 const std::string& content_type() const { return content_type_; }
534 std::string content_type_; member in class:cricket::Session
H A Dsession.cc231 content_type_ = content_type;
512 parsers[content_type_] = client_;
522 return transproxy->CreateChannel(channel_name, content_type_);
/external/chromium_org/net/test/embedded_test_server/
H A Dhttp_response.h46 const std::string& content_type() const { return content_type_; }
48 content_type_ = content_type;
62 std::string content_type_; member in class:net::test_server::BasicHttpResponse
H A Dhttp_response.cc41 content_type_.c_str());
/external/chromium_org/webkit/common/blob/
H A Dblob_data.h54 const std::string& content_type() const { return content_type_; }
56 content_type_ = content_type;
73 std::string content_type_; member in class:webkit_blob::BlobData
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Ddata_socket.h98 const std::string& content_type() const { return content_type_; }
152 std::string content_type_; member in class:DataSocket
H A Ddata_socket.cc175 content_type_.clear();
243 assert(content_type_.empty());
266 content_type_.assign(headers, type_end);
276 return !content_type_.empty() && content_length_ != 0;
/external/chromium/chrome/browser/sync/glue/
H A Dhttp_bridge.cc171 DCHECK(content_type_.empty()) << "Bridge payload already set.";
173 content_type_ = content_type;
191 DCHECK(!content_type_.empty()) << "Payload not set";
222 fetch_state_.url_poster->set_upload_data(content_type_, request_content_);
H A Dhttp_bridge.h164 std::string content_type_; member in class:browser_sync::HttpBridge
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge.cc181 DCHECK(content_type_.empty()) << "Bridge payload already set.";
183 content_type_ = content_type;
201 DCHECK(!content_type_.empty()) << "Payload not set";
232 fetch_state_.url_poster->SetUploadData(content_type_, request_content_);
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model.h107 ContentSettingsType content_type() const { return content_type_; }
169 ContentSettingsType content_type_; member in class:ContentSettingBubbleModel
H A Dcontent_setting_bubble_model.cc1304 content_type_(content_type) {
/external/chromium_org/chrome/browser/google_apis/
H A Dbase_requests.cc377 content_type_(content_type),
380 DCHECK(!content_type_.empty());
410 headers.push_back(kUploadContentType + content_type_);
541 content_type_(content_type),
588 *upload_content_type = content_type_;
H A Dbase_requests.h281 const std::string content_type_; member in class:google_apis::InitiateUploadRequestBase
396 const std::string content_type_; member in class:google_apis::ResumeUploadRequestBase
/external/chromium_org/sync/internal_api/public/
H A Dhttp_bridge.h182 std::string content_type_; member in class:syncer::HttpBridge
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession.h264 const std::string& content_type() const { return content_type_; }
494 std::string content_type_; member in class:cricket::BaseSession
H A Dsession.cc347 content_type_(content_type),

Completed in 1740 milliseconds