Searched
refs:map (Results
601 -
625 of
7461) sorted by null
<<21222324252627282930>>
/external/apache-http/src/org/apache/http/protocol/ |
HttpRequestHandlerRegistry.java | 34 import java.util.Map; 37 * Maintains a map of HTTP request handlers keyed by a request URI pattern. 67 public void setHandlers(final Map map) { 68 matcher.setHandlers(map);
|
/external/chromium_org/ash/display/ |
display_configurator_animation.h | 8 #include <map> 57 std::map<aura::Window*, ui::Layer*> hiding_layers_;
|
display_layout_store.h | 8 #include <map> 60 std::map<DisplayIdPair, DisplayLayout> paired_layouts_;
|
/external/chromium_org/base/android/jni_generator/ |
sample_for_tests.h | 6 #include <map> 44 std::map<long, std::string> map_;
|
/external/chromium_org/cc/debug/ |
picture_record_benchmark.h | 8 #include <map> 33 std::map<std::pair<int, int>, TotalTime> times_;
|
/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_indexed_db_helper.h | 9 #include <map> 48 std::map<GURL, bool> origins_;
|
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> 38 typedef std::map<std::string, PathSet> PathAccessMap;
|
/external/chromium_org/chrome/browser/chromeos/login/auth/ |
mount_manager.h | 8 #include <map> 39 typedef std::map<std::string, base::FilePath> UserToPathMap;
|
/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/feedback/system_logs/ |
system_logs_fetcher_base.h | 8 #include <map> 17 typedef std::map<std::string, std::string> SystemLogsResponse;
|
/external/chromium_org/chrome/browser/history/ |
visit_tracker.h | 8 #include <map> 51 typedef std::map<ContextID, TransitionList*> ContextList;
|
/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/ |
background_printing_manager.h | 8 #include <map> 31 typedef std::map<content::WebContents*, Observer*> WebContentsObserverMap; 56 // A map from print preview WebContentses (managed by
|
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/ui/ |
settings_window_manager.h | 8 #include <map> 46 typedef std::map<Profile*, SessionID::id_type> ProfileSessionMap;
|
/external/chromium_org/chrome/browser/ui/webui/ |
cookies_tree_model_util.h | 8 #include <map> 43 typedef std::map<const CookieTreeNode*, int32> CookieTreeNodeMap; 54 // Reverse look up map to find the ID for a node.
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
favicon_webui_handler.h | 8 #include <map> 50 // Map from request ID to DOM ID so we can make the appropriate callback when 51 // the favicon request comes back. This map exists because 53 std::map<int, std::string> dom_id_map_;
|
/external/chromium_org/chrome/common/media_galleries/ |
iphoto_library.h | 11 #include <map> 32 typedef std::map<std::string /*album name*/, Album> Albums;
|
/external/chromium_org/chrome/renderer/net/ |
renderer_net_predictor.h | 17 // schedules a future continuation of the task, and keeps the map of already 24 #include <map> 45 // names in map are sent, or ...) then a task to continue processing is 53 // ExtractBufferedNames pulls names from queue into the map, reducing or 71 // This discards ALL queue entries, and map entries. 85 typedef std::map<std::string, int> DomainUseMap;
|
Completed in 866 milliseconds
<<21222324252627282930>>