OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:host_it
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/predictors/
resource_prefetcher.cc
95
std::map<std::string, int>::iterator
host_it
=
local
97
if (
host_it
== host_inflight_counts_.end() ||
98
host_it
->second <
149
std::map<std::string, int>::iterator
host_it
= host_inflight_counts_.find(
local
151
CHECK_GT(
host_it
->second, 0);
152
host_it
->second -= 1;
153
if (
host_it
->second == 0)
/external/chromium_org/net/http/
http_pipelined_host_pool.cc
96
HostMap::iterator
host_it
= host_map_.find(key);
local
97
if (
host_it
!= host_map_.end()) {
98
CHECK(
host_it
->second);
99
return
host_it
->second;
/external/chromium/chrome/browser/sidebar/
sidebar_manager.cc
47
ContentIdToSidebarHostMap::iterator
host_it
=
49
DCHECK(
host_it
!= it->second.content_id_to_sidebar_host.end());
50
return
host_it
->second;
59
ContentIdToSidebarHostMap::iterator
host_it
=
61
if (
host_it
== it->second.content_id_to_sidebar_host.end())
63
return
host_it
->second;
/external/chromium/net/url_request/
url_request_filter.cc
43
HostnameHandlerMap::iterator
host_it
=
local
45
if (
host_it
!= hostname_handler_map_.end())
76
HostnameHandlerMap::iterator
host_it
=
local
78
if (
host_it
!= hostname_handler_map_.end())
/external/chromium_org/webkit/browser/appcache/
appcache_group.cc
102
for (AppCache::AppCacheHosts::iterator
host_it
= hosts.begin();
103
host_it
!= hosts.end(); ++
host_it
) {
104
(*
host_it
)->SetSwappableCache(this);
appcache_update_job.cc
520
for (PendingHosts::iterator
host_it
= hosts.begin();
521
host_it
!= hosts.end(); ++
host_it
) {
522
(*
host_it
)
641
for (PendingHosts::iterator
host_it
= hosts.begin();
642
host_it
!= hosts.end(); ++
host_it
) {
643
(*
host_it
)->AssociateCompleteCache(cache);
648
for (PendingHosts::iterator
host_it
= hosts.begin();
649
host_it
!= hosts.end(); ++host_it)
[
all
...]
/external/chromium_org/net/tools/quic/
spdy_utils.cc
181
BlockIt
host_it
= header_block.find(kV3Host);
local
186
if (
host_it
== end_it || path_it == end_it || scheme_it == end_it ||
192
url.append(
host_it
->second);
/external/chromium_org/content/browser/
plugin_process_host.cc
335
for (PluginProcessHostIterator
host_it
; !
host_it
.Done(); ++
host_it
) {
336
PluginProcessHost* host = *
host_it
;
/external/chromium_org/net/url_request/
url_request_filter.cc
81
HostnameHandlerMap::iterator
host_it
=
local
83
if (
host_it
!= hostname_handler_map_.end())
/external/chromium_org/chrome/browser/managed_mode/
managed_mode_url_filter.cc
225
std::map<std::string, bool>::const_iterator
host_it
=
227
if (
host_it
!= host_map_.end())
228
return
host_it
->second ? ALLOW : BLOCK;
Completed in 394 milliseconds