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

  /external/qemu/android/protocol/
fb-updates.h 42 uint8_t request_type; member in struct:FBRequestHeader
  /external/chromium_org/webkit/child/
resource_loader_bridge.h 78 ResourceType::Type request_type; member in struct:webkit_glue::ResourceLoaderBridge::RequestInfo
  /external/chromium_org/content/public/common/
media_stream_request.h 121 MediaStreamRequestType request_type,
149 MediaStreamRequestType request_type; member in struct:content::MediaStreamRequest
  /external/chromium/chrome/browser/autofill/
autofill_download.cc 43 AutofillRequestType request_type; member in struct:AutofillDownloadManager::FormRequestData
105 request_data.request_type = AutofillDownloadManager::REQUEST_QUERY;
141 request_data.request_type = AutofillDownloadManager::REQUEST_UPLOAD;
148 AutofillDownloadManager::AutofillRequestType request_type) {
156 it->second.request_type == request_type) {
218 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY)
224 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY) {
319 it->second.request_type == AutofillDownloadManager::REQUEST_QUERY ?
348 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY)
    [all...]
  /external/chromium_org/chrome/browser/history/
web_history_service.cc 148 net::URLFetcher::RequestType request_type = post_data_.empty() ? local
151 url_, request_type, this);
159 if (request_type == net::URLFetcher::POST)
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client_unittest.cc 223 SpellingServiceClient::ServiceType request_type; member in struct:__anon8178
308 client_.SetHTTPRequest(kTests[i].request_type, kTests[i].request_text,
316 kTests[i].request_type,
  /external/chromium_org/components/autofill/core/browser/
autofill_download.cc 69 AutofillRequestType request_type; member in struct:autofill::AutofillDownloadManager::FormRequestData
109 request_data.request_type = AutofillDownloadManager::REQUEST_QUERY;
154 request_data.request_type = AutofillDownloadManager::REQUEST_UPLOAD;
194 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY)
213 << AutofillRequestTypeToString(request_data.request_type)
283 AutofillRequestTypeToString(it->second.request_type));
311 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY) {
322 it->second.request_type,
330 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY) {
  /external/chromium/webkit/glue/
resource_loader_bridge.h 233 ResourceType::Type request_type; member in struct:webkit_glue::ResourceLoaderBridge::RequestInfo
  /external/wpa_supplicant_8/src/wps/
wps_i.h 79 * request_type - Request Type attribute from (Re)AssocReq
81 u8 request_type; member in struct:wps_data
wps_attr_parse.h 53 const u8 *request_type; /* 1 octet */ member in struct:wps_parse_attr
  /external/chromium_org/chrome/browser/google_apis/
base_requests.cc 121 URLFetcher::RequestType request_type = GetRequestType(); local
123 URLFetcher::Create(url, request_type, this));
174 if (request_type == URLFetcher::POST ||
175 request_type == URLFetcher::PUT ||
176 request_type == URLFetcher::PATCH) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
rostermoduleimpl.cc 850 XmppSubscriptionRequestType request_type; local
851 if (StringToSubscriptionRequestType(type, &request_type))
852 InternalSubscriptionRequest(jid, stanza, request_type);
944 request_type) {
946 roster_handler_->SubscriptionRequest(this, jid, request_type, stanza);
  /external/chromium_org/chrome/browser/extensions/api/usb/
usb_api.cc 788 UsbDeviceHandle::TransferRequestType request_type; local
793 !ConvertRequestTypeSafely(transfer.request_type, &request_type) ||
813 request_type,
    [all...]
  /external/openssh/
clientloop.c 178 const char *request_type; member in struct:channel_reply_ctx
758 cr->request_type, c->self);
762 "%s request failed\r\n", cr->request_type);
766 cr->request_type, c->self);
809 cr->request_type = request;
    [all...]
  /external/netperf/
netlib.h 245 int request_type; member in struct:netperf_request_struct::__anon25698
  /external/chromium/third_party/libevent/
evdns.c 166 unsigned int request_type; /* TYPE_PTR or TYPE_A */ member in struct:request
647 switch (req->request_type) {
730 if (req->search_state && req->request_type != TYPE_PTR) {
866 reply.type = req->request_type;
893 if (req->request_type != TYPE_A) {
911 if (req->request_type != TYPE_PTR) {
922 if (req->request_type != TYPE_AAAA) {
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 166 unsigned int request_type; /* TYPE_PTR or TYPE_A */ member in struct:request
647 switch (req->request_type) {
730 if (req->search_state && req->request_type != TYPE_PTR) {
866 reply.type = req->request_type;
893 if (req->request_type != TYPE_A) {
911 if (req->request_type != TYPE_PTR) {
922 if (req->request_type != TYPE_AAAA) {
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 158 #define LIBUSB_REQ_RECIPIENT(request_type) ((request_type) & 0x1F)
159 #define LIBUSB_REQ_TYPE(request_type) ((request_type) & (0x03 << 5))
160 #define LIBUSB_REQ_IN(request_type) ((request_type) & LIBUSB_ENDPOINT_IN)
161 #define LIBUSB_REQ_OUT(request_type) (!LIBUSB_REQ_IN(request_type))
615 UCHAR request_type; member in struct:__anon13900

Completed in 866 milliseconds