Searched
refs:map (Results
976 -
1000 of
7461) sorted by null
<<31323334353637383940>>
/external/chromium_org/content/browser/service_worker/ |
service_worker_job_coordinator.h | 9 #include <map> 73 typedef std::map<GURL, JobQueue> RegistrationJobMap;
|
service_worker_process_manager.h | 8 #include <map> 97 std::map<int, ProcessInfo> instance_info_;
|
service_worker_script_cache_map.h | 8 #include <map> 28 // Used during the initial run of a new version to build the map 43 typedef std::map<GURL, int64> ResourceIDMap;
|
/external/chromium_org/content/browser/ |
tcmalloc_internals_request_job.h | 8 #include <map> 38 // A map of header strings (e.g. "Browser", "Renderer PID 123") 40 typedef std::map<std::string, std::string> AboutTcmallocOutputsType;
|
/external/chromium_org/content/child/ |
webthread_impl.h | 8 #include <map> 32 typedef std::map<TaskObserver*, TaskObserverAdapter*> TaskObserverMap;
|
worker_task_runner.h | 8 #include <map> 45 typedef std::map<int, blink::WebWorkerRunLoop> IDToLoopMap;
|
/external/chromium_org/content/common/service_worker/ |
service_worker_types.cc | 14 const std::map<std::string, std::string>& headers) 27 const std::map<std::string, std::string>& headers,
|
/external/chromium_org/content/public/browser/ |
session_storage_namespace.h | 8 #include <map> 84 typedef std::map<std::string, scoped_refptr<SessionStorageNamespace> >
|
/external/chromium_org/content/public/common/ |
drop_data.h | 12 #include <map> 74 std::map<base::string16, base::string16> custom_data;
|
/external/chromium_org/content/renderer/media/ |
audio_renderer_mixer_manager.h | 8 #include <map> 74 // Map of MixerKey to <AudioRendererMixer, Count>. Count allows 81 typedef std::map<MixerKey, AudioRendererMixerReference> AudioRendererMixerMap;
|
video_source_handler.h | 8 #include <map> 65 typedef std::map<FrameReaderInterface*, SourceInfo*> SourceInfoMap;
|
/external/chromium_org/content/renderer/pepper/ |
pepper_browser_connection.h | 8 #include <map> 72 std::map<int32_t, PendingResourceIDCallback> pending_create_map_;
|
/external/chromium_org/content/shell/renderer/test_runner/ |
gamepad_controller.h | 8 #include <map> 64 std::map<int, bool> pending_changes_;
|
/external/chromium_org/extensions/browser/ |
computed_hashes.h | 8 #include <map> 40 std::map<base::FilePath, HashInfo> data_;
|
error_map.h | 9 #include <map> 41 // Remove all errors for all extensions, and clear the map. 74 typedef std::map<std::string, ExtensionEntry*> EntryMap;
|
extension_function_registry.h | 8 #include <map> 62 typedef std::map<std::string, FactoryEntry> FactoryMap;
|
runtime_data.h | 8 #include <map> 77 // Map from extension ID to the RuntimeFlags bits. 78 typedef std::map<std::string, int> ExtensionFlagsMap;
|
verified_contents.h | 8 #include <map> 89 std::map<base::FilePath, std::string> root_hashes_;
|
/external/chromium_org/extensions/common/features/ |
base_feature_provider.h | 8 #include <map> 39 typedef std::map<std::string, linked_ptr<Feature> > FeatureMap;
|
feature_provider.cc | 7 #include <map> 39 typedef std::map<std::string, linked_ptr<FeatureProvider> >
|
/external/chromium_org/extensions/renderer/ |
content_watcher.h | 8 #include <map> 66 std::map<blink::WebFrame*, std::set<std::string> > matching_selectors_;
|
resource_bundle_source_map.h | 8 #include <map> 40 std::map<std::string, int> resource_id_map_;
|
user_script_scheduler.h | 8 #include <map> 88 std::map<UserScript::RunLocation, ExecutionQueue> pending_execution_map_;
|
/external/chromium_org/gin/modules/ |
module_runner_delegate.h | 8 #include <map> 34 typedef std::map<std::string, ModuleGetter> BuiltinModuleMap;
|
/external/chromium_org/google_apis/gcm/engine/ |
gservices_settings.h | 8 #include <map> 24 typedef std::map<std::string, std::string> SettingsMap;
|
Completed in 584 milliseconds
<<31323334353637383940>>