HomeSort by relevance Sort by last modified time
    Searched refs:map (Results 501 - 525 of 6327) sorted by null

<<21222324252627282930>>

  /external/chromium/webkit/glue/
password_form.h 9 #include <map>
143 // Map username to PasswordForm* for convenience. See password_form_manager.h.
144 typedef std::map<string16, PasswordForm*> PasswordFormMap;
  /external/chromium_org/ash/display/
display_layout_store.h 8 #include <map>
61 std::map<DisplayIdPair, DisplayLayout> paired_layouts_;
output_configurator_animation.h 8 #include <map>
55 std::map<aura::RootWindow*, ui::Layer*> hiding_layers_;
  /external/chromium_org/base/android/jni_generator/
sample_for_tests.h 6 #include <map>
40 std::map<long, std::string> map_;
  /external/chromium_org/chrome/browser/android/
resource_mapper.cc 7 #include <map>
15 typedef std::map<int, int> ResourceMap;
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_cookie_helper.h 8 #include <map>
46 std::map<const std::string, bool> cookies_;
mock_browsing_data_database_helper.h 9 #include <map>
51 std::map<const std::string, bool> databases_;
mock_browsing_data_file_system_helper.h 9 #include <map>
54 std::map<const std::string, bool> file_systems_;
mock_browsing_data_local_storage_helper.h 9 #include <map>
49 std::map<const GURL, bool> origins_;
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_ca_client.h 8 #include <map>
37 typedef std::map<const net::URLFetcher*, DataCallback> FetcherCallbackMap;
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_access_permissions.h 8 #include <map>
35 typedef std::map<std::string, PathSet> PathAccessMap;
  /external/chromium_org/chrome/browser/chromeos/login/
mount_manager.h 8 #include <map>
39 typedef std::map<std::string, base::FilePath> UserToPathMap;
  /external/chromium_org/chrome/browser/chromeos/notifications/
balloon_view_host_chromeos.h 10 #include <map>
48 // A map of message name -> message handling callback.
49 typedef std::map<std::string, MessageCallback> MessageCallbackMap;
  /external/chromium_org/chrome/browser/chromeos/system/
syslogs_provider.h 8 #include <map>
25 typedef std::map<std::string, std::string> LogDictionaryType;
  /external/chromium_org/chrome/browser/chromeos/system_logs/
system_logs_fetcher_base.h 8 #include <map>
17 typedef std::map<std::string, std::string> SystemLogsResponse;
  /external/chromium_org/chrome/browser/feedback/
tracing_manager.h 8 #include <map>
69 std::map<int, scoped_refptr<base::RefCountedString> > trace_data_;
  /external/chromium_org/chrome/browser/history/
visit_tracker.h 8 #include <map>
51 typedef std::map<const void*, TransitionList*> HostList;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_map_service.h 8 #include <map>
20 // manages the device map entries.
28 // Adds the MTP device delegate to the map service. |device_location|
34 // Removes the MTP device delegate from the map service. |device_location|
51 typedef std::map<base::FilePath::StringType, MTPDeviceAsyncDelegate*>
62 // Map of attached mtp device async delegates.
  /external/chromium_org/chrome/browser/media_galleries/win/
portable_device_map_service.h 9 #include <map>
24 // Adds the portable |device| interface to the map service for the device
34 // remove the IPortableDevice interface from the map service.
39 // Removes the IPortableDevice interface from the map service for the device
65 typedef std::map<const string16, PortableDeviceInfo> PortableDeviceMap;
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_external_data_manager.h 8 #include <map>
40 typedef std::map<std::string, MetadataEntry> Metadata;
  /external/chromium_org/chrome/browser/policy/
policy_domain_descriptor.h 8 #include <map>
26 typedef std::map<std::string, const PolicySchema*> SchemaMap;
  /external/chromium_org/chrome/browser/prefs/
synced_pref_change_registrar.h 8 #include <map>
49 typedef std::map<std::string, NamedChangeCallback> ObserverMap;
  /external/chromium_org/chrome/browser/printing/
print_preview_data_service.h 8 #include <map>
42 // Remove the corresponding PrintPreviewUI entry from the map.
54 typedef std::map<int32, scoped_refptr<PrintPreviewDataStore> >
  /external/chromium_org/chrome/browser/storage_monitor/
mtab_watcher_linux.h 16 #include <map>
30 typedef std::map<base::FilePath, base::FilePath> MountPointDeviceMap;
  /external/chromium_org/chrome/browser/sync/glue/
backend_data_type_configurer.h 8 #include <map>
33 typedef std::map<syncer::ModelType, DataTypeConfigState>

Completed in 1043 milliseconds

<<21222324252627282930>>