OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:request_type_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/android/autofill/
url_fetcher_proxy.h
75
request_type_
(request_type),
133
real_fetcher_.reset(new URLFetcher(url_,
request_type_
, this));
155
URLFetcher::RequestType
request_type_
;
member in class:URLFetcherProxy
/external/chromium/chrome/browser/safe_browsing/
protocol_manager.h
322
SafeBrowsingRequestType
request_type_
;
member in class:SafeBrowsingProtocolManager
/external/chromium/chrome/common/net/
url_fetcher.cc
120
RequestType
request_type_
; // What type of request is this?
member in class:URLFetcher::Core
235
request_type_
(request_type),
299
if (request_->status().is_success() && (
request_type_
!= HEAD))
343
if (!request_->status().is_io_pending() || (
request_type_
== HEAD)) {
382
switch (
request_type_
) {
Completed in 81 milliseconds