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

1 2 3

  /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/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/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> {
ElementFullscreen.cpp 24 Fullscreen::RequestType requestType;
26 requestType = Fullscreen::PrefixedMozillaAllowKeyboardInputRequest;
28 requestType = Fullscreen::PrefixedMozillaRequest;
29 Fullscreen::from(element.document()).requestFullscreen(element, requestType);
  /external/chromium_org/chromeos/login/auth/
mock_url_fetchers.h 31 net::URLFetcher::RequestType request_type,
49 net::URLFetcher::RequestType request_type,
64 net::URLFetcher::RequestType request_type,
79 net::URLFetcher::RequestType request_type,
94 net::URLFetcher::RequestType request_type,
117 net::URLFetcher::RequestType request_type,
mock_url_fetchers.cc 25 net::URLFetcher::RequestType request_type,
50 net::URLFetcher::RequestType request_type,
68 net::URLFetcher::RequestType request_type,
86 net::URLFetcher::RequestType request_type,
113 net::URLFetcher::RequestType request_type,
155 net::URLFetcher::RequestType request_type,
  /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/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/browser/local_discovery/
privet_confirm_api_flow.h 30 virtual net::URLFetcher::RequestType GetRequestType() OVERRIDE;
gcd_registration_ticket_request.h 29 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 70 net::URLFetcher::RequestType request_type,
122 net::URLFetcher::RequestType request_type_;
gcd_api_flow.cc 20 net::URLFetcher::RequestType GCDApiFlow::Request::GetRequestType() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SsData.java 83 public enum RequestType {
105 public RequestType requestType;
114 requestType is SS_INTERROGATION */
129 public RequestType RequestTypeFromRILInt(int type) {
131 return RequestType.values()[type];
149 + " RequestType: " + requestType
  /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 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/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 {
45 HitTestRequest(HitTestRequestType requestType)
46 : m_requestType(requestType)
  /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/google_apis/drive/
drive_api_requests.cc 110 net::URLFetcher::RequestType FilesAuthorizeRequest::GetRequestType() const {
131 net::URLFetcher::RequestType FilesInsertRequest::GetRequestType() const {
190 net::URLFetcher::RequestType FilesPatchRequest::GetRequestType() const {
257 net::URLFetcher::RequestType FilesCopyRequest::GetRequestType() const {
343 net::URLFetcher::RequestType FilesDeleteRequest::GetRequestType() const {
371 net::URLFetcher::RequestType FilesTrashRequest::GetRequestType() const {
464 net::URLFetcher::RequestType AppsDeleteRequest::GetRequestType() const {
485 net::URLFetcher::RequestType ChildrenInsertRequest::GetRequestType() const {
519 net::URLFetcher::RequestType ChildrenDeleteRequest::GetRequestType() const {
552 net::URLFetcher::RequestType
    [all...]

Completed in 470 milliseconds

1 2 3