Searched refs:hash_map (Results 251 - 275 of 291) sorted by relevance

<<1112

/external/chromium_org/content/renderer/
H A Ddom_serializer_browsertest.cc767 typedef base::hash_map<std::string, std::string> SerializedFrameContentMap;
770 typedef base::hash_map<std::string, bool> SerializationFinishStatusMap;
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc1951 hash_map<int, std::string>::iterator existing_name =
2207 for(base::hash_map<int, std::string>::iterator it = process_labels_.begin();
2219 for(hash_map<int, int>::iterator it = thread_sort_indices_.begin();
2232 for(hash_map<int, std::string>::iterator it = thread_names_.begin();
2324 base::hash_map<int, std::string>::iterator it = process_labels_.find(
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.h386 typedef base::hash_map<GLenum, GLuint> TargetTextureMap;
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.h571 typedef base::hash_map<UIResourceId, UIResourceData>
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_test.cc120 base::hash_map<std::string, SBThreatType> badurls;
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_model_associator.cc187 typedef base::hash_map<int64, const BookmarkNode*> BookmarkIdMap;
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_store_unittest.cc43 typedef base::hash_map<std::string, ArticleEntry> EntryMap;
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc152 typedef base::hash_map<SurfaceTextureMapKey,
/external/chromium_org/content/renderer/pepper/
H A Dv8_var_converter_unittest.cc74 typedef base::hash_map<int64_t, v8::Handle<v8::Value> > VarHandleMap;
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager.h782 typedef base::hash_map<GLuint, scoped_refptr<TextureRef> > TextureMap;
/external/chromium_org/media/base/android/
H A Dmedia_drm_bridge.cc80 typedef base::hash_map<std::string, UUID> KeySystemUuidMap;
/external/chromium_org/net/quic/
H A Dquic_client_session.cc759 for (base::hash_map<QuicStreamId, QuicDataStream*>::const_iterator it
H A Dquic_session.cc16 using base::hash_map;
H A Dquic_session_test.cc33 using base::hash_map;
/external/chromium_org/net/spdy/
H A Dspdy_priority_forest.h127 typedef base::hash_map<NodeId, Node> NodeMap;
H A Dspdy_priority_tree.h151 typedef base::hash_map<NodeId, Node> NodeMap;
/external/chromium_org/tools/android/memdump/
H A Dmemdump.cc126 typedef base::hash_map<uint64, int> PFNMap;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database_unittest.cc99 void ExpectEquivalent(const base::hash_map<Key, Value>& left,
100 const base::hash_map<Key, Value>& right) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc202 // Used only by MSVC and platforms where hash_map is not available.
223 // Used only by MSVC and platforms where hash_map is not available.
293 typedef hash_map<const char*, Symbol,
296 typedef hash_map<PointerStringPair, Symbol,
299 typedef hash_map<const char*, const FileDescriptor*,
302 typedef hash_map<PointerStringPair, const FieldDescriptor*,
305 typedef hash_map<DescriptorIntPair, const FieldDescriptor*,
308 typedef hash_map<EnumIntPair, const EnumValueDescriptor*,
311 // This is a map rather than a hash_map, since we use it to iterate
541 // Start some hash_map an
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc187 // Used only by MSVC and platforms where hash_map is not available.
208 // Used only by MSVC and platforms where hash_map is not available.
277 typedef hash_map<const char*, Symbol,
280 typedef hash_map<PointerStringPair, Symbol,
283 typedef hash_map<const char*, const FileDescriptor*,
286 typedef hash_map<PointerStringPair, const FieldDescriptor*,
289 typedef hash_map<DescriptorIntPair, const FieldDescriptor*,
292 typedef hash_map<EnumIntPair, const EnumValueDescriptor*,
295 // This is a map rather than a hash_map, since we use it to iterate
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc347 typedef base::hash_map<std::string, DownloadQuery::FilterType> FilterTypeMap;
371 typedef base::hash_map<std::string, DownloadQuery::SortType> SortTypeMap;
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_permission_context_unittest.cc144 base::hash_map<int, std::pair<int, bool> > responses_;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h1063 typedef base::hash_map<int64, double> LoadingProgressMap;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc264 // map instead of hash_map so that files are written in order (good when
650 typedef hash_map<string, GeneratorContextImpl*> GeneratorContextMap;
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dmutate.cc583 typedef base::hash_map<uint32, FuzzFunction> FuzzFunctionMap;

Completed in 1506 milliseconds

<<1112