Searched refs:map_key (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/
H A Dnotification_service_impl.cc39 return map.find(source.map_key()) != map.end();
59 observer_list = observers_[type][source.map_key()];
62 observers_[type][source.map_key()] = observer_list;
83 observers_[type][source.map_key()];
87 observers_[type].erase(source.map_key());
109 *observers_[NOTIFICATION_ALL][AllSources().map_key()],
116 *observers_[NOTIFICATION_ALL][source.map_key()],
124 *observers_[type][AllSources().map_key()],
131 *observers_[type][source.map_key()],
/external/chromium_org/content/public/browser/
H A Dnotification_details.h28 uintptr_t map_key() const { return reinterpret_cast<uintptr_t>(ptr_); } function in class:content::NotificationDetails
H A Dnotification_source.h27 uintptr_t map_key() const { return reinterpret_cast<uintptr_t>(ptr_); } function in class:content::NotificationSource
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dleveldb_wrapper.cc95 const leveldb::Slice map_key = map_iterator_->first; local
96 return (db_key.compare(map_key) < 0) ? db_key : map_key;
108 const leveldb::Slice map_key = map_iterator_->first; local
109 if (db_key.compare(map_key) < 0)
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_manager_browsertest.cc54 source.map_key(), &details));
/external/kernel-headers/original/uapi/sound/
H A Dsfnt_info.h185 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member in struct:soundfont_voice_map
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils.h121 if (!observer.GetDetailsFor(source.map_key(), &my_details))
H A Dui_test_utils.h218 details_[source.map_key()] = *details_ptr;
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcomponent_extension_ime_manager_impl.cc354 const InputMethodNameMap map_key = {name.c_str(), 0}; local
356 std::lower_bound(map, map + map_size, map_key);
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_host_interactive_uitest.cc410 ASSERT_TRUE(observer.GetDetailsFor(notification_source.map_key(), &details));
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc1435 source.map_key(), &details));
1450 source.map_key(), &details));

Completed in 852 milliseconds