Searched
refs:map (Results
651 -
675 of
7461) sorted by null
<<21222324252627282930>>
/external/chromium_org/net/socket_stream/ |
socket_stream_job_manager.h | 8 #include <map> 33 typedef std::map<std::string, SocketStreamJob::ProtocolFactory*> FactoryMap;
|
/external/chromium_org/net/ssl/ |
ssl_client_auth_cache.h | 8 #include <map> 56 typedef std::map<AuthCacheKey, AuthCacheValue> AuthCacheMap; 58 // internal representation of cache, an STL map.
|
/external/chromium_org/net/url_request/ |
url_request_job_factory_impl.h | 8 #include <map> 44 typedef std::map<std::string, ProtocolHandler*> ProtocolHandlerMap;
|
/external/chromium_org/net/websockets/ |
websocket_throttle.h | 9 #include <map> 51 typedef std::map<IPEndPoint, ConnectingQueue> ConnectingAddressMap;
|
/external/chromium_org/ppapi/shared_impl/ |
callback_tracker.h | 8 #include <map> 92 typedef std::map<PP_Resource, CallbackSet> CallbackSetMap;
|
flash_clipboard_format_registry.h | 8 #include <map> 55 // A map of custom format ID to format name. 56 typedef std::map<uint32_t, std::string> FormatMap;
|
/external/chromium_org/remoting/client/ |
key_event_mapper.h | 8 #include <map> 18 // Filtering InputStub which can be used to re-map the USB keycodes of events 45 std::map<uint32,uint32> mapped_keys;
|
/external/chromium_org/remoting/jingle_glue/ |
server_log_entry.h | 8 #include <map> 20 // a wrapper around a key/value map and is copyable so it can be used in STL 57 typedef std::map<std::string, std::string> ValuesMap;
|
/external/chromium_org/sandbox/mac/ |
policy.h | 10 #include <map> 52 typedef std::map<std::string, Rule> NamedRules; 61 // A map of bootstrap server names to policy Rules.
|
/external/chromium_org/sync/api/attachments/ |
attachment.h | 8 #include <map> 60 typedef std::map<AttachmentId, Attachment> AttachmentMap;
|
/external/chromium_org/sync/syncable/ |
parent_child_index.h | 8 #include <map> 54 typedef std::map<syncable::Id, OrderedChildSet*> ParentChildrenMap; 56 // A map of parent IDs to children. 57 // Parents with no children are not included in this map.
|
/external/chromium_org/sync/util/ |
extensions_activity.h | 8 #include <map> 38 typedef std::map<std::string, Record> Records;
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
WebSocketHandshakeRequest.cpp | 53 void WebSocketHandshakeRequest::addAndMergeHeader(HTTPHeaderMap* map, const AtomicString& name, const AtomicString& value) 55 HTTPHeaderMap::AddResult result = map->add(name, value);
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
Macro.h | 10 #include <map> 46 typedef std::map<std::string, Macro> MacroSet;
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/ |
trie.h | 21 #include <map> 60 std::map<char, Trie<T>*> sub_nodes_;
|
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/ |
ondemand_supplier.h | 23 #include <map> 64 std::map<std::string, const Rule*> rule_cache_;
|
/external/chromium_org/third_party/libaddressinput/src/cpp/src/ |
lookup_key.h | 22 #include <map> 64 std::map<AddressField, std::string> nodes_;
|
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/ |
AddressVerificationNodeData.java | 20 import java.util.Map; 23 * A map of {@link AddressDataKey}s to JSON strings. Provides data for a single node in the address 31 private final Map<AddressDataKey, String> mMap; 33 public AddressVerificationNodeData(Map<AddressDataKey, String> map) { 34 Util.checkNotNull("Cannot construct StandardNodeData with null map"); 35 mMap = map; 39 * Iterates through the map. 50 * Gets the value for a particular key in the map.
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
muc.h | 31 #include <map> 49 typedef std::map<std::string, MucPresenceStatus> MemberMap; 52 // CallClient, so we completely expose the map.
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
regexp_cache.h | 40 # include <map> 56 typedef std::map<string, const RegExp*> CacheImpl;
|
/external/chromium_org/third_party/ots/src/ |
cff.h | 10 #include <map> 33 // A map from glyph # to font #. 34 std::map<uint16_t, uint8_t> fd_select;
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
ssrc_database.h | 15 #include <map> 55 std::map<uint32_t, uint32_t> _ssrcMap;
|
/external/chromium_org/third_party/webrtc/modules/video_render/linux/ |
video_x11_render.h | 17 #include <map> 51 std::map<int, VideoX11Channel*> _streamIdToX11ChannelMap;
|
/external/chromium_org/third_party/webrtc/video_engine/ |
encoder_state_feedback.h | 17 #include <map> 55 typedef std::map<uint32_t, ViEEncoder*> SsrcEncoderMap;
|
/external/chromium_org/ui/base/accelerators/ |
accelerator_manager.h | 9 #include <map> 79 typedef std::map<Accelerator, AcceleratorTargets> AcceleratorMap;
|
Completed in 1224 milliseconds
<<21222324252627282930>>