/external/chromium/chrome/browser/content_settings/ |
content_settings_mock_provider.cc | 14 : 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_) {
|
content_settings_mock_provider.h | 35 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/ |
content_setting_combo_model.cc | 32 : 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)
|
content_setting_combo_model.h | 27 const ContentSettingsType content_type_; member in class:ContentSettingComboModel
|
content_setting_bubble_model.h | 34 ContentSettingsType content_type() const { return content_type_; } 122 ContentSettingsType content_type_; member in class:ContentSettingBubbleModel
|
content_setting_bubble_model.cc | 509 content_type_(content_type) {
|
/external/chromium_org/net/test/embedded_test_server/ |
http_response.h | 46 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
|
http_response.cc | 41 content_type_.c_str());
|
/external/chromium_org/webkit/common/blob/ |
blob_data.h | 49 const std::string& content_type() const { return content_type_; } 51 content_type_ = content_type; 68 std::string content_type_; member in class:webkit_blob::BlobData
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
transportchannel.h | 45 : 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
|
session.cc | 231 content_type_ = content_type; 512 parsers[content_type_] = client_; 522 return transproxy->CreateChannel(channel_name, content_type_); [all...] |
session.h | 298 const std::string& content_type() const { return content_type_; } 534 std::string content_type_; member in class:cricket::Session
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/ |
data_socket.cc | 175 content_type_.clear(); 243 assert(content_type_.empty()); 266 content_type_.assign(headers, type_end); 276 return !content_type_.empty() && content_length_ != 0;
|
data_socket.h | 98 const std::string& content_type() const { return content_type_; } 152 std::string content_type_; member in class:DataSocket
|
/external/chromium/chrome/browser/sync/glue/ |
http_bridge.cc | 171 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_);
|
http_bridge.h | 164 std::string content_type_; member in class:browser_sync::HttpBridge
|
/external/chromium_org/sync/internal_api/ |
http_bridge.cc | 219 DCHECK(content_type_.empty()) << "Bridge payload already set."; 221 content_type_ = content_type; 239 DCHECK(!content_type_.empty()) << "Payload not set"; 271 fetch_state_.url_poster->SetUploadData(content_type_, request_content_);
|
/external/chromium_org/chrome/browser/ui/content_settings/ |
content_setting_bubble_model.h | 103 ContentSettingsType content_type() const { return content_type_; } 164 ContentSettingsType content_type_; member in class:ContentSettingBubbleModel
|
content_setting_bubble_model.cc | [all...] |
/external/chromium_org/google_apis/drive/ |
base_requests.cc | 500 content_type_(content_type), 503 DCHECK(!content_type_.empty()); 533 headers.push_back(kUploadContentType + content_type_); 661 content_type_(content_type), 708 *upload_content_type = content_type_;
|
base_requests.h | 327 const std::string content_type_; member in class:google_apis::InitiateUploadRequestBase 442 const std::string content_type_; member in class:google_apis::ResumeUploadRequestBase
|
/external/chromium_org/sync/internal_api/public/ |
http_bridge.h | 170 std::string content_type_; member in class:syncer::HttpBridge
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
session.h | 275 const std::string& content_type() const { return content_type_; } 505 std::string content_type_; member in class:cricket::BaseSession
|
session.cc | 381 content_type_(content_type), [all...] |