HomeSort by relevance Sort by last modified time
    Searched full:network_delegate (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium/net/url_request/
url_request_context_storage.cc 14 #include "net/base/network_delegate.h"
75 NetworkDelegate* network_delegate) {
76 context_->set_network_delegate(network_delegate);
77 network_delegate_.reset(network_delegate);
url_request_context.cc 45 set_network_delegate(other->network_delegate());
url_request_context_storage.h 53 void set_network_delegate(NetworkDelegate* network_delegate);
url_request.cc 16 #include "net/base/network_delegate.h"
136 if (context_ && context_->network_delegate())
137 context_->network_delegate()->NotifyURLRequestDestroyed(this);
369 if (context_ && context_->network_delegate()) {
370 if (context_->network_delegate()->NotifyBeforeURLRequest(
527 if (context_ && context_->network_delegate())
528 context_->network_delegate()->NotifyResponseStarted(this);
url_request_job.cc 16 #include "net/base/network_delegate.h"
324 if (request_->context() && request_->context()->network_delegate()) {
325 request_->context()->network_delegate()->NotifyReadCompleted(
332 if (request_->context() && request_->context()->network_delegate()) {
333 request_->context()->network_delegate()->NotifyReadCompleted(
391 if (request_->context() && request_->context()->network_delegate())
392 request_->context()->network_delegate()->NotifyReadCompleted(
url_request_context.h 127 void set_network_delegate(NetworkDelegate* network_delegate) {
128 network_delegate_ = network_delegate;
130 NetworkDelegate* network_delegate() const { return network_delegate_; } function in class:net::URLRequestContext
url_request_test_util.cc 86 params.network_delegate = network_delegate();
url_request_unittest.cc 279 TestNetworkDelegate network_delegate; // must outlive URLRequest local
283 context->set_network_delegate(&network_delegate);
297 EXPECT_EQ(1, network_delegate.error_count());
299 network_delegate.last_os_error());
308 BlockingNetworkDelegate network_delegate; local
309 network_delegate.set_callback_retval(ERR_EMPTY_RESPONSE);
315 context->set_network_delegate(&network_delegate);
323 EXPECT_EQ(1, network_delegate.created_requests());
324 EXPECT_EQ(0, network_delegate.destroyed_requests());
326 EXPECT_EQ(1, network_delegate.destroyed_requests())
335 BlockingNetworkDelegate network_delegate; local
2428 TestNetworkDelegate network_delegate; local
    [all...]
url_request_test_util.h 26 #include "net/base/network_delegate.h"
  /external/chromium/net/base/
network_delegate.cc 5 #include "net/base/network_delegate.h"
  /external/chromium/net/http/
http_network_session.h 56 network_delegate(NULL),
68 NetworkDelegate* network_delegate; member in struct:net::HttpNetworkSession::Params
120 NetworkDelegate* network_delegate() { function in class:net::HttpNetworkSession
http_network_session.cc 27 network_delegate_(params.network_delegate),
http_cache.cc 51 NetworkDelegate* network_delegate,
62 params.network_delegate = network_delegate;
319 NetworkDelegate* network_delegate,
340 network_delegate,
    [all...]
http_network_transaction.cc 28 #include "net/base/network_delegate.h"
775 if (session_->network_delegate()) {
776 return session_->network_delegate()->NotifyBeforeSendHeaders(
    [all...]
http_cache.h 128 NetworkDelegate* network_delegate,
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.cc 12 #include "net/base/network_delegate.h"
85 return request->context()->network_delegate()->MaybeCreateURLRequestJob(
  /external/chromium/chrome/browser/net/
chrome_network_delegate.h 12 #include "net/base/network_delegate.h"
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 136 main_context->set_network_delegate(network_delegate());
174 main_context->network_delegate(),
profile_impl_io_data.cc 191 main_context->set_network_delegate(network_delegate());
192 media_request_context_->set_network_delegate(network_delegate());
231 main_context->network_delegate(),
profile_io_data.h 143 net::NetworkDelegate* network_delegate() const { function in class:ProfileIOData
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.cpp 122 0, // network_delegate
  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 195 network_delegate(),
  /external/chromium/chrome/browser/
io_thread.cc 457 session_params.network_delegate = globals_->system_network_delegate.get();
665 system_params.network_delegate = globals_->system_network_delegate.get();
  /external/chromium/net/spdy/
spdy_test_util.cc     [all...]
  /external/chromium/
Android.mk 192 net/base/network_delegate.cc \

Completed in 1035 milliseconds

1 2