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

1 2 34 5 6 7 8 91011

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.h 49 const std::string& name, const std::string& content_type);
rawtransport.h 59 const std::string& name, const std::string &content_type);
transportchannelproxy.h 45 TransportChannelProxy(const std::string& name, const std::string &content_type);
transportchannelproxy.cc 36 const std::string &content_type)
37 : TransportChannel(name, content_type), impl_(NULL) {
transport.cc 47 const std::string& content_type)
48 : name(name), content_type(content_type),
60 std::string content_type; member in struct:cricket::ChannelParams
97 const std::string& name, const std::string& content_type) {
98 ChannelParams params(name, content_type);
105 const std::string& name, const std::string& content_type) {
108 TransportChannelImpl* impl = CreateTransportChannel(name, content_type);
401 params->channel = CreateChannel_w(params->name, params->content_type);
rawtransportchannel.cc 55 const std::string &content_type,
59 : TransportChannelImpl(name, content_type),
98 allocator_session_ = allocator_->CreateSession(name(), content_type());
transport.h 140 const std::string& content_type);
205 const std::string& name, const std::string &content_type) = 0;
234 const std::string& content_type);
rawtransport.cc 118 const std::string& name, const std::string& content_type) {
119 return new RawTransportChannel(name, content_type, this,
  /external/chromium_org/chrome/browser/content_settings/
content_settings_internal_extension_provider.cc 49 ContentSettingsType content_type,
52 return value_map_.GetRuleIterator(content_type, resource_identifier, &lock_);
58 ContentSettingsType content_type,
65 ContentSettingsType content_type) {}
tab_specific_content_settings.h 180 bool IsContentBlocked(ContentSettingsType content_type) const;
183 bool IsBlockageIndicated(ContentSettingsType content_type) const;
185 void SetBlockageHasBeenIndicated(ContentSettingsType content_type);
189 bool IsContentAllowed(ContentSettingsType content_type) const;
195 ContentSettingsType content_type) const;
335 void AddBlockedResource(ContentSettingsType content_type,
  /external/chromium_org/content/child/
webblobregistry_impl.h 34 const WebKit::WebString& content_type);
  /external/chromium_org/net/server/
http_server_response_info.h 29 void SetBody(const std::string& body, const std::string& content_type);
  /external/chromium_org/chrome/test/functional/ispy/ispy_core/tests/rendering_test_manager/
cloud_bucket_impl.py 34 def UploadFile(self, path, contents, content_type):
36 key.set_metadata('Content-Type', content_type)
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
data_socket.h 98 const std::string& content_type() const { return content_type_; } function in class:DataSocket
123 // header will be included. |content_type| is the mime content type, not
130 const std::string& content_type,
  /external/chromium/webkit/glue/
multipart_response_delegate.cc 246 std::string content_type = net::GetSpecificHeader(headers, "content-type"); local
250 net::HttpUtil::ParseContentType(content_type, &mime_type, &charset,
301 std::string content_type = local
304 size_t boundary_start_offset = content_type.find("boundary=");
310 size_t boundary_end_offset = content_type.find(';', boundary_start_offset);
313 boundary_end_offset = content_type.length();
318 content_type.substr(boundary_start_offset, boundary_length);
  /external/chromium_org/webkit/child/
multipart_response_delegate.cc 246 std::string content_type = net::GetSpecificHeader(headers, "content-type"); local
250 net::HttpUtil::ParseContentType(content_type, &mime_type, &charset,
301 std::string content_type = local
304 size_t boundary_start_offset = content_type.find("boundary=");
310 size_t boundary_end_offset = content_type.find(';', boundary_start_offset);
313 boundary_end_offset = content_type.length();
318 content_type.substr(boundary_start_offset, boundary_length);
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.h 103 ContentSettingsType content_type);
107 ContentSettingsType content_type() const { return content_type_; } function in class:ContentSettingBubbleModel
131 ContentSettingsType content_type);
182 ContentSettingsType content_type);
201 ContentSettingsType content_type);
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server_unittest.cc 34 std::string content_type; local
35 if (headers->GetMimeType(&content_type))
36 return content_type;
87 const std::string& content_type,
97 http_response->set_content_type(content_type);
  /libcore/crypto/src/main/java/org/conscrypt/
SSLRecordProtocol.java 180 * @param content_type: int
183 protected byte[] wrap(byte content_type, DataStream dataStream) {
185 return wrap(content_type, fragment, 0, fragment.length);
191 * @param content_type: int
195 protected byte[] wrap(byte content_type,
212 activeWriteState.encrypt(content_type, fragment, offset, len);
225 return packetize(content_type, version, ciphered_fragment);
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 372 ContentSettingsType content_type = static_cast<ContentSettingsType>(type); local
374 host_content_settings_map->GetDefaultContentSetting(content_type,
376 default_settings[content_type] = default_setting;
386 content_type)) {
388 content_type,
391 if (!HostContentSettingsMap::ContentTypeHasCompoundValue(content_type) &&
395 content_type)) {
399 content_type,
404 content_type, std::string(), &host_settings);
419 ContentSettingsType content_type = static_cast<ContentSettingsType>(type) local
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_service_interface.h 283 // |content_type| and |content_length| should be the ones of the file to be
287 const std::string& content_type,
294 // |content_type| and |content_length| should be the ones of the file to be
298 const std::string& content_type,
311 const std::string& content_type,
drive_uploader_unittest.cc 78 const std::string& content_type,
84 EXPECT_EQ(kTestMimeType, content_type);
96 const std::string& content_type,
101 EXPECT_EQ(kTestMimeType, content_type);
124 const std::string& content_type,
143 EXPECT_EQ(kTestMimeType, content_type);
210 const std::string& content_type,
221 const std::string& content_type,
237 const std::string& content_type,
250 const std::string& content_type,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
multipart_unittest.cc 47 std::string content_type; local
48 multipart.GetContentType(&content_type);
49 EXPECT_EQ(kTestContentType, content_type);
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 38 std::string content_type; member in struct:drive::__anon6801::UploadNewFileParams
50 params.content_type,
59 std::string content_type; member in struct:drive::__anon6801::UploadExistingFileParams
71 params.content_type,
81 std::string content_type; member in struct:drive::__anon6801::ResumeUploadFileParams
92 params.content_type,
118 std::string content_type; member in struct:drive::JobScheduler::ResumeUploadParams
571 const std::string& content_type,
584 params.content_type = content_type;
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_helpers.cc 117 const std::string& content_type) {
119 if (content_type == kContentSettingsTypeNames[type])

Completed in 668 milliseconds

1 2 34 5 6 7 8 91011