Lines Matching refs:f1_

63       f1_.set_secure(cricket::SEC_ENABLED);
65 f1_.set_identity(id1_.get());
68 f1_.set_secure(cricket::SEC_DISABLED);
74 rtc::scoped_ptr<TransportDescription> offer(f1_.CreateOffer(
82 rtc::scoped_ptr<TransportDescription> restart_offer(f1_.CreateOffer(
115 TransportDescriptionFactory f1_;
123 f1_.set_protocol(cricket::ICEPROTO_GOOGLE);
124 scoped_ptr<TransportDescription> desc(f1_.CreateOffer(
131 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
132 scoped_ptr<TransportDescription> desc(f1_.CreateOffer(
139 f1_.set_protocol(cricket::ICEPROTO_RFC5245);
140 scoped_ptr<TransportDescription> desc(f1_.CreateOffer(
147 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
148 f1_.set_secure(cricket::SEC_ENABLED);
149 f1_.set_identity(id1_.get());
152 scoped_ptr<TransportDescription> desc(f1_.CreateOffer(
157 f1_.set_secure(cricket::SEC_REQUIRED);
158 desc.reset(f1_.CreateOffer(TransportOptions(), NULL));
165 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
166 f1_.set_secure(cricket::SEC_ENABLED);
167 scoped_ptr<TransportDescription> desc(f1_.CreateOffer(
175 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
176 f1_.set_secure(cricket::SEC_ENABLED);
177 f1_.set_identity(id1_.get());
180 scoped_ptr<TransportDescription> old_desc(f1_.CreateOffer(
183 f1_.set_protocol(cricket::ICEPROTO_RFC5245);
185 f1_.CreateOffer(TransportOptions(), old_desc.get()));
192 f1_.set_protocol(cricket::ICEPROTO_GOOGLE);
194 scoped_ptr<TransportDescription> offer(f1_.CreateOffer(
209 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
211 scoped_ptr<TransportDescription> offer(f1_.CreateOffer(
221 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
223 scoped_ptr<TransportDescription> offer(f1_.CreateOffer(
238 f1_.set_protocol(cricket::ICEPROTO_RFC5245);
240 scoped_ptr<TransportDescription> offer(f1_.CreateOffer(
255 f1_.set_protocol(cricket::ICEPROTO_GOOGLE);
258 f1_.CreateOffer(TransportOptions(), NULL));
267 f1_.set_protocol(cricket::ICEPROTO_RFC5245);
270 f1_.CreateOffer(TransportOptions(), NULL));
279 f1_.set_protocol(cricket::ICEPROTO_RFC5245);
282 f1_.CreateOffer(TransportOptions(), NULL));
297 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
298 f1_.set_secure(cricket::SEC_ENABLED);
299 f1_.set_identity(id1_.get());
302 f1_.CreateOffer(TransportOptions(), NULL));
312 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
317 f1_.CreateOffer(TransportOptions(), NULL));
331 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
332 f1_.set_secure(cricket::SEC_ENABLED);
333 f1_.set_identity(id1_.get());
344 f1_.CreateOffer(TransportOptions(), NULL));