/external/chromium_org/chrome/browser/chromeos/net/ |
network_portal_notification_controller_unittest.cc | 51 unsigned remove_count() const { return remove_count_; } function in class:chromeos::__anon8002::NotificationObserver 163 EXPECT_EQ(0u, observer().remove_count()); 172 EXPECT_EQ(0u, observer().remove_count()); 179 EXPECT_EQ(1u, observer().remove_count()); 188 EXPECT_EQ(1u, observer().remove_count()); 196 EXPECT_EQ(1u, observer().remove_count());
|
/external/chromium_org/ash/system/chromeos/power/ |
tray_power_unittest.cc | 24 int remove_count() const { return remove_count_; } function in class:__anon6599::MockMessageCenter 110 EXPECT_EQ(0, message_center()->remove_count()); 118 EXPECT_EQ(0, message_center()->remove_count()); 129 EXPECT_EQ(0, message_center()->remove_count()); 135 EXPECT_EQ(1, message_center()->remove_count());
|
/external/chromium_org/ui/wm/core/ |
transient_window_manager_unittest.cc | 33 int remove_count() const { return remove_count_; } function in class:wm::TestTransientWindowObserver 657 EXPECT_EQ(0, test_observer.remove_count()); 661 EXPECT_EQ(1, test_observer.remove_count());
|
/external/lldb/source/Core/ |
ModuleList.cpp | 246 size_t remove_count = 0; local 252 ++remove_count; 259 return remove_count; [all...] |