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

1 2 3 4 5 6 78 91011

  /external/chromium_org/webkit/browser/blob/
blob_url_request_job_unittest.cc 441 std::string content_type; local
442 EXPECT_TRUE(request_->response_headers()->GetMimeType(&content_type));
443 EXPECT_EQ(kTestContentType, content_type);
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc 574 ContentSettingsType content_type = ContentSettingsTypeFromGroupName(group); local
575 if (content_type == CONTENT_SETTINGS_TYPE_GEOLOCATION) {
578 } else if (content_type == CONTENT_SETTINGS_TYPE_NOTIFICATIONS) {
583 SetDefaultContentSetting(content_type, default_setting);
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.h 135 void prepare_post(const std::string& url, const std::string& content_type,
  /external/chromium_org/chrome/browser/google_apis/
base_requests.cc 373 const std::string& content_type,
377 content_type_(content_type),
535 const std::string& content_type,
541 content_type_(content_type),
  /external/chromium_org/sync/internal_api/public/
http_bridge.h 120 virtual void SetPostPayload(const char* content_type, int content_length,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver.py 367 if block.content_type == 'audio/wav':
374 if block.content and block.content_type == 'image/png':
388 if (self._read_header(block, line, 'Content-Type: ', 'content_type')
443 block.content_type, self._server_process.name())
456 self.content_type = None
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 59 hb_buffer_content_type_t content_type; member in struct:hb_buffer_t
hb-buffer.h 127 hb_buffer_content_type_t content_type);
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.h 137 void prepare_post(const std::string& url, const std::string& content_type,
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 59 hb_buffer_content_type_t content_type; member in struct:hb_buffer_t
hb-buffer.h 127 hb_buffer_content_type_t content_type);
  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc 127 if (content_setting_bubble_model_->content_type() ==
167 if (content_setting_bubble_model_->content_type() !=
  /external/chromium_org/chrome/common/extensions/docs/examples/tutorials/getstarted/
popup.js 28 'content_type=1&' +
  /external/chromium_org/chrome_frame/test/
test_server.h 161 virtual bool GetContentType(std::string* content_type) const {
249 virtual bool GetContentType(std::string* content_type) const;
  /external/chromium_org/sync/internal_api/
http_bridge.cc 173 void HttpBridge::SetPostPayload(const char* content_type,
183 content_type_ = content_type;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner_unittest.py 179 def upload_single_text_file(mock, filesystem, content_type, filename):
181 self.assertEqual(content_type, 'application/json')
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.c 138 * @content_type: Content type (TLS_CONTENT_TYPE_*)
150 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
165 *pos++ = content_type;
  /external/chromium_org/chrome/browser/drive/
drive_api_service.cc 672 const std::string& content_type,
684 content_type,
692 const std::string& content_type,
704 content_type,
716 const std::string& content_type,
730 content_type,
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute.cc 236 std::string content_type; local
237 if (!(*it)->GetAsString(&content_type)) {
241 content_types.push_back(content_type);
257 std::string content_type;
259 net::HttpRequestHeaders::kContentType, &content_type);
264 content_type, &mime_type, &charset, &had_charset, NULL);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 105 {command} content_type = 'content-type';
362 | {content_type} cs_open content_type command_delimiter string cs_close
364 {->New command.content_type(
665 | {content_type} position string // content-type:x statement
  /external/chromium/testing/gmock/scripts/
upload.py 292 content_type="application/octet-stream",
300 content_type: The Content-Type header to use.
324 req.add_header("Content-Type", content_type)
506 (content_type, body) ready for httplib.HTTP instance.
529 content_type = 'multipart/form-data; boundary=%s' % BOUNDARY
530 return content_type, body
694 content_type=ctype)
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 292 content_type="application/octet-stream",
300 content_type: The Content-Type header to use.
324 req.add_header("Content-Type", content_type)
506 (content_type, body) ready for httplib.HTTP instance.
529 content_type = 'multipart/form-data; boundary=%s' % BOUNDARY
530 return content_type, body
694 content_type=ctype)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.cc 1194 ContentSettingsType content_type = ContentSettingsTypeFromGroupName(group); local
    [all...]
  /external/chromium_org/testing/gtest/scripts/
upload.py 292 content_type="application/octet-stream",
300 content_type: The Content-Type header to use.
324 req.add_header("Content-Type", content_type)
506 (content_type, body) ready for httplib.HTTP instance.
529 content_type = 'multipart/form-data; boundary=%s' % BOUNDARY
530 return content_type, body
694 content_type=ctype)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 339 const std::string& content_type,
347 content_type_(content_type),
754 << " Type:" << content_type()
847 const std::string& content_type,
852 sid, content_type, initiator_name == local_name) {
    [all...]

Completed in 906 milliseconds

1 2 3 4 5 6 78 91011