HomeSort by relevance Sort by last modified time
    Searched refs:ConfigReady (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 45 virtual void ConfigReady(cricket::PortConfiguration* config) OVERRIDE;
104 void PepperPortAllocatorSession::ConfigReady(
107 // Make sure that the address that we pass to ConfigReady() is
128 cricket::BasicPortAllocatorSession::ConfigReady(config);
134 ConfigReady(new cricket::PortConfiguration(
194 // method invokes overriden ConfigReady() which then submits
201 ConfigReady(new cricket::PortConfiguration(
  /external/chromium_org/remoting/jingle_glue/
chromium_port_allocator.cc 39 virtual void ConfigReady(cricket::PortConfiguration* config) OVERRIDE;
77 void ChromiumPortAllocatorSession::ConfigReady(
91 cricket::BasicPortAllocatorSession::ConfigReady(config);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 148 ConfigReady(config);
227 ConfigReady(config);
basicportallocator.h 139 virtual void ConfigReady(PortConfiguration* config);
connectivitychecker.h 134 void ConfigReady(PortConfiguration* config);
basicportallocator.cc 345 ConfigReady(config);
348 void BasicPortAllocatorSession::ConfigReady(PortConfiguration* config) {
    [all...]
connectivitychecker.cc 58 void TestHttpPortAllocatorSession::ConfigReady(PortConfiguration* config) {
  /external/chromium_org/content/renderer/p2p/
port_allocator.cc 288 ConfigReady(port_config);

Completed in 96 milliseconds