HomeSort by relevance Sort by last modified time
    Searched refs:content_type (Results 51 - 75 of 269) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium_org/chrome/browser/content_settings/
content_settings_default_provider.cc 179 ContentSettingsType content_type,
211 ValueToContentSetting(value.get()) == kDefaultSettings[content_type]) {
214 default_settings_[content_type].reset(
215 Value::CreateIntegerValue(kDefaultSettings[content_type]));
220 GetTypeName(content_type), NULL);
222 default_settings_[content_type].reset(value->DeepCopy());
225 GetTypeName(content_type), value.release());
231 content_type, local
238 ContentSettingsType content_type,
243 ValueMap::const_iterator it(default_settings_.find(content_type));
    [all...]
content_settings_utils.h 58 ContentSettingsType content_type,
68 ContentSettingsType content_type,
76 ContentSettingsType content_type,
content_settings_utils.cc 124 ContentSettingsType content_type,
134 provider->GetRuleIterator(content_type, resource_identifier, true));
143 provider->GetRuleIterator(content_type, resource_identifier, false));
172 ContentSettingsType content_type,
176 content_type, resource_identifier,
183 ContentSettingsType content_type,
188 content_type, resource_identifier,
content_settings_policy_provider.cc 56 ContentSettingsType content_type; member in struct:__anon7083::PrefsForManagedContentSettingsMapEntry
238 ContentSettingsType content_type,
241 return value_map_.GetRuleIterator(content_type, resource_identifier, &lock_);
279 ContentSettingsType content_type = local
280 kPrefsForManagedContentSettingsMap[i].content_type;
281 DCHECK_NE(content_type, CONTENT_SETTINGS_TYPE_AUTO_SELECT_CERTIFICATE);
289 content_type,
388 ContentSettingsType content_type) {
395 DCHECK(!prefs_->HasPrefPath(kPrefToManageType[content_type]) ||
396 prefs_->IsManagedPreference(kPrefToManageType[content_type]));
404 content_type, local
410 content_type, local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
multipart.cc 52 void MultipartStream::GetContentType(std::string* content_type) {
53 ASSERT(NULL != content_type);
54 content_type->assign(type_);
55 content_type->append("; boundary=");
56 content_type->append(boundary_);
61 const std::string& content_type) {
62 if (!AddPart("", content_disposition, content_type))
71 const std::string& content_type) {
84 if (!content_type.empty()) {
86 << content_type << "\r\n"
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannel.h 44 TransportChannel(const std::string& name, const std::string &content_type)
45 : name_(name), content_type_(content_type),
51 const std::string& content_type() const { return content_type_; } function in class:cricket::TransportChannel
sessionmanager.h 70 void AddClient(const std::string& content_type, SessionClient* client);
71 void RemoveClient(const std::string& content_type);
72 SessionClient* GetClient(const std::string& content_type);
77 const std::string& content_type);
143 const std::string& content_type,
  /external/chromium/chrome/browser/content_settings/
host_content_settings_map.cc 132 ContentSettingsType content_type) const {
138 (*provider)->ProvideDefaultSetting(content_type);
151 ContentSettingsType content_type,
154 content_type,
157 return GetDefaultContentSetting(content_type);
163 ContentSettingsType content_type,
175 url, url, content_type, resource_identifier);
176 bool isManaged = (*provider)->ContentSettingsTypeIsManaged(content_type);
214 ContentSettingsType content_type,
220 // Collect content_settings::Rules for the given content_type an
280 content_type, local
284 content_type, local
    [all...]
content_settings_pref_provider.cc 124 ContentSettingsType content_type) const {
126 return default_content_settings_.settings[content_type];
130 ContentSettingsType content_type,
133 DCHECK(kTypeNames[content_type] != NULL); // Don't call this for Geolocation.
134 DCHECK(content_type != CONTENT_SETTINGS_TYPE_PLUGINS ||
146 std::string dictionary_path(kTypeNames[content_type]);
153 (setting == kDefaultSettings[content_type])) {
154 default_content_settings_.settings[content_type] =
155 kDefaultSettings[content_type];
159 default_content_settings_.settings[content_type] = setting
    [all...]
content_settings_policy_provider.cc 44 ContentSettingsType content_type; member in struct:__anon4472::PrefsForManagedContentSettingsMapEntry
133 ContentSettingsType content_type) const {
135 return managed_default_content_settings_.settings[content_type];
139 ContentSettingsType content_type,
144 ContentSettingsType content_type) const {
146 if (managed_default_content_settings_.settings[content_type] !=
284 ContentSettingsType content_type) {
286 if (kPrefToManageType[content_type] == NULL) {
287 content_type_is_managed_[content_type] = false;
289 content_type_is_managed_[content_type]
    [all...]
content_settings_notification_provider.cc 93 ContentSettingsType content_type) {
100 ContentSettingsType content_type,
102 if (content_type != CONTENT_SETTINGS_TYPE_NOTIFICATIONS)
111 ContentSettingsType content_type,
114 if (content_type != CONTENT_SETTINGS_TYPE_NOTIFICATIONS)
137 ContentSettingsType content_type,
140 if (content_type != CONTENT_SETTINGS_TYPE_NOTIFICATIONS)
169 ContentSettingsType content_type) {
170 if (content_type == CONTENT_SETTINGS_TYPE_NOTIFICATIONS)
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 78 + "content_type TEXT, "
116 * @param content_type content type to look up
119 String app_id, String content_type) {
124 + " and content_type=\'" + content_type + "\'"
177 public int processMessage(String app_id, String content_type, Intent intent)
179 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type);
183 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, app_id, content_type);
187 Log.w(LOG_TAG, "no receiver app found for " + app_id + ":" + content_type);
239 public boolean addPackage(String x_app_id, String content_type,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session_unittest.cc 164 std::string GingleDescriptionXml(const std::string& content_type) {
166 " xmlns=\"" + content_type + "\""
236 const std::string& content_type,
243 " xmlns=\"" + content_type + "\""
252 const std::string& content_type,
267 " xmlns=\"" + content_type + "\""
288 std::string GingleInitiateXml(const std::string& content_type) {
291 GingleDescriptionXml(content_type));
315 std::string GingleAcceptXml(const std::string& content_type) {
318 GingleDescriptionXml(content_type));
703 std::string content_type; member in class:TestContentDescription
755 std::string content_type; local
773 std::string content_type = (protocol == PROTOCOL_GINGLE ? local
1108 std::string content_type; member in class:TestClient
1501 std::string content_type = "http:\/\/oink.splat\/session"; local
1541 std::string content_type = cricket::NS_JINGLE_RTP; local
1582 std::string content_type = cricket::NS_JINGLE_RTP; local
1625 std::string content_type = "http:\/\/oink.splat\/session"; local
1707 std::string content_type = "http:\/\/oink.splat\/session"; local
1864 std::string content_type = "http:\/\/oink.splat\/session"; local
2004 std::string content_type = "http:\/\/oink.splat\/session"; local
2058 std::string content_type = "http:\/\/oink.splat\/session"; local
2099 std::string content_type = cricket::NS_JINGLE_RTP; local
2147 std::string content_type = "content-type"; local
2201 std::string content_type = "content-type"; local
2241 std::string content_type = "content-type"; local
2281 std::string content_type = "content-type"; local
    [all...]
sessionmanager.h 86 void AddClient(const std::string& content_type, SessionClient* client);
87 void RemoveClient(const std::string& content_type);
88 SessionClient* GetClient(const std::string& content_type);
93 const std::string& content_type);
97 const std::string& content_type);
159 const std::string& content_type,
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
peer_channel.cc 117 ds->Send("200 OK", true, ds->content_type(), extra_headers,
122 peer->QueueResponse("200 OK", ds->content_type(), extra_headers,
136 const std::string& content_type,
142 bool ok = waiting_socket_->Send(status, true, content_type, extra_headers,
152 qr.content_type = content_type;
164 ds->Send(response.status, true, response.content_type,
262 std::string content_type; local
263 std::string response = BuildResponseForNewMember(*new_guy, &content_type);
264 ds->Send("200 Added", true, content_type, new_guy->GetPeerIdHeader()
    [all...]
peer_channel.h 65 void QueueResponse(const std::string& status, const std::string& content_type,
72 std::string status, content_type, extra_headers, data; member in struct:ChannelMember::QueuedResponse
131 std::string* content_type);
  /external/chromium_org/chrome/browser/drive/
drive_uploader.cc 50 const std::string& content_type,
54 content_type(content_type),
72 "], content_type=[" + content_type +
86 const std::string content_type; member in struct:drive::DriveUploader::UploadFileInfo
140 const std::string& content_type,
147 DCHECK(!content_type.empty());
152 content_type,
164 const std::string& content_type,
    [all...]
drive_uploader.h 58 // content_type:
72 const std::string& content_type,
90 const std::string& content_type,
98 // |content_type| must be set to the same ones for previous invocation.
104 const std::string& content_type,
120 const std::string& content_type,
126 const std::string& content_type,
133 const std::string& content_type,
  /external/chromium/net/tools/fetch/
http_session.cc 30 response_info.content_type = "text/plain";
  /external/chromium_org/chrome/browser/sync/test/
test_http_bridge_factory.h 21 virtual void SetPostPayload(const char* content_type,
  /external/chromium_org/chrome/test/functional/ispy/ispy_core/tests/rendering_test_manager/
cloud_bucket.py 16 def UploadFile(self, path, contents, content_type):
22 content_type: the MIME Content-Type of the file.
  /external/chromium_org/net/tools/fetch/
http_session.cc 29 response_info.content_type = "text/plain";
  /external/chromium_org/net/server/
http_server_response_info.cc 41 const std::string& content_type) {
46 AddHeader(HttpRequestHeaders::kContentType, content_type);
  /external/chromium/chrome/browser/
content_setting_bubble_model.h 32 ContentSettingsType content_type);
34 ContentSettingsType content_type() const { return content_type_; } function in class:ContentSettingBubbleModel
93 ContentSettingsType content_type);
  /external/chromium_org/chrome/common/extensions/docs/server2/
render_servlet_test.py 42 content_type = response.headers.get('content-type')
43 self.assertTrue(content_type == 'application/javascript' or
44 content_type == 'application/x-javascript')

Completed in 493 milliseconds

1 23 4 5 6 7 8 91011