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

1 2 3 4 5 67 8 91011

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver_unittest.py 85 self.assertEqual(content_block.content_type, 'my_type')
102 self.assertEqual(content_block.content_type, 'image/png')
120 self.assertEqual(content_block.content_type, 'image/png')
  /external/chromium_org/webkit/browser/blob/
blob_storage_context.cc 91 FinishBuildingBlob(data->uuid(), data->content_type());
174 const std::string& uuid, const std::string& content_type) {
179 found->second.data->set_content_type(content_type);
view_blob_internals_job.cc 182 if (!blob_data.content_type().empty())
183 AddHTMLListItem(kContentType, blob_data.content_type(), out);
  /external/chromium/chrome/browser/sync/glue/
http_bridge.h 105 virtual void SetPostPayload(const char* content_type, int content_length,
http_bridge.cc 163 void HttpBridge::SetPostPayload(const char* content_type,
173 content_type_ = content_type;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 71 const std::string &content_type,
session.h 96 const std::string& content_type);
114 const std::string& content_type);
298 const std::string& content_type() const { return content_type_; } function in class:cricket::Session
384 const std::string& sid, const std::string& content_type,
session.cc 79 const std::string& name, const std::string& content_type) {
85 new TransportChannelProxy(name, content_type);
91 GetOrCreateImpl(name, content_type);
110 GetOrCreateImpl(iter->first, iter->second->content_type());
140 const std::string& name, const std::string& content_type) {
143 impl = transport_->CreateChannel(name, content_type);
150 TransportChannelImpl* impl = GetOrCreateImpl(name, proxy->content_type());
222 const std::string& sid, const std::string& content_type,
231 content_type_ = content_type;
    [all...]
p2ptransport.cc 193 const std::string& name, const std::string& content_type) {
194 return new P2PTransportChannel(name, content_type, this, port_allocator());
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_operations_util.cc 94 GUID content_type; local
96 &content_type);
99 // TODO(kmadhusu): |content_type| can be an image or audio or video or mixed
105 return (content_type == WPD_CONTENT_TYPE_FOLDER ||
106 content_type == WPD_CONTENT_TYPE_FUNCTIONAL_OBJECT);
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.h 156 void ApplyWhitelist(ContentSettingsType content_type,
  /external/chromium_org/net/base/
mime_util.h 123 const std::string& content_type,
  /external/chromium_org/chrome_frame/test/
test_with_web_server.cc 45 const std::string& content_type) {
49 << "Content-Type: " << content_type << "\r\n"; local
402 std::string content_type; local
408 content_type = http_utils::GetHttpHeaderFromHeaderList("Content-type",
411 EXPECT_TRUE(net::GetMimeTypeFromFile(file_path, &content_type));
413 << ") with content type (" << content_type << ")";
415 content_type);
423 StartsWithASCII(content_type, "text/html", false)) {
    [all...]
  /external/chromium_org/chrome/browser/drive/
fake_drive_service.cc 132 std::string content_type; member in struct:drive::FakeDriveService::UploadSession
146 std::string content_type,
152 : content_type(content_type),
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 48 ContentSettingsType content_type,
54 content_type)),
  /external/chromium_org/chrome/browser/google_apis/
base_requests.h 266 // |content_type| and |content_length| should be the attributes of the
270 const std::string& content_type,
370 // |content_length| and |content_type| are the length and type of the
380 const std::string& content_type,
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 34 ContentSettingsType content_type,
43 content_type)),
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 139 void OnFinishBuildingBlob(const GURL& url, const std::string& content_type);
148 // Currently |content_type| is ignored.
150 // TODO(tyoshino): Set |content_type| to the stream.
151 void OnStartBuildingStream(const GURL& url, const std::string& content_type);
  /external/chromium_org/content/child/
webblobregistry_impl.cc 144 const WebURL& url, const WebString& content_type) {
146 sender_->Send(new StreamHostMsg_StartBuilding(url, content_type.utf8()));
  /external/chromium_org/net/tools/fetch/
http_listen_socket.cc 227 if (info->content_type.length())
228 response += "Content-type: " + info->content_type + "\r\n";
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-shape.cc 257 assert (buffer->content_type == HB_BUFFER_CONTENT_TYPE_UNICODE);
264 buffer->content_type = HB_BUFFER_CONTENT_TYPE_GLYPHS;
  /external/chromium_org/third_party/libjingle/source/talk/base/
asynchttprequest_unittest.cc 94 const std::string content_type,
104 request->request().setContent(content_type, content);
  /external/harfbuzz_ng/src/
hb-shape.cc 257 assert (buffer->content_type == HB_BUFFER_CONTENT_TYPE_UNICODE);
264 buffer->content_type = HB_BUFFER_CONTENT_TYPE_GLYPHS;
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 542 const ContentSettingsType content_type = local
729 observer->DidBlockContentType(content_type, identifier);
739 observer->DidBlockContentType(content_type, identifier);
759 const content::WebPluginMimeType& content_type = plugin.mime_types[i]; local
760 for (size_t i = 0; i < content_type.additional_param_names.size(); ++i) {
761 if (content_type.additional_param_names[i] == nacl_attr)
762 return GURL(content_type.additional_param_values[i]);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
form_data_parser.cc 315 const std::string content_type(
319 content_type.c_str(), "application/x-www-form-urlencoded") == 0) {
322 content_type.c_str(), "multipart/form-data") == 0) {
336 // Other cases are unparseable, including when |content_type| is "text/plain".

Completed in 1365 milliseconds

1 2 3 4 5 67 8 91011