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

1 2 3 45 6 7 8 91011

  /external/chromium_org/chrome/test/functional/
prefs_ui.py 52 def _VerifyContentExceptionUI(self, content_type, hostname_pattern, behavior,
57 content_type: The string content settings type to manage.
64 self._driver, content_type)
133 content_type = ContentTypes.PLUGINS
135 self._driver, content_type)
145 content_type = ContentTypes.PLUGINS
147 self._driver, content_type)
159 content_type = ContentTypes.PLUGINS
161 self._driver, content_type)
  /external/chromium_org/webkit/browser/blob/
blob_storage_host.cc 57 const std::string& uuid, const std::string& content_type) {
60 context_->FinishBuildingBlob(uuid, content_type);
blob_storage_controller.h 34 void FinishBuildingBlob(const GURL& url, const std::string& content_type);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 491 std::string* content_type,
497 *content_type = (*content_elem)->Name().Namespace();
505 std::string content_type; local
507 if (!ParseContentType(session, &content_type, &content_elem, error))
510 if (content_type == NS_GINGLE_VIDEO) {
527 } else if (content_type == NS_GINGLE_AUDIO) {
533 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_OTHER, content_type,
554 std::string content_type;
556 if (!ParseContentType(pair_elem, &content_type, &content_elem, error))
559 if (!ParseContentInfo(PROTOCOL_JINGLE, content_name, content_type,
    [all...]
rawtransportchannel.h 60 const std::string &content_type,
  /external/bison/src/
symlist.h 39 } content_type; member in struct:symbol_list
43 * <tt>symbol_list::content_type = SYMLIST_SYMBOL</tt>.
47 * The semantic type iff <tt>symbol_list::content_type = SYMLIST_TYPE</tt>.
98 \pre For every node \c n in the list, <tt>n->content_type =
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 30 ContentSettingImageView(ContentSettingsType content_type,
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store_unittest.cc 51 ContentSettingsType content_type,
55 store->GetRuleIterator(content_type, resource_identifier, incognito));
64 ContentSettingsType content_type,
70 store->GetRuleIterator(content_type, resource_identifier, incognito));
  /external/chromium_org/chrome/browser/media/
webrtc_log_uploader.cc 97 std::string content_type = kUploadContentType; local
98 content_type.append("; boundary=");
99 content_type.append(kMultipartBoundary);
104 url_fetcher->SetUploadData(content_type, post_data);
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_media_menu_model.cc 22 media_bubble_model_->content_type());
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 36 ContentSettingImageView(ContentSettingsType content_type,
  /external/chromium_org/chrome/test/functional/ispy/ispy_core/tests/rendering_test_manager/
mock_cloud_bucket.py 26 def UploadFile(self, path, contents, content_type):
  /external/chromium_org/chrome_frame/
policy_settings.h 34 RendererForUrl GetRendererForContentType(const wchar_t* content_type);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-serialize.cc 215 assert ((!buffer->len && buffer->content_type == HB_BUFFER_CONTENT_TYPE_INVALID) ||
216 buffer->content_type == HB_BUFFER_CONTENT_TYPE_GLYPHS);
302 assert ((!buffer->len && buffer->content_type == HB_BUFFER_CONTENT_TYPE_INVALID) ||
303 buffer->content_type == HB_BUFFER_CONTENT_TYPE_GLYPHS);
  /external/harfbuzz_ng/src/
hb-buffer-serialize.cc 215 assert ((!buffer->len && buffer->content_type == HB_BUFFER_CONTENT_TYPE_INVALID) ||
216 buffer->content_type == HB_BUFFER_CONTENT_TYPE_GLYPHS);
302 assert ((!buffer->len && buffer->content_type == HB_BUFFER_CONTENT_TYPE_INVALID) ||
303 buffer->content_type == HB_BUFFER_CONTENT_TYPE_GLYPHS);
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.h 64 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
  /external/chromium_org/chrome_frame/test/
test_server.cc 87 bool FileResponse::GetContentType(std::string* content_type) const {
105 *content_type = WideToASCII(mime_type);
109 return content_type->length() > 0;
220 std::string content_type; local
221 if (!response->GetContentType(&content_type))
222 content_type = kDefaultContentType;
224 content_type.c_str(),
  /external/chromium_org/chrome/browser/drive/
fake_drive_service.h 181 const std::string& content_type,
187 const std::string& content_type,
197 const std::string& content_type,
213 void AddNewFile(const std::string& content_type,
251 const std::string& content_type,
  /external/chromium_org/chrome/test/functional/webdriver_pages/
settings.py 297 def SetContentTypeOption(self, content_type, option):
301 content_type: The content type to manage.
305 './/*[@name="%s"][@value="%s"]' % (content_type, option)).click()
312 def FromNavigation(driver, content_type):
317 content_type: The content type to manage.
319 content_url = 'chrome://settings-frame/contentExceptions#%s' % content_type
321 return ManageExceptionsPage(driver, content_type)
323 def __init__(self, driver, content_type):
327 '[@class="settings-list"]' % content_type)
329 self._content_type = content_type
    [all...]
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 98 gchar *content_type; member in struct:_spdy_stream_info_t
333 gchar *content_type,
346 si->content_type = content_type;
354 printf("Saved stream info for ID %u, content type %s\n", stream_id, content_type);
694 if (handle == NULL && have_entire_body && si->content_type != NULL &&
712 * to si->content_type for us.
714 pinfo->match_string = si->content_type;
717 si->content_type);
735 } else if (have_entire_body && si->content_type != NULL)
957 gchar *content_type = NULL; local
    [all...]
  /external/chromium_org/net/tools/spdyshark/
packet-spdy.c 98 gchar *content_type; member in struct:_spdy_stream_info_t
333 gchar *content_type,
346 si->content_type = content_type;
354 printf("Saved stream info for ID %u, content type %s\n", stream_id, content_type);
694 if (handle == NULL && have_entire_body && si->content_type != NULL &&
712 * to si->content_type for us.
714 pinfo->match_string = si->content_type;
717 si->content_type);
735 } else if (have_entire_body && si->content_type != NULL)
957 gchar *content_type = NULL; local
    [all...]
  /external/chromium/net/tools/fetch/
http_listen_socket.cc 232 if (info->content_type.length())
233 response += "Content-type: " + info->content_type + "\r\n";
  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
googlecode_upload.py 93 content_type, body = encode_upload_request(form_fields, file)
101 'Content-Type': content_type,
123 Returns: (content_type, body) ready for httplib.HTTP instance
  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 44 void URLFetcherImpl::SetChunkedUpload(const std::string& content_type) {
45 core_->SetChunkedUpload(content_type);
  /external/chromium_org/net/server/
http_server.cc 61 const std::string& content_type) {
63 response.SetBody(data, content_type);
69 const std::string& content_type) {
70 Send(connection_id, HTTP_OK, data, content_type);

Completed in 465 milliseconds

1 2 3 45 6 7 8 91011