OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindById
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer_browsertest.cc
85
EXPECT_FALSE(notification_manager->
FindById
(kTestBatteryAddress) != NULL);
93
EXPECT_TRUE(notification_manager->
FindById
(kTestBatteryAddress) != NULL);
102
EXPECT_FALSE(notification_manager->
FindById
(kTestBatteryAddress) != NULL);
111
EXPECT_FALSE(notification_manager->
FindById
(kTestBatteryAddress) != NULL);
120
EXPECT_FALSE(notification_manager->
FindById
(kTestBatteryAddress) != NULL);
152
EXPECT_TRUE(notification_manager->
FindById
(kTestBatteryAddress) != NULL);
155
EXPECT_FALSE(notification_manager->
FindById
(kTestBatteryAddress) != NULL);
/external/chromium_org/chrome/browser/notifications/
notification_ui_manager.h
37
virtual const Notification*
FindById
(
balloon_collection_base.h
37
virtual const Notification*
FindById
(const std::string& id) const;
balloon_collection.h
58
virtual const Notification*
FindById
(const std::string& id) const = 0;
balloon_notification_ui_manager.h
47
virtual const Notification*
FindById
(
balloon_collection_base.cc
38
const Notification* BalloonCollectionBase::
FindById
(
balloon_notification_ui_manager.cc
113
const Notification* BalloonNotificationUIManager::
FindById
(
121
return balloon_collection_->
FindById
(id);
balloon_collection_impl.h
49
virtual const Notification*
FindById
(const std::string& id) const OVERRIDE;
message_center_notification_manager.h
55
virtual const Notification*
FindById
(
balloon_collection_impl.cc
94
const Notification* BalloonCollectionImpl::
FindById
(
96
return base_.
FindById
(id);
message_center_notification_manager.cc
150
const Notification* MessageCenterNotificationManager::
FindById
(
/external/chromium_org/chrome/browser/component_updater/
crx_update_item.h
119
class
FindById
{
121
explicit
FindById
(const std::string& id) : id_(id) {}
component_updater_service.cc
451
CrxUpdateItem::
FindById
finder(id);
[
all
...]
/external/chromium_org/chrome/browser/ui/ash/
screenshot_taker_unittest.cc
131
EXPECT_TRUE(g_browser_process->notification_ui_manager()->
FindById
(
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_unittest.cc
69
virtual const Notification*
FindById
(const std::string& id) const OVERRIDE {
chrome_notifier_service_unittest.cc
85
virtual const Notification*
FindById
(const std::string& id) const OVERRIDE {
/external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc
539
g_browser_process->notification_ui_manager()->
FindById
(
Completed in 254 milliseconds