/external/chromium_org/chrome/browser/speech/ |
tts_linux.cc | 75 SPDConnection* conn_; member in class:TtsPlatformImplLinux 112 conn_ = libspeechd_loader_.spd_open( 115 if (!conn_) 119 conn_->callback_begin = 120 conn_->callback_end = 121 conn_->callback_cancel = 122 conn_->callback_pause = 123 conn_->callback_resume = 126 conn_->callback_im = &IndexMarkCallback; 128 libspeechd_loader_.spd_set_notification_on(conn_, SPD_BEGIN) [all...] |
/external/chromium_org/v8/src/ |
d8-debug.h | 77 i::Socket* conn() { return conn_; } 81 i::Socket* conn_; // Connection to debugger agent in debugged V8. member in class:v8::RemoteDebugger
|
d8-debug.cc | 178 conn_ = new i::Socket; 182 ok = conn_->Connect("localhost", port_str); 327 i::DebuggerAgentUtil::SendMessage(conn_, Handle<String>::Cast(request));
|
/external/v8/src/ |
d8-debug.h | 80 i::Socket* conn() { return conn_; } 83 i::Socket* conn_; // Connection to debugger agent in debugged V8. member in class:v8::RemoteDebugger
|
d8-debug.cc | 179 conn_ = i::OS::CreateSocket(); 183 ok = conn_->Connect("localhost", port_str); 326 i::DebuggerAgentUtil::SendMessage(conn_, Handle<String>::Cast(request));
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
turnserver.cc | 86 Connection* conn() { return &conn_; } 135 Connection conn_; member in class:cricket::TurnServer::Allocation 631 conn_(conn), 653 ost << "Alloc[" << conn_.ToString() << "]"; 701 new StunXorAddressAttribute(STUN_ATTR_XOR_MAPPED_ADDRESS, conn_.src()); 853 server_->Send(&conn_, buf); 864 server_->SendStun(&conn_, &msg); [all...] |
port_unittest.cc | 218 conn_(NULL), remote_request_(), nominated_(false) { 225 Connection* conn() { return conn_; } 233 conn_ = src_->CreateConnection(GetCandidate(dst_), Port::ORIGIN_MESSAGE); 236 conn_->set_remote_ice_mode(remote_ice_mode); 237 conn_->set_use_candidate_attr(remote_ice_mode == ICEMODE_FULL); 238 conn_->SignalStateChange.connect( 251 conn_ = src_->CreateConnection(c, Port::ORIGIN_MESSAGE); 259 conn_->Ping(now); 262 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed); 263 conn_->Destroy() 316 Connection* conn_; member in class:TestChannel [all...] |