HomeSort by relevance Sort by last modified time
    Searched refs:map (Results 451 - 475 of 3027) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/instant/
instant_loader_manager.h 9 #include <map>
85 typedef std::map<TemplateURLID, InstantLoader*> Loaders;
  /external/chromium/chrome/browser/net/
referrer.h 19 #include <map>
87 // A list of domain names to pre-resolve. The names are the keys to this map,
90 typedef std::map<GURL, ReferrerValue> SubresourceMap;
134 // We put these into a std::map<>, so we need copy constructors.
137 // avoid deep copies during re-alloc of the containing map.
  /external/chromium/chrome/browser/
possible_url_model.h 9 #include <map>
63 // Map Result::index -> Favicon.
64 typedef std::map<size_t, SkBitmap> FaviconMap;
process_info_snapshot.h 11 #include <map>
82 // implementation, we map:
97 // implementation, we map:
118 // map from |int| (PID) to |ProcInfoEntry|
119 std::map<int,ProcInfoEntry> proc_info_entries_;
  /external/chromium/chrome/browser/prefs/
value_map_pref_store.h 14 // A basic PrefStore implementation that uses a simple name-value map for
18 typedef std::map<std::string, Value*>::iterator iterator;
19 typedef std::map<std::string, Value*>::const_iterator const_iterator;
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller.h 16 #include <map>
69 typedef std::map<TabContents*, TabContents*> PrintPreviewTabMap;
  /external/chromium/chrome/browser/profiles/
profile_keyed_service_factory.h 8 #include <map>
97 std::map<Profile*, ProfileKeyedService*> mapping_;
  /external/chromium/chrome/browser/search_engines/
search_host_to_urls_map.h 9 #include <map>
29 // Initializes the map.
33 // Adds a new TemplateURL to the map. Since |template_url| is owned
62 typedef std::map<std::string, TemplateURLSet> HostToURLsMap;
66 // map. (Specifically when the GoogleBaseURLValue changes.)
  /external/chromium/chrome/browser/ssl/
ssl_host_state.h 10 #include <map>
58 std::map<std::string, net::CertPolicy> cert_policy_for_host_;
  /external/chromium/chrome/browser/sync/engine/
model_safe_worker.h 9 #include <map>
66 // A map that details which ModelSafeGroup each syncable::ModelType
69 typedef std::map<syncable::ModelType, ModelSafeGroup>
92 // be trying to sync it), it is not in this map.
syncer_types.h 9 #include <map>
130 typedef std::map<syncable::Id, ConflictSet*> IdToConflictSetMap;
  /external/chromium/chrome/browser/sync/glue/
extension_sync.h 12 #include <map>
33 // A map from extension IDs to ExtensionData objects.
34 typedef std::map<std::string, ExtensionData> ExtensionDataMap;
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.h 5 #include <map>
20 typedef std::map<NSButton*, int> PopupLinks;
  /external/chromium/chrome/common/
devtools_messages.h 42 #include <map>
51 typedef std::map<std::string, std::string> DevToolsRuntimeProperties;
  /external/chromium/net/base/
ev_root_ca_metadata.h 15 #include <map>
62 typedef std::map<SHA1Fingerprint, PolicyOID,
  /external/chromium/net/url_request/
https_prober.h 9 #include <map>
75 std::map<std::string, HTTPSProberDelegate*> inflight_probes_;
url_request_filter.h 23 #include <map>
37 typedef std::map<std::pair<std::string, std::string>,
url_request_throttler_manager.h 9 #include <map>
26 // URLRequestThrottlerManager maintains a map of URL IDs to URL request
77 // map. Resulting IDs will be lowercase and consist of the scheme, host, port
83 // Method that ensures the map gets cleaned from time to time. The period at
98 // that allows us to uniquely map an entry to it.
99 typedef std::map<std::string, scoped_refptr<URLRequestThrottlerEntry> >
106 // Maximum number of entries that we are willing to collect in our map.
111 // Map that contains a list of URL ID and their matching
  /external/chromium/third_party/libjingle/source/talk/base/
linux.h 33 #include <map>
40 // ConfigParser parses a FileStream of an ".ini."-type format into a map.
56 typedef std::map<std::string, std::string> SimpleMap;
  /external/clang/include/clang/Rewrite/Core/
TokenRewriter.h 22 #include <map>
36 /// TokenAtLoc - This map indicates which token exists at a specific
38 /// one to one map. The token can return its own location directly, to map
40 std::map<SourceLocation, TokenRefTy> TokenAtLoc;
  /external/dropbear/libtomcrypt/src/misc/base64/
base64_decode.c 21 static const unsigned char map[256] = { variable
66 c = map[in[x]&0xFF];
  /external/llvm/autoconf/m4/
header_mmap_anonymous.m4 19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
  /external/llvm/include/llvm/Analysis/
IntervalPartition.h 28 #include <map>
41 typedef std::map<BasicBlock*, Interval*> IntervalMapTy;
  /external/llvm/include/llvm/CodeGen/PBQP/
Solution.h 19 #include <map>
29 typedef std::map<Graph::ConstNodeItr, unsigned,
  /external/llvm/projects/sample/autoconf/m4/
header_mmap_anonymous.m4 19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])

Completed in 891 milliseconds

<<11121314151617181920>>