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

1 2 3

  /external/chromium_org/content/renderer/media/
midi_dispatcher.h 45 typedef IDMap<blink::WebMIDIPermissionRequest, IDMapOwnPointer> Requests;
46 Requests requests_;
midi_dispatcher.cc 47 for (Requests::iterator it(&requests_); !it.IsAtEnd(); it.Advance()) {
  /external/chromium_org/components/search_engines/
template_url_fetcher.h 66 // The current number of outstanding requests.
75 typedef ScopedVector<RequestDelegate> Requests;
83 // In progress requests.
84 Requests requests_;
template_url_fetcher.cc 247 for (Requests::iterator i = requests_.begin(); i != requests_.end(); ++i) {
260 Requests::iterator i =
  /external/oprofile/events/x86-64/family11h/
unit_masks 131 0xa1 Requests Local I/O to Local I/O
132 0xa2 Requests Local I/O to Local Memory
133 0xa3 Requests Local I/O to Local (I/O or Mem)
134 0xa4 Requests Local CPU to Local I/O
135 0xa5 Requests Local (CPU or I/O) to Local I/O
136 0xa8 Requests Local CPU to Local Memory
137 0xaa Requests Local (CPU or I/O) to Local Memory
138 0xac Requests Local CPU to Local (I/O or Mem)
139 0xaf Requests Local (CPU or I/O) to Local (I/O or Mem)
140 0x91 Requests Local I/O to Remote I/
    [all...]
  /external/oprofile/events/x86-64/hammer/
unit_masks 125 0xa1 Requests Local I/O to Local I/O
126 0xa2 Requests Local I/O to Local Memory
127 0xa3 Requests Local I/O to Local (I/O or Mem)
128 0xa4 Requests Local CPU to Local I/O
129 0xa5 Requests Local (CPU or I/O) to Local I/O
130 0xa8 Requests Local CPU to Local Memory
131 0xaa Requests Local (CPU or I/O) to Local Memory
132 0xac Requests Local CPU to Local (I/O or Mem)
133 0xaf Requests Local (CPU or I/O) to Local (I/O or Mem)
134 0x91 Requests Local I/O to Remote I/
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 144 0xa1 Requests Local I/O to Local I/O
145 0xa2 Requests Local I/O to Local Memory
146 0xa3 Requests Local I/O to Local (I/O or Mem)
147 0xa4 Requests Local CPU to Local I/O
148 0xa5 Requests Local (CPU or I/O) to Local I/O
149 0xa8 Requests Local CPU to Local Memory
150 0xaa Requests Local (CPU or I/O) to Local Memory
151 0xac Requests Local CPU to Local (I/O or Mem)
152 0xaf Requests Local (CPU or I/O) to Local (I/O or Mem)
153 0x91 Requests Local I/O to Remote I/
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_cache.h 52 typedef std::vector<ServiceWorkerFetchRequest> Requests;
53 typedef base::Callback<void(ErrorType, scoped_ptr<Requests>)>
81 // Returns ErrorTypeOK and a vector of requests if there are no errors. The
service_worker_cache.cc 647 out_keys(new ServiceWorkerCache::Requests()),
667 scoped_ptr<ServiceWorkerCache::Requests> out_keys;
805 callback.Run(ErrorTypeStorage, scoped_ptr<Requests>());
813 // 2.3. Push the response into a vector of requests to be returned.
814 // 3. Return the vector of requests (keys).
888 // Enumeration is complete, extract the requests from the entries.
897 scoped_ptr<Requests>());
903 scoped_ptr<Requests>());
    [all...]
  /external/chromium_org/mojo/common/
handle_watcher.cc 58 // WatcherBackend is responsible for managing the requests and interacting with
152 // to be ready. All requests are handled by WatcherBackend.
191 typedef std::vector<RequestData> Requests;
200 // Processes requests added to |requests_|. This is invoked on the backend
214 // |lock_|). When the background thread wakes up it processes the requests.
215 Requests requests_;
252 for (Requests::iterator i = requests_.begin(); i != requests_.end(); ++i) {
291 Requests requests; local
294 requests_.swap(requests);
    [all...]
  /external/chromium_org/chrome/browser/resources/predictors/
autocomplete_action_predictor.js 6 * Requests the database from the backend.
resource_prefetch_predictor.js 6 * Requests the database from the backend.
  /external/chromium_org/chrome/browser/resources/media/
webrtc_logs.js 6 * Requests the list of uploads from the backend.
  /external/chromium_org/chrome/browser/resources/
crashes.js 9 * Requests the list of crashes from the backend.
104 // Trigger a refresh in 5 seconds. Clear any previous requests.
gesture_config.js 97 * Requests preference values for all the relevant fields.
118 * Requests a preference setting's value.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_control.spec 70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests)
MESA_ycbcr_texture.spec 158 State Requests)
  /external/mesa3d/docs/
MESA_swap_control.spec 70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests)
MESA_ycbcr_texture.spec 158 State Requests)
  /external/chromium_org/chrome/browser/resources/options/
autofill_options.js 166 * Requests profile data for the address represented by |guid| from the
177 * Requests profile data for the credit card represented by |guid| from the
  /external/chromium_org/content/browser/resources/media/
webrtc_internals.js 14 /** A list of getUserMedia requests. */
104 // Requests stats from all peer connections every second.
281 tabView.addTab(USER_MEDIA_TAB_ID, 'GetUserMedia Requests');
302 * Removes the getUserMedia requests from the specified |rid|.
312 var requests = $(USER_MEDIA_TAB_ID).childNodes;
313 for (var i = 0; i < requests.length; ++i) {
314 if (requests[i].rid == data.rid)
315 $(USER_MEDIA_TAB_ID).removeChild(requests[i]);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
volume_manager_wrapper.js 275 * Requests to mount the archive file.
294 * Requests unmount the specified volume.
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 203 Additions to Chapter 6 of the 1.1 Specification (State and State Requests)
MESA_program_debug.spec 209 State Requests)
  /external/chromium_org/ui/file_manager/file_manager/background/js/
drive_sync_handler.js 150 * Requests to cancel for the given files' drive sync.

Completed in 505 milliseconds

1 2 3