OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:throttles
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/prerender/
prerender_tracker.h
96
// Called to add
throttles
for a pending prerender swap.
100
// Called to remove the
throttles
for a pending prerender swap.
124
std::vector<base::WeakPtr<PrerenderPendingSwapThrottle> >
throttles
;
member in struct:prerender::PrerenderTracker::PendingSwapThrottleData
126
// Set of
throttles
for pending swaps.
190
// Map of pending prerender swaps and their associated
throttles
,
prerender_tracker.cc
230
it->second.
throttles
.push_back(throttle);
254
ResourceThrottleList&
throttles
= resource_throttle_map_it->second;
local
255
for (size_t i = 0; i <
throttles
.size(); i++) {
256
if (
throttles
[i]) {
258
throttles
[i]->Resume();
260
throttles
[i]->Cancel();
285
for (size_t i = 0; i < it->second.
throttles
.size(); i++) {
286
if (!it->second.
throttles
[i])
289
it->second.
throttles
[i]->Cancel();
291
it->second.
throttles
[i]->Resume()
[
all
...]
/external/chromium_org/chrome/browser/component_updater/
crx_update_item.h
113
std::vector<base::WeakPtr<CUResourceThrottle> >
throttles
;
member in struct:component_updater::CrxUpdateItem
/external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc
578
ScopedVector<ResourceThrottle>
throttles
;
local
582
is_content_initiated, must_download, &
throttles
);
583
if (!
throttles
.empty()) {
586
handler.Pass(), request,
throttles
.Pass()));
1189
ScopedVector<ResourceThrottle>
throttles
;
local
[
all
...]
Completed in 336 milliseconds