Searched refs:map_key (Results 1 - 9 of 9) 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/translate/
H A Dtranslate_manager_browsertest.cc52 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.h116 if (!observer.GetDetailsFor(source.map_key(), &my_details))
H A Dui_test_utils.h222 details_[source.map_key()] = *details_ptr;
/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.cc1432 source.map_key(), &details));
1447 source.map_key(), &details));

Completed in 1220 milliseconds