HomeSort by relevance Sort by last modified time
    Searched refs:RequestType (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
callback.h 64 template <typename ReturnType, typename RequestType, typename ResponseType>
65 class Callback<ReturnType(RequestType, ResponseType)> {
70 const RequestType& request,
75 template <typename ReturnType, typename RequestType, typename ResponseType>
76 class ScopedPtrCallback<ReturnType(RequestType, ResponseType)> {
81 const RequestType& request,
87 template <typename BaseType, typename ReturnType, typename RequestType,
89 class CallbackImpl : public Callback<ReturnType(RequestType, ResponseType)> {
92 bool, const RequestType&, const ResponseType&);
105 const RequestType& request
    [all...]
  /external/chromium_org/net/url_request/
url_fetcher_factory.h 20 URLFetcher::RequestType request_type,
url_fetcher.cc 17 URLFetcher::RequestType request_type,
26 URLFetcher::RequestType request_type,
url_fetcher.h 81 enum RequestType {
102 URLFetcher::RequestType request_type,
111 URLFetcher::RequestType request_type,
  /external/chromium_org/chrome/browser/chromeos/login/auth/
mock_url_fetchers.h 30 net::URLFetcher::RequestType request_type,
48 net::URLFetcher::RequestType request_type,
63 net::URLFetcher::RequestType request_type,
78 net::URLFetcher::RequestType request_type,
93 net::URLFetcher::RequestType request_type,
116 net::URLFetcher::RequestType request_type,
mock_url_fetchers.cc 25 net::URLFetcher::RequestType request_type,
51 net::URLFetcher::RequestType request_type,
68 net::URLFetcher::RequestType request_type,
85 net::URLFetcher::RequestType request_type,
112 net::URLFetcher::RequestType request_type,
152 net::URLFetcher::RequestType request_type,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
request_manager.h 25 enum RequestType {
36 std::string RequestTypeToString(RequestType type);
71 virtual void OnRequestCreated(int request_id, RequestType type) = 0;
95 int CreateRequest(RequestType type, scoped_ptr<HandlerInterface> handler);
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.h 52 enum RequestType {
123 void StartGetRequest(RequestType type,
128 void StartPostRequest(RequestType type,
148 void StartRequestHelper(RequestType type,
150 net::URLFetcher::RequestType request_type,
162 net::URLFetcher::RequestType request_type_;
167 RequestType type_;
cloud_print_url_fetcher.cc 26 void ReportRequestTime(CloudPrintURLFetcher::RequestType type,
39 void ReportRetriesCount(CloudPrintURLFetcher::RequestType type,
54 void ReportDownloadSize(CloudPrintURLFetcher::RequestType type, size_t size) {
68 void ReportUploadSize(CloudPrintURLFetcher::RequestType type, size_t size) {
145 RequestType type,
155 RequestType type,
252 RequestType type,
254 net::URLFetcher::RequestType request_type,
  /external/chromium_org/chrome/browser/local_discovery/
privet_confirm_api_flow.h 30 virtual net::URLFetcher::RequestType GetRequestType() OVERRIDE;
gcd_registration_ticket_request.h 28 virtual net::URLFetcher::RequestType GetRequestType() OVERRIDE;
gcd_registration_ticket_request.cc 36 net::URLFetcher::RequestType GCDRegistrationTicketRequest::GetRequestType() {
privet_confirm_api_flow.cc 56 net::URLFetcher::RequestType PrivetConfirmApiCallFlow::GetRequestType() {
privet_url_fetcher.h 66 net::URLFetcher::RequestType request_type,
114 net::URLFetcher::RequestType request_type_;
gcd_api_flow.cc 20 net::URLFetcher::RequestType GCDApiFlow::Request::GetRequestType() {
gcd_api_flow.h 44 virtual net::URLFetcher::RequestType GetRequestType();
  /external/chromium_org/google_apis/gaia/
mock_url_fetcher_factory.h 23 net::URLFetcher::RequestType request_type,
31 net::URLFetcher::RequestType request_type,
54 net::URLFetcher::RequestType request_type,
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 195 enum RequestType {
214 RequestType request_type);
217 void HandleMalformedResponse(RequestType request_type,
231 RequestType request_type) const;
253 RequestType request_type_;
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_request.h 62 net::URLFetcher::RequestType method,
  /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/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 30 enum RequestType {
48 HitTestRequest(HitTestRequestType requestType)
49 : m_requestType(requestType)
  /external/chromium_org/components/autofill/core/browser/
autofill_download.h 36 enum RequestType { REQUEST_QUERY, REQUEST_UPLOAD, };
54 RequestType request_type,
  /external/chromium_org/chrome/browser/history/
history_service.h     [all...]
  /external/chromium_org/google_apis/drive/
drive_api_requests.h 115 virtual net::URLFetcher::RequestType GetRequestType() const OVERRIDE;
168 virtual net::URLFetcher::RequestType GetRequestType() const OVERRIDE;
238 virtual net::URLFetcher::RequestType GetRequestType() const OVERRIDE;
292 virtual net::URLFetcher::RequestType GetRequestType() const OVERRIDE;
394 virtual net::URLFetcher::RequestType GetRequestType() const OVERRIDE;
424 virtual net::URLFetcher::RequestType GetRequestType() const OVERRIDE;
573 virtual net::URLFetcher::RequestType GetRequestType() const OVERRIDE;
607 virtual net::URLFetcher::RequestType GetRequestType() const OVERRIDE;
646 virtual net::URLFetcher::RequestType GetRequestType() const OVERRIDE;
690 virtual net::URLFetcher::RequestType GetRequestType() const OVERRIDE
    [all...]
  /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 485 milliseconds

1 2 3