Searched
refs:map (Results
926 -
950 of
7461) sorted by null
<<31323334353637383940>>
/external/chromium_org/chrome/browser/extensions/ |
global_shortcut_listener.h | 8 #include <map> 86 // The map of accelerators that have been successfully registered as global 88 typedef std::map<ui::Accelerator, Observer*> AcceleratorMap;
|
test_blacklist.h | 8 #include <map> 36 std::map<std::string, BlacklistState> states_;
|
/external/chromium_org/chrome/browser/extensions/token_cache/ |
token_cache_service.h | 8 #include <map> 56 // Map the token name (string) to token data. 57 std::map<std::string, TokenCacheData> token_cache_;
|
/external/chromium_org/chrome/browser/extensions/updater/ |
extension_cache_fake.h | 8 #include <map> 35 typedef std::map<std::string, std::pair<std::string, base::FilePath> > Map; 39 // Map of know extensions. 40 Map cache_;
|
/external/chromium_org/chrome/browser/local_discovery/ |
service_discovery_device_lister.h | 8 #include <map> 40 typedef std::map<std::string, linked_ptr<ServiceResolver> >
|
/external/chromium_org/chrome/browser/media/ |
audio_stream_monitor.h | 8 #include <map> 92 // not paused) streams will have an entry in this map. 93 typedef std::map<int, ReadPowerAndClipCallback> StreamPollCallbackMap;
|
desktop_streams_registry.h | 8 #include <map> 52 typedef std::map<std::string, ApprovedDesktopMediaStream> StreamsMap;
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
portable_device_map_service.h | 9 #include <map> 22 // Adds the portable |device| interface to the map service for the device 32 // remove the IPortableDevice interface from the map service. 37 // Removes the IPortableDevice interface from the map service for the device 63 typedef std::map<const base::string16, PortableDeviceInfo> PortableDeviceMap;
|
/external/chromium_org/chrome/browser/net/ |
referrer.h | 18 #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_org/chrome/browser/policy/ |
profile_policy_connector_factory.h | 8 #include <map> 81 typedef std::map<Profile*, ProfilePolicyConnector*> ConnectorMap;
|
/external/chromium_org/chrome/browser/ |
process_info_snapshot.h | 10 #include <map> 73 // implementation, we map: 88 // implementation, we map: 109 // map from |int| (PID) to |ProcInfoEntry| 110 std::map<int,ProcInfoEntry> proc_info_entries_;
|
/external/chromium_org/chrome/browser/profile_resetter/ |
jtl_foundation.h | 8 #include <map> 187 mutable std::map<std::string, std::string> cached_hashes_;
|
/external/chromium_org/chrome/browser/search/ |
search_terms_tracker.h | 8 #include <map> 54 typedef std::map<const content::WebContents*, TabData> TabState;
|
/external/chromium_org/chrome/browser/search_engines/ |
search_host_to_urls_map.h | 8 #include <map> 25 // Initializes the map. 29 // Adds a new TemplateURL to the map. Since |template_url| is owned 49 typedef std::map<std::string, TemplateURLSet> HostToURLsMap; 51 // Adds many URLs to the map. 57 // map. (Specifically when the GoogleBaseURLValue changes.)
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_message_filter_mac.h | 8 #include <map> 51 std::map<int,int> tag_map_;
|
/external/chromium_org/chrome/browser/sync/glue/ |
synced_session.h | 8 #include <map> 26 typedef std::map<SessionID::id_type, SessionWindow*> SyncedWindowMap; 55 // Map of windows that make up this session. Windowws are owned by the session
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
search_engines_helper.h | 8 #include <map> 17 typedef std::map<std::string, const TemplateURL*> GUIDToTURLMap;
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
callback_tracker.h | 8 #include <map> 37 typedef std::map<internal::AbortHelper*, base::Closure> AbortClosureByHelper;
|
task_dependency_manager.h | 8 #include <map> 54 std::map<std::string, SubtreeSet> paths_by_app_id_;
|
/external/chromium_org/chrome/browser/task_manager/ |
web_contents_resource_provider.h | 8 #include <map> 73 std::map<content::WebContents*, RendererResource*> resources_;
|
/external/chromium_org/chrome/browser/themes/ |
browser_theme_pack.h | 8 #include <map> 94 typedef std::map<int, gfx::Image> ImageCache; 97 typedef std::map<int, scoped_refptr<base::RefCountedMemory> > RawImages; 100 typedef std::map<uint16, base::StringPiece> RawDataForWriting; 103 typedef std::map<ui::ScaleFactor, base::FilePath> ScaleFactorToFileMap; 106 typedef std::map<int, ScaleFactorToFileMap> FilePathMap; 126 std::map<int, SkColor>* temp_colors); 127 void GenerateMissingColors(std::map<int, SkColor>* temp_colors); 257 // References to raw PNG data. This map isn't touched when |data_pack_| is
|
/external/chromium_org/chrome/browser/ui/blocked_content/ |
popup_blocker_tab_helper.h | 8 #include <map> 31 typedef std::map<int32, GURL> PopupIdMap;
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
accelerators_cocoa.h | 10 #include <map> 18 // This class maintains a map of command_ids to Accelerator objects (see 22 // It is recommended that this class be used as a singleton so that the key map 32 typedef std::map<int, ui::Accelerator> AcceleratorMap; 57 // A map from command_id to Accelerator. The accelerator is fully filled out,
|
/external/chromium_org/chrome/browser/ui/content_settings/ |
content_setting_media_menu_model.h | 8 #include <map> 40 typedef std::map<int, content::MediaStreamDevice> CommandMap;
|
/external/chromium_org/chrome/browser/ui/ |
hung_plugin_tab_helper.h | 8 #include <map> 65 typedef std::map<int, linked_ptr<PluginState> > PluginStateMap;
|
Completed in 614 milliseconds
<<31323334353637383940>>