OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Requests
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/renderer/media/
midi_dispatcher.h
45
typedef IDMap<blink::WebMIDIPermissionRequest, IDMapOwnPointer>
Requests
;
46
Requests
requests_;
/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_;
/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
/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/ui/webui/print_preview/
print_preview_handler.cc
556
for (
Requests
::iterator i = requests_.begin(); i != requests_.end(); ++i) {
567
linked_ptr<OAuth2TokenService::Request> >
Requests
;
568
Requests
requests_;
786
// Record the number of times the user
requests
to regenerate preview data
[
all
...]
Completed in 307 milliseconds