/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
LayerChangesFlusher.cpp | 64 // We handle removing the hook when we finish calling out to the hosts, so we shouldn't 81 // Calling out to the hosts can cause m_hostsWithChangesToFlush to be modified, so we copy it 83 Vector<AbstractCACFLayerTreeHost*> hosts; local 84 copyToVector(m_hostsWithChangesToFlush, hosts); 88 for (size_t i = 0; i < hosts.size(); ++i) 89 hosts[i]->flushPendingLayerChangesNow();
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_util_unittest.cc | 27 std::vector<std::string> hosts, paths; local 30 safe_browsing_util::GenerateHostsToCheck(url, &hosts); 32 EXPECT_EQ(hosts.size(), static_cast<size_t>(2)); 34 EXPECT_EQ(hosts[0], "b.c"); 35 EXPECT_EQ(hosts[1], "a.b.c"); 43 safe_browsing_util::GenerateHostsToCheck(url, &hosts); 45 EXPECT_EQ(hosts.size(), static_cast<size_t>(5)); 47 EXPECT_EQ(hosts[0], "f.g"); 48 EXPECT_EQ(hosts[1], "e.f.g"); 49 EXPECT_EQ(hosts[2], "d.e.f.g") [all...] |
filter_false_positive_perftest.cc | 166 std::vector<std::string> hosts; local 168 hosts.push_back(url_check.host()); 170 safe_browsing_util::GenerateHostsToCheck(url_check, &hosts); 176 for (size_t i = 0; i < hosts.size(); ++i) { 179 crypto::SHA256HashString(hosts[i] + paths[j], &prefix, sizeof(prefix)); 185 return hosts.size() * paths.size();
|
safe_browsing_util.h | 61 std::deque<SBChunkHost> hosts; member in struct:SBChunk 292 // Given a URL, returns all the hosts we need to check. They are returned 294 void GenerateHostsToCheck(const GURL& url, std::vector<std::string>* hosts);
|
safe_browsing_database.cc | 79 std::vector<std::string> hosts; local 81 hosts.push_back(url.host()); 83 safe_browsing_util::GenerateHostsToCheck(url, &hosts); 89 for (size_t i = 0; i < hosts.size(); ++i) { 93 crypto::SHA256HashString(hosts[i] + path, &full_hash, 103 crypto::SHA256HashString(hosts[i] + path.substr(0, path.size() - 1), 768 // Helper to iterate over all the entries in the hosts in |chunks| and 788 for (std::deque<SBChunkHost>::const_iterator hiter = citer->hosts.begin(); 789 hiter != citer->hosts.end(); ++hiter) { 842 // Helper to iterate over all the entries in the hosts in |chunks| an [all...] |
/external/chromium/chrome/browser/sidebar/ |
sidebar_manager.cc | 243 const ContentIdToSidebarHostMap& hosts = local 247 for (ContentIdToSidebarHostMap::const_iterator it = hosts.begin(); 248 it != hosts.end(); ++it) {
|
/external/chromium/net/base/ |
ssl_false_start_blacklist_process.cc | 32 static void StripWWWPrefix(std::vector<std::string>* hosts) { 36 for (size_t i = 0; i < hosts->size(); i++) { 37 const std::string& h = (*hosts)[i]; 40 (*hosts)[i] = h.substr(kPrefixLen, h.size() - kPrefixLen); 45 // RemoveDuplicateEntries removes all duplicates from |hosts|. 46 static void RemoveDuplicateEntries(std::vector<std::string>* hosts) { 51 i = hosts->begin(); i != hosts->end(); i++) { 61 hosts->swap(ret); 79 static void RemoveRedundantEntries(std::vector<std::string>* hosts) { 163 std::vector<std::string> hosts; local [all...] |
transport_security_state.cc | 498 std::map<std::string, DomainState> hosts; local 508 Deserialise(cmd_line_hsts, &dirty, &hosts); 578 if (hosts.find(hashed_host) != hosts.end()) { 579 *out = hosts[hashed_host];
|
/external/webkit/Source/WebCore/platform/network/curl/ |
ResourceHandleCurl.cpp | 130 static HashSet<String> hosts; local 132 return hosts;
|
/external/chromium/chrome/browser/ |
content_setting_bubble_model.h | 59 std::set<std::string> hosts; member in struct:ContentSettingBubbleModel::DomainList
|
/packages/apps/Browser/src/com/android/browser/preferences/ |
WebsiteSettingsFragment.java | 304 HashMap<String, Set<Site>> hosts = new HashMap<String, Set<Site>>(); local 312 if (hosts.containsKey(host)) { 313 hostSites = (Set<Site>)hosts.get(host); 316 hosts.put(host, hostSites); 335 if (hosts.containsKey(host)) { 342 Set matchingSites = (Set) hosts.get(host);
|
/external/chromium/chrome/common/extensions/ |
extension_unittest.cc | 850 ExtensionExtent hosts; local [all...] |
extension.cc | 355 const std::vector<std::string> hosts) { 356 CHECK(hosts.size() > 0); 360 switch (hosts.size()) { 364 UTF8ToUTF16(hosts[0])); 369 UTF8ToUTF16(hosts[0]), 370 UTF8ToUTF16(hosts[1])); 375 UTF8ToUTF16(hosts[0]), 376 UTF8ToUTF16(hosts[1]), 377 UTF8ToUTF16(hosts[2])); 383 UTF8ToUTF16(hosts[0]) 483 std::vector<std::string> hosts = GetDistinctHostsForDisplay( local [all...] |
/external/webkit/Source/WebCore/platform/network/cf/ |
ResourceHandleCFNet.cpp | 109 static HashSet<String> hosts; local 111 return hosts; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xproto.h | 1267 xListHostsReply hosts; member in union:__anon20044 [all...] |