HomeSort by relevance Sort by last modified time
    Searched defs:notified (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc 329 static bool notified = false; local
330 if (notified)
332 notified = true;
341 static bool notified = false; local
343 if (notified)
345 notified = true;
376 static bool notified = false; local
377 if (notified)
379 notified = true;
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java 165 public boolean notified() { method in class:LocationBasedCountryDetectorTest.CountryListenerImpl
215 assertTrue(countryListener.notified());
240 assertTrue(countryListener.notified());
259 assertFalse(countryListener.notified());
281 assertTrue(countryListener.notified());
317 // CountryListener should be notified
318 assertTrue(countryListener.notified());
340 // CountryListener should be notified
341 assertTrue(countryListener.notified());
  /external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc 36 bool notified() const { return notified_; } function in class:__anon4624::TestNotificationObserver
303 EXPECT_FALSE(observer_->notified());
310 EXPECT_FALSE(observer_->notified());
317 EXPECT_TRUE(observer_->notified());
326 EXPECT_FALSE(observer_->notified());
335 EXPECT_FALSE(observer_->notified());
347 EXPECT_FALSE(observer_->notified());
356 EXPECT_TRUE(observer_->notified());
364 EXPECT_FALSE(observer_->notified());
373 EXPECT_FALSE(observer_->notified());
    [all...]
  /external/chromium/chrome/browser/ui/
browser_list.cc 197 static bool notified = false; local
198 if (!notified) {
202 notified = true;
281 // SessionService is created and notified.
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 239 bool notified() { return events_ > 0; } function in class:__anon7256::NotificationCounter
689 ASSERT_TRUE(counter.notified());
693 ASSERT_TRUE(counter.notified());
697 ASSERT_TRUE(counter.notified());
701 ASSERT_TRUE(counter.notified());
    [all...]
  /external/chromium_org/chrome/browser/google/
google_url_tracker_unittest.cc 76 bool notified() const { return notified_; } function in class:__anon7744::TestNotificationObserver
235 bool observer_notified() const { return observer_.notified(); }
349 // we need to spin the message loop so the tracker will actually be notified.
    [all...]
  /external/chromium_org/ui/compositor/
layer_unittest.cc 265 // Remembers if it has been notified.
272 bool notified() const { return started_ && ended_; } function in class:ui::__anon17539::TestCompositorObserver
838 // Checks that compositor observers are notified when:
852 // Explicitly called DrawTree should cause the observers to be notified.
855 EXPECT_TRUE(observer.notified());
867 EXPECT_TRUE(observer.notified());
873 EXPECT_TRUE(observer.notified());
879 EXPECT_TRUE(observer.notified());
885 EXPECT_TRUE(observer.notified());
895 EXPECT_TRUE(observer.notified());
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 77 boolean notified; field in class:IInputMethodWrapper.Notifier
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 1224 const bool notified = notified_; local
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 1224 const bool notified = notified_; local
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 173 struct _MDCVar *cv; /* the condition variable notified */
174 PRIntn times; /* and the number of times notified */
193 struct _MDNotified notified; /* array of conditions notified */ member in struct:_MDLock
376 if (0 != (lock)->notified.length) { \
389 if (0 != (lock)->notified.length) { \
_win95.h 164 struct _MDCVar *cv; /* the condition variable notified */
165 PRIntn times; /* and the number of times notified */
180 struct _MDNotified notified; /* array of conditions notified */ member in struct:_MDLock
381 #define _MD_NEW_LOCK(lock) (InitializeCriticalSection(&((lock)->mutex)),(lock)->notified.length=0,(lock)->notified.link=NULL,PR_SUCCESS)
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2331 const bool notified = notified_; local
    [all...]

Completed in 1617 milliseconds