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

  /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/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.h 298 const std::string& content_type() const { return content_type_; }
534 std::string content_type_; member in class:cricket::Session
session.cc 231 content_type_ = content_type;
512 parsers[content_type_] = client_;
522 return transproxy->CreateChannel(channel_name, content_type_);
    [all...]
  /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

Completed in 146 milliseconds