/external/chromium_org/content/browser/ |
notification_service_impl.cc | 39 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/ |
notification_source.h | 27 uintptr_t map_key() const { return reinterpret_cast<uintptr_t>(ptr_); } function in class:content::NotificationSource
|
notification_details.h | 28 uintptr_t map_key() const { return reinterpret_cast<uintptr_t>(ptr_); } function in class:content::NotificationDetails
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
sfnt_info.h | 185 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member in struct:soundfont_voice_map
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
sfnt_info.h | 185 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member in struct:soundfont_voice_map
|
/external/chromium_org/chrome/test/base/ |
interactive_test_utils.h | 116 if (!observer.GetDetailsFor(source.map_key(), &my_details))
|
ui_test_utils.h | 211 details_[source.map_key()] = *details_ptr;
|
/external/chromium/chrome/browser/extensions/ |
extension_history_api.cc | 73 if (profiles_.find(source.map_key()) == profiles_.end()) 74 profiles_[source.map_key()] = profile; 93 ProfileMap::iterator it = profiles_.find(source.map_key());
|
/external/chromium_org/chrome/browser/ui/views/ |
find_bar_host_interactive_uitest.cc | 410 ASSERT_TRUE(observer.GetDetailsFor(notification_source.map_key(), &details));
|
/external/chromium/chrome/browser/ |
browser_browsertest.cc | 578 source.map_key(), &lang)); 592 source.map_key(), &lang));
|
/external/chromium/chrome/browser/chromeos/notifications/ |
notification_browsertest.cc | 118 reinterpret_cast<PanelController::State*>(details.map_key());
|
notification_panel.cc | 610 reinterpret_cast<PanelController::State*>(details.map_key());
|
/external/chromium/chrome/browser/metrics/ |
metrics_service.cc | [all...] |
/external/chromium/chrome/browser/automation/ |
automation_provider_observers.cc | 110 source.map_key(), 114 TabTimeMap::iterator iter = loading_tabs_.find(source.map_key()); 116 finished_tabs_.insert(source.map_key()); [all...] |
/external/chromium_org/chrome/browser/automation/ |
automation_provider_observers.cc | 140 source.map_key(), 144 TabTimeMap::iterator iter = loading_tabs_.find(source.map_key()); 146 finished_tabs_.insert(source.map_key()); [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser_browsertest.cc | [all...] |
/external/chromium_org/chrome/browser/translate/ |
translate_manager_browsertest.cc | [all...] |