HomeSort by relevance Sort by last modified time
    Searched refs:set_protocol (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 94 bool set_protocol = aw_job_factory->SetProtocolHandler( local
100 DCHECK(set_protocol);
101 set_protocol = aw_job_factory->SetProtocolHandler(
103 DCHECK(set_protocol);
104 set_protocol = aw_job_factory->SetProtocolHandler(
106 DCHECK(set_protocol);
107 set_protocol = aw_job_factory->SetProtocolHandler(
110 DCHECK(set_protocol);
111 set_protocol = aw_job_factory->SetProtocolHandler(
114 DCHECK(set_protocol);
    [all...]
android_stream_reader_url_request_job_unittest.cc 189 bool set_protocol = factory_.SetProtocolHandler("http", protocol_handler); local
190 DCHECK(set_protocol);
194 set_protocol = factory_.SetProtocolHandler("content", protocol_handler);
195 DCHECK(set_protocol);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory_unittest.cc 138 f1_.set_protocol(cricket::ICEPROTO_GOOGLE);
146 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
154 f1_.set_protocol(cricket::ICEPROTO_RFC5245);
162 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
180 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
190 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
198 f1_.set_protocol(cricket::ICEPROTO_RFC5245);
207 f1_.set_protocol(cricket::ICEPROTO_GOOGLE);
208 f2_.set_protocol(cricket::ICEPROTO_GOOGLE);
216 f2_.set_protocol(cricket::ICEPROTO_HYBRID)
    [all...]
transportdescriptionfactory.h 57 void set_protocol(TransportProtocol protocol) { protocol_ = protocol; } function in class:cricket::TransportDescriptionFactory
candidate.h 67 void set_protocol(const std::string & protocol) { protocol_ = protocol; } function in class:cricket::Candidate
sessionmanager.h 68 transport_desc_factory_.set_protocol(proto);
p2ptransport.cc 216 candidate->set_protocol(elem->Attr(QN_PROTOCOL));
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 51 bool set_protocol = job_factory->SetProtocolHandler( local
53 DCHECK(set_protocol);
205 bool set_protocol = job_factory->SetProtocolHandler( local
208 DCHECK(set_protocol);
209 set_protocol = job_factory->SetProtocolHandler(
215 DCHECK(set_protocol);
  /external/chromium_org/chrome_frame/
bind_context_info.h 80 void set_protocol(IInternetProtocol* protocol) { function
protocol_sink_wrap.cc 690 info->set_protocol(protocol);
771 info->set_protocol(protocol);
    [all...]
  /external/chromium_org/jingle/notifier/communicator/
connection_settings.cc 64 client_settings->set_protocol(
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 702 bool set_protocol = job_factory->SetProtocolHandler( local
704 DCHECK(set_protocol);
1058 bool set_protocol = job_factory->SetProtocolHandler( local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 86 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; } function in class:buzz::XmppClientSettings
  /external/chromium_org/jingle/glue/
utils.cc 86 candidate->set_protocol(protocol);
  /hardware/libhardware/include/hardware/
bt_hh.h 51 BTHH_ERR_PROTO, /* SET_Protocol error,
160 bt_status_t (*set_protocol)(bt_bdaddr_t *bd_addr, bthh_protocol_mode_t protocolMode); member in struct:__anon33762
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
candidate.h 55 void set_protocol(const std::string & protocol) { protocol_ = protocol; } function in class:cricket::Candidate
p2ptransport.cc 121 candidate->set_protocol(elem->Attr(QN_PROTOCOL));
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 98 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; } function in class:buzz::XmppClientSettings
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_test_util.cc 230 im->set_protocol(protocol);
gdata_contacts_service.cc 360 im->set_protocol(GetInstantMessagingProtocol(*im_dict));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 917 answer->set_protocol(offer->protocol());
    [all...]
mediasession.h 171 void set_protocol(const std::string& protocol) { protocol_ = protocol; } function in class:cricket::MediaContentDescription
  /external/chromium_org/remoting/protocol/
jingle_messages.cc 82 candidate->candidate.set_protocol(protocol);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 128 transport_desc_factory_.set_protocol(cricket::ICEPROTO_HYBRID);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 356 if ( (status = sBluetoothHidInterface->set_protocol((bt_bdaddr_t *) addr, mode)) !=

Completed in 1406 milliseconds

1 2