Searched refs:OK (Results 251 - 275 of 838) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/net/websockets/
H A Dwebsocket_channel_test.cc352 return OK;
431 base::Closure closure() { return base::Bind(callback_.callback(), OK); }
554 return OK;
584 return OK;
610 read_callback_.Run(OK);
1067 stream->PrepareReadFrames(ReadableFakeWebSocketStream::SYNC, OK, frames);
1080 stream->PrepareReadFrames(ReadableFakeWebSocketStream::ASYNC, OK, frames);
1116 stream->PrepareReadFrames(ReadableFakeWebSocketStream::SYNC, OK, frames);
1129 stream->PrepareReadFrames(ReadableFakeWebSocketStream::ASYNC, OK, frames);
1166 stream->PrepareReadFrames(ReadableFakeWebSocketStream::ASYNC, OK, frame
[all...]
H A Dwebsocket_handshake_stream_create_helper_test.cc111 EXPECT_EQ(OK, rv);
130 EXPECT_EQ(OK, rv);
133 EXPECT_EQ(OK, rv);
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.cc77 return leveldb::Status::OK();
81 return leveldb::Status::OK();
95 return leveldb::Status::OK();
142 return leveldb::Status::OK();
148 return leveldb::Status::OK();
154 return leveldb::Status::OK();
163 return leveldb::Status::OK();
274 return leveldb::Status::OK();
314 return leveldb::Status::OK();
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl.cc272 if (result != net::OK)
335 if (result != net::OK) {
341 DCHECK_NE(result, net::OK);
382 if (result != net::OK) {
411 if (status == net::OK) {
425 if (status != net::OK) {
458 DCHECK_NE(error, net::OK);
516 if (status == net::OK || status == net::ERR_IO_PENDING) {
527 if (status == net::OK) {
/external/chromium_org/net/socket/
H A Dsocket_libevent.cc89 return OK;
106 return OK;
126 return OK;
140 return OK;
301 return OK;
312 return OK;
373 if (rv != OK)
377 return OK;
397 return rv == 0 ? OK : MapConnectError(errno);
H A Dsocks_client_socket_pool.cc93 DCHECK_EQ(OK, rv);
100 DCHECK_EQ(OK, rv);
128 if (result != OK)
157 if (result != OK) {
168 return DoLoop(OK);
H A Dssl_client_socket_unittest.cc194 int result = DoLoop(OK);
242 return OK;
309 pending_read_error_(OK),
311 pending_write_error_(OK) {}
684 cert_verifier_->set_default_result(OK);
727 if (rv != OK) {
803 EXPECT_EQ(OK, rv);
840 // return OK without unblocking transport reads. But Read() will still block.)
858 EXPECT_EQ(OK, rv);
922 EXPECT_EQ(OK, r
[all...]
H A Dunix_domain_listen_socket_posix.cc57 return OK;
72 if (rv != OK && !fallback_path.empty())
74 if (rv != OK)
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket.cc86 return OK;
110 // a SYN_REPLY frame. OK will be returned if the status is 200.
121 return OK;
126 int rv = DoLoop(OK);
295 DCHECK_EQ(OK, rv);
302 DCHECK_EQ(OK, rv);
343 if (result == OK)
410 case 200: // OK
412 return OK;
447 OnIOComplete(OK);
[all...]
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_helper.cc49 pending_error_code_(net::OK),
95 pending_error_code_ = net::OK;
120 tab_reloader_->OnLoadCommitted(net::OK);
124 pending_error_code_ = net::OK;
220 pending_error_code_ = net::OK;
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_traffic_detector.cc113 if (Bind() < net::OK || DoLoop(0) < net::OK) {
135 if (rv < net::OK)
181 return net::OK;
195 return net::OK;
/external/chromium_org/net/base/
H A Dupload_data_stream.cc104 DCHECK_EQ(OK, rv);
139 if (result != OK) {
155 return OK;
166 if (previous_result != OK) {
232 OK);
/external/chromium_org/net/cert/
H A Dmulti_log_ct_verifier_unittest.cc137 bound_net_log) == OK;
150 bound_net_log) == OK;
237 EXPECT_EQ(OK,
250 EXPECT_NE(OK,
272 EXPECT_NE(OK,
H A Dtest_root_certs_unittest.cc98 EXPECT_NE(OK, bad_status);
115 EXPECT_EQ(OK, good_status);
131 EXPECT_NE(OK, restored_status);
/external/chromium_org/net/proxy/
H A Dproxy_script_fetcher_impl.cc78 result_code_(OK),
109 if (result_code_ == OK && !request->status().is_success())
131 return OK;
283 if (result_code_ == OK) {
305 result_code_ = OK;
H A Dproxy_service.cc125 if (initial_error != OK) {
221 return OK;
240 return OK;
374 return DoLoop(OK);
392 if (decider_result != OK)
396 return DoLoop(OK);
442 DCHECK_EQ(OK, rv);
449 DCHECK_EQ(OK, rv);
473 if (result != OK)
480 return OK;
[all...]
H A Dproxy_list_unittest.cc204 OK,
207 EXPECT_EQ(OK, retry_info_map[proxy_server.ToURI()].net_error);
245 OK,
/external/chromium_org/storage/browser/fileapi/
H A Dsandbox_file_stream_writer.cc151 callback.Run(net::OK);
177 callback.Run(net::OK);
186 if (init_status != net::OK) {
232 pending_cancel.Run(net::OK);
242 return net::OK;
/external/chromium_org/net/quic/
H A Dquic_network_transaction_unittest.cc228 EXPECT_EQ("HTTP/1.1 200 OK", response->headers->GetStatusLine());
239 EXPECT_EQ("HTTP/1.1 200 OK", response->headers->GetStatusLine());
249 ASSERT_EQ(OK, ReadTransaction(trans, &response_data));
257 EXPECT_EQ(OK, callback.WaitForResult());
339 GetResponseHeaders("200 OK")));
401 GetResponseHeaders("200 OK")));
442 MockRead("HTTP/1.1 200 OK\r\n\r\n"),
445 MockRead(ASYNC, OK)
450 SSLSocketDataProvider ssl(ASYNC, OK);
460 MockRead("HTTP/1.1 200 OK\
[all...]
/external/chromium_org/content/browser/devtools/
H A Ddevtools_http_handler_unittest.cc32 return net::OK;
38 return net::OK;
45 return net::OK;
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DConnector.java165 if (result == MojoResult.OK) {
205 } while (result == MojoResult.OK);
236 if (receiver != null && result.getMojoResult() == MojoResult.OK) {
/external/chromium_org/net/disk_cache/
H A Dcache_creator.cc124 if (result == net::OK) {
142 if (result == net::OK || !force_ || retry_)
175 return *backend ? net::OK : net::ERR_FAILED;
/external/chromium_org/net/http/
H A Dfailing_http_transaction_factory.cc75 DCHECK_LT(error, OK);
175 DCHECK_LT(error, OK);
185 return OK;
/external/chromium_org/remoting/client/
H A Dserver_log_entry_client_unittest.cc24 ConnectionToHost::CONNECTED, remoting::protocol::OK));
92 ConnectionToHost::CONNECTED, remoting::protocol::OK));
111 ConnectionToHost::CONNECTED, remoting::protocol::OK));
/external/chromium_org/remoting/protocol/
H A Dfake_authenticator.cc20 : result_(accept ? net::OK : net::ERR_FAILED),
38 if (result_ != net::OK) {
87 if (result_ != net::OK)

Completed in 737 milliseconds

<<11121314151617181920>>