HomeSort by relevance Sort by last modified time
    Searched refs:request (Results 501 - 525 of 2852) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/net/
about_protocol_handler.h 19 net::URLRequest* request,
connect_interceptor.h 33 void WitnessURLRequest(net::URLRequest* request);
  /external/chromium_org/chrome/browser/ui/android/
login_prompt_android.cc 24 LoginHandlerAndroid(AuthChallengeInfo* auth_info, URLRequest* request)
25 : LoginHandler(auth_info, request) {
82 net::URLRequest* request) {
83 return new LoginHandlerAndroid(auth_info, request);
  /external/chromium_org/chrome/browser/ui/webui/
favicon_source.h 52 // request the favicon from the favicon service.
56 // Both URLs request the favicon for http://example.com from the
83 const net::URLRequest* request) const OVERRIDE;
102 // |request| contains information for the failed request.
104 virtual bool HandleMissingResource(const IconRequest& request);
122 const IconRequest& request,
130 void SendDefaultResponse(const IconRequest& request);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
thumbnail_source.cc 63 const net::URLRequest* request) const {
64 if (request->url().SchemeIs(chrome::kChromeSearchScheme))
65 return InstantIOContext::ShouldServiceRequest(request);
66 return URLDataSource::ShouldServiceRequest(request);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
background.js 67 function(request, sender, sendResponse) {
68 if (request['init']) {
70 } else if (request['speak']) {
71 speak(request['speak']);
  /external/chromium_org/content/browser/
histogram_internals_request_job.cc 18 net::URLRequest* request, net::NetworkDelegate* network_delegate)
19 : net::URLRequestSimpleJob(request, network_delegate) {
20 const std::string& spec = request->url().possibly_invalid_spec();
22 request->url().parsed_for_possibly_invalid_spec();
  /external/chromium_org/content/browser/loader/
resource_message_delegate.h 27 ResourceMessageDelegate(const net::URLRequest* request);
resource_scheduler.h 46 // new request. The returned ResourceThrottle should be destroyed when the load
49 // The scheduler may defer issuing the request via the ResourceThrottle
50 // interface or it may alter the request's priority by calling set_priority() on
90 void RemoveRequest(ScheduledResourceRequest* request);
92 // Unthrottles the |request| and adds it to |client|.
93 void StartRequest(ScheduledResourceRequest* request, Client* client);
95 // Update the queue position for |request|, possibly causing it to start
98 // Queues are maintained for each priority level. When |request| is
101 void ReprioritizeRequest(ScheduledResourceRequest* request,
112 // Returns true if the request should start. This is the core schedulin
    [all...]
transfer_navigation_resource_throttle.h 19 // renderer process swap. When that happens, we remember the request so
24 explicit TransferNavigationResourceThrottle(net::URLRequest* request);
  /external/chromium_org/content/browser/net/
view_blob_internals_job_factory.h 25 net::URLRequest* request,
view_http_cache_job_factory.h 22 net::URLRequest* request, net::NetworkDelegate* network_delegate);
  /external/chromium_org/net/test/spawned_test_server/
spawner_communicator.h 103 virtual void OnResponseStarted(URLRequest* request) OVERRIDE;
104 virtual void OnReadCompleted(URLRequest* request, int num_bytes) OVERRIDE;
107 void ReadResult(URLRequest* request);
110 void OnSpawnerCommandCompleted(URLRequest* request);
112 // Callback on the IO thread for time-out task of request with id |id|.
137 // Request context used by |cur_request_|.
140 // The current (in progress) request, or NULL.
  /external/chromium_org/net/url_request/
file_protocol_handler.h 26 URLRequest* request, NetworkDelegate* network_delegate) const OVERRIDE;
ftp_protocol_handler.h 27 URLRequest* request, NetworkDelegate* network_delegate) const OVERRIDE;
url_request_about_job.h 18 URLRequestAboutJob(URLRequest* request, NetworkDelegate* network_delegate);
url_request_data_job.h 19 URLRequestDataJob(URLRequest* request, NetworkDelegate* network_delegate);
url_request_error_job.h 19 URLRequestErrorJob(URLRequest* request,
  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationClientMock.cpp 108 void WebGeolocationClientMock::requestPermission(const WebGeolocationPermissionRequest& request)
110 m_clientMock->requestPermission(request.geolocation());
113 void WebGeolocationClientMock::cancelPermissionRequest(const WebGeolocationPermissionRequest& request)
115 m_clientMock->cancelPermissionRequest(request.geolocation());
WebUserMediaRequest.cpp 54 WebUserMediaRequest::WebUserMediaRequest(const PassRefPtr<UserMediaRequest>& request)
55 : m_private(request)
59 WebUserMediaRequest::WebUserMediaRequest(UserMediaRequest* request)
60 : m_private(request)
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BlockingService.java 53 Message request) throws ServiceException;
Service.java 62 * <li>{@code request} is of the exact same class as the object returned by
86 Message request,
90 * <p>{@code callMethod()} requires that the request passed in is of a
101 * Message request =
104 * service.callMethod(method, request, callback);
  /external/chromium_org/v8/samples/
count-hosts.js 30 function Process(request) {
32 log("Processing " + request.host + request.path +
33 " from " + request.referrer + "@" + request.userAgent);
35 if (!output[request.host]) {
36 output[request.host] = 1;
38 output[request.host]++
  /external/chromium_org/webkit/browser/appcache/
view_appcache_internals_job.h 24 net::URLRequest* request,
  /external/libnl-headers/netlink/fib_lookup/
lookup.h 18 #include <netlink/fib_lookup/request.h>

Completed in 1072 milliseconds

<<21222324252627282930>>