HomeSort by relevance Sort by last modified time
    Searched refs:IsWatching (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/memory/
scoped_vector_unittest.cc 109 bool IsWatching(LifeCycleObject* object) const {
135 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()));
147 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()));
159 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()));
175 EXPECT_TRUE(first_watcher.IsWatching(scoped_vector[0]));
176 EXPECT_FALSE(second_watcher.IsWatching(scoped_vector[0]));
181 EXPECT_FALSE(first_watcher.IsWatching(scoped_vector[1]));
182 EXPECT_TRUE(second_watcher.IsWatching(scoped_vector[1]));
189 EXPECT_TRUE(first_watcher.IsWatching(scoped_vector[0]));
198 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()))
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
scoped_vector_unittest.cc 102 bool IsWatching(LifeCycleObject* object) const {
128 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()));
140 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()));
152 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()));
168 EXPECT_TRUE(first_watcher.IsWatching(scoped_vector[0]));
169 EXPECT_FALSE(second_watcher.IsWatching(scoped_vector[0]));
174 EXPECT_FALSE(first_watcher.IsWatching(scoped_vector[1]));
175 EXPECT_TRUE(second_watcher.IsWatching(scoped_vector[1]));
182 EXPECT_TRUE(first_watcher.IsWatching(scoped_vector[0]));
191 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()))
    [all...]

Completed in 749 milliseconds