HomeSort by relevance Sort by last modified time
    Searched defs:RequestType (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/net/url_request/
url_fetcher.h 74 enum RequestType {
94 URLFetcher::RequestType request_type,
102 URLFetcher::RequestType request_type,
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.h 90 enum RequestType {
108 RequestType type,
  /external/chromium/chrome/common/net/
url_fetcher.h 64 enum RequestType {
93 RequestType request_type,
103 URLFetcher(const GURL& url, RequestType request_type, Delegate* d);
125 static URLFetcher* Create(int id, const GURL& url, RequestType request_type,
  /external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.h 53 } RequestType;
64 void SetAutoFetchLimit(RequestType limit) { auto_fetch_limit_ = limit; }
125 RequestType request_type_;
215 bool ShouldAutoFetch(RequestType fetch_step);
227 RequestType auto_fetch_limit_;
  /external/chromium_org/content/browser/
power_save_blocker_win.cc 121 POWER_REQUEST_TYPE RequestType();
139 handle_.Set(CreatePowerRequest(RequestType(), reason_));
147 DeletePowerRequest(RequestType(), handle_.Take());
150 POWER_REQUEST_TYPE PowerSaveBlockerImpl::Delegate::RequestType() {
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble_controller.h 79 enum RequestType {
89 RequestType type;
97 explicit UIRequest(RequestType type_value);
117 RequestType last_request_issued_;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 30 enum RequestType {
47 HitTestRequest(HitTestRequestType requestType)
48 : m_requestType(requestType)
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 197 enum RequestType {
236 RequestType request_type) const;
251 RequestType request_type_;
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.cc 65 enum RequestType {
86 RequestType request_type_;
249 RequestType type = request_type_;
  /external/chromium_org/chrome/browser/
pepper_flash_settings_manager.cc 74 enum RequestType {
103 RequestType type;
167 const std::vector<std::pair<uint32, RequestType> >& notifications);
200 std::map<uint32, RequestType> pending_responses_;
664 std::vector<std::pair<uint32, RequestType> > notifications;
747 const std::vector<std::pair<uint32, RequestType> >& notifications) {
751 for (std::vector<std::pair<uint32, RequestType> >::const_iterator iter =
801 std::map<uint32, RequestType>::iterator iter =
826 std::map<uint32, RequestType>::iterator iter =
849 std::map<uint32, RequestType>::iterator iter
    [all...]

Completed in 702 milliseconds