HomeSort by relevance Sort by last modified time
    Searched refs:content_type (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_results_uploader.py 51 (content_type, body) ready for httplib.HTTP instance.
80 content_type = 'multipart/form-data; boundary=%s' % BOUNDARY
81 return content_type, body
90 content_type, data = _encode_multipart_form_data(attrs, file_objs)
91 headers = {"Content-Type": content_type}
  /external/bluetooth/glib/gio/
gappinfo.h 114 const char *content_type,
120 const char *content_type,
124 const char *content_type,
158 const char *content_type,
164 const char *content_type,
168 const char *content_type,
174 GList * g_app_info_get_all_for_type (const char *content_type);
175 void g_app_info_reset_type_associations (const char *content_type);
176 GAppInfo *g_app_info_get_default_for_type (const char *content_type,
gappinfo.c 302 * @content_type: the content type.
311 const char *content_type,
317 g_return_val_if_fail (content_type != NULL, FALSE);
321 return (* iface->set_as_default_for_type) (appinfo, content_type, error);
359 * @content_type: a string.
369 const char *content_type,
375 g_return_val_if_fail (content_type != NULL, FALSE);
380 return (* iface->add_supports_type) (appinfo, content_type, error);
418 * @content_type: a string.
427 const char *content_type,
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
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,
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,
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/chromium/chrome/browser/content_settings/
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)
  /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/webkit/Tools/TestResultServer/handlers/
dashboardhandler.py 63 content_type = "%s; charset=utf-8" % get_content_type(filename)
64 logging.info("content type: %s", content_type)
65 self.response.headers["Content-Type"] = 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);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
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/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 30 ContentSettingImageView(ContentSettingsType content_type,
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.h 68 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.h 68 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
webkit.py 420 if block.content_type == 'audio/wav':
427 if block.content and block.content_type == 'image/png':
450 content_type = None
463 if line.startswith(TYPE_HEADER) and content_type is None:
464 content_type = line.split()[1]
479 return ContentBlock(content_type, encoding, content_hash, content)
488 def __init__(self, content_type, encoding, content_hash, content):
489 self.content_type = content_type
  /external/llvm/include/llvm/Object/
ObjectFile.h 42 template<class content_type>
44 content_type Current;
46 content_iterator(content_type symb)
49 const content_type* operator->() const {
53 const content_type &operator*() const {
66 content_type next;
  /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...]

Completed in 593 milliseconds

12 3 4 5