Searched defs:IS_OPEN (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/p2p/
H A Dipc_socket_factory.cc112 IS_OPEN, enumerator in enum:content::__anon7781::IpcPacketSocket::InternalState
223 if (state_ == IS_OPENING || state_ == IS_OPEN ||
307 state_ = IS_OPEN;
344 case IS_OPEN:
415 case IS_OPEN:
453 if (state_ == IS_OPEN) {
454 // Options will be applied when state becomes IS_OPEN in OnOpen.
462 DCHECK_EQ(state_, IS_OPEN);
489 state_ = IS_OPEN;

Completed in 97 milliseconds