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

  /external/chromium_org/net/url_request/
url_fetcher.h 81 enum RequestType {
102 URLFetcher::RequestType request_type,
111 URLFetcher::RequestType request_type,
  /external/chromium_org/third_party/WebKit/Source/core/css/
PseudoStyleRequest.h 36 enum RequestType { ForRenderer, ForComputedStyle };
46 PseudoStyleRequest(PseudoId pseudoId, RequestType requestType)
48 , type(requestType)
61 RequestType type;
  /external/chromium_org/components/autofill/core/browser/
autofill_download_manager.h 36 enum RequestType { REQUEST_QUERY, REQUEST_UPLOAD, };
54 RequestType request_type,
  /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/dom/
Fullscreen.h 61 enum RequestType {
69 void requestFullscreen(Element&, RequestType);
105 void pushFullscreenElementStack(Element&, RequestType);
107 void enqueueChangeEvent(Document&, RequestType);
108 void enqueueErrorEvent(Element&, RequestType);
113 WillBeHeapVector<std::pair<RefPtrWillBeMember<Element>, RequestType> > m_fullScreenElementStack;
141 template<>struct IsPod<blink::Fullscreen::RequestType> {
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
request_manager.h 27 enum RequestType {
46 std::string RequestTypeToString(RequestType type);
83 virtual void OnRequestCreated(int request_id, RequestType type) = 0;
111 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_;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 30 enum RequestType {
45 HitTestRequest(HitTestRequestType requestType)
46 : m_requestType(requestType)
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 198 enum RequestType {
217 RequestType request_type);
220 void HandleMalformedResponse(RequestType request_type,
234 RequestType request_type) const;
256 RequestType request_type_;
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.cc 72 enum RequestType {
84 void GetUserInfoImpl(RequestType type,
99 RequestType request_type_;
166 RequestType type,
290 RequestType type = request_type_;
  /external/chromium_org/mojo/common/
handle_watcher.cc 176 enum RequestType {
185 RequestType 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 597 milliseconds