HomeSort by relevance Sort by last modified time
    Searched refs:map (Results 551 - 575 of 7461) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/task_manager/
child_process_resource_provider.h 8 #include <map>
66 typedef std::map<base::ProcessHandle, ChildProcessResource*>
72 typedef std::map<int, ChildProcessResource*> PidResourceMap;
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile_store.h 8 #include <map>
33 typedef std::map<base::FilePath, base::Callback<void(Profile*)> >
37 typedef std::map<base::FilePath, Profile*> ProfilesByPath;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
popup.js 25 var map = document.getElementById("map");
27 map.src = src;
28 map.addEventListener('click', function () {
39 function map() { function
45 window.onload = map;
  /external/chromium_org/chromeos/audio/
audio_devices_pref_handler_stub.h 10 #include <map>
20 typedef std::map<uint64, bool> AudioDeviceMute;
21 typedef std::map<uint64, int> AudioDeviceVolumeGain;
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_manager_client.h 8 #include <map>
56 // Map of a D-Bus object path to the FakeBluetoothProfileServiceProvider
60 typedef std::map<dbus::ObjectPath, FakeBluetoothProfileServiceProvider*>
64 // Map of Profile UUID to the D-Bus object path of the service provider
67 typedef std::map<std::string, dbus::ObjectPath> ProfileMap;
  /external/chromium_org/components/autofill/core/common/
password_form_fill_data.h 8 #include <map>
21 // Defined so that this struct can be used as a key in a std::map.
38 typedef std::map<base::string16, PasswordAndRealm> LoginCollection;
39 typedef std::map<UsernamesCollectionKey,
  /external/chromium_org/components/invalidation/
invalidation_logger.h 8 #include <map>
52 void OnUpdateIds(std::map<std::string, syncer::ObjectIdSet> updated_ids);
84 // The map that contains every object id that is currently registered
86 std::map<std::string, syncer::ObjectIdSet> latest_ids_;
88 // The map that counts how many invalidations per objectId there has been.
invalidator_registrar.h 8 #include <map>
74 // Gets a new map for the name of invalidator handlers and their
77 std::map<std::string, ObjectIdSet> GetSanitizedHandlersIdsMap();
85 typedef std::map<InvalidationHandler*, ObjectIdSet> HandlerIdsMap;
  /external/chromium_org/components/nacl/browser/
nacl_broker_service_win.h 8 #include <map>
49 typedef std::map<std::string, base::WeakPtr<NaClProcessHost> >
51 typedef std::map<int, base::WeakPtr<NaClProcessHost> >
  /external/chromium_org/extensions/common/permissions/
permissions_info.h 8 #include <map>
65 typedef std::map<APIPermission::ID, APIPermissionInfo*> IDMap;
68 typedef std::map<std::string, APIPermissionInfo*> NameMap;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_var_manager.h 8 #include <map>
16 typedef std::map<std::string, PP_Var> FakeDictType;
47 typedef std::map<Id, FakeVarData> VarMap;
  /external/chromium_org/net/quic/
quic_stream_sequencer.h 8 #include <map>
14 using std::map;
106 typedef map<QuicStreamOffset, string> FrameMap;
  /external/chromium_org/ppapi/cpp/
module.h 8 #include <map>
31 typedef std::map<PP_Instance, Instance*> InstanceMap;
167 typedef std::map<std::string, const void*> InterfaceMap;
  /external/chromium_org/ppapi/proxy/
resource_reply_thread_registrar.h 8 #include <map>
51 typedef std::map<int32_t, scoped_refptr<base::MessageLoopProxy> >
53 typedef std::map<PP_Resource, SequenceNumberMap> ResourceMap;
  /external/chromium_org/sandbox/mac/
bootstrap_sandbox.h 10 #include <map>
106 std::map<int, const BootstrapSandboxPolicy> policies_;
109 std::map<base::ProcessHandle, int> sandboxed_processes_;
  /external/chromium_org/sync/engine/
commit.h 8 #include <map>
40 const std::map<ModelType, CommitContribution*>&
67 typedef std::map<ModelType, CommitContribution*> ContributionMap;
  /external/chromium_org/sync/notifier/
object_id_invalidation_map.h 8 #include <map>
22 // Creates an invalidation map that includes an 'unknown version'
32 // Returns true if this map contains no invalidations.
38 // Inserts a new invalidation into this map.
41 // Returns a new map containing the subset of invaliations from this map
49 // Returns the contents of this map in a single vector.
55 // Serialize this map to a value.
58 // Deserialize the value into a map and use it to re-initialize this object.
61 // Prints the contentes of this map as a human-readable string
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
fake_storage.cc 17 #include <map>
33 std::map<std::string, std::string>::const_iterator data_it = data_.find(key);
40 std::map<std::string, std::string>::const_iterator data_it = data_.find(key);
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
ondemand_supply_task.h 22 #include <map>
43 std::map<std::string, const Rule*>* rules,
61 std::map<std::string, const Rule*>* const rule_cache_;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_render.h 63 int map[VERT_ATTRIB_MAX]; member in struct:nouveau_render_state
74 for (i = 0; attr = (render)->map[i], i < NUM_VERTEX_ATTRS; i++)
77 for (i = 0; attr = (render)->map[i], i < render->attr_count; i++) \
  /external/chromium_org/third_party/re2/re2/
prefilter_tree.h 19 #include <map>
27 typedef std::map<int, int> StdIntMap;
112 // Map node string to canonical Prefilter node.
113 map<string, Prefilter*> node_map_;
  /external/chromium_org/ui/base/clipboard/
custom_data_helper.h 5 // Due to restrictions of most operating systems, we don't directly map each
13 #include <map>
47 std::map<base::string16, base::string16>* result);
50 const std::map<base::string16, base::string16>& data,
  /external/chromium_org/ui/base/cursor/
cursor_loader_x11.h 9 #include <map>
45 // A map to hold all image cursors. It maps the cursor ID to the X Cursor.
46 typedef std::map<int, ::Cursor> ImageCursorMap;
49 // A map to hold all animated cursors. It maps the cursor ID to the pair of
52 typedef std::map<int, std::pair< ::Cursor, XcursorImages*> >
  /external/chromium_org/ui/events/x/
device_list_cache_x.h 11 #include <map>
61 std::map<Display*, XDeviceList> x_dev_list_map_;
62 std::map<Display*, XIDeviceList> xi_dev_list_map_;
  /external/clang/test/SemaCXX/
PR11358.cpp 30 void MapTest(hash_map<KeyType, ValueType> map) {
31 for (hash_map<KeyType, ValueType>::const_iterator it = map.begin(); // expected-error{{missing 'typename'}}
32 it != map.end(); it++) {

Completed in 1818 milliseconds

<<21222324252627282930>>