Lines Matching refs:ok
168 // If already connected, then just return OK.
170 return OK;
186 int rv = DoConnectLoop(OK);
207 DCHECK_EQ(OK, rv);
249 return OK;
260 return OK;
267 return OK;
293 if (result != OK)
299 if (result == OK) {
301 return OK; // Done!
311 return OK;
329 bool ok = read_socket_watcher_.StopWatchingFileDescriptor();
330 DCHECK(ok);
331 ok = write_socket_watcher_.StopWatchingFileDescriptor();
332 DCHECK(ok);
547 if (net_error == OK)
550 if (net_error != OK) {
640 bool ok = read_socket_watcher_.StopWatchingFileDescriptor();
641 DCHECK(ok);
678 return OK;
695 return OK;