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

  /external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc 36 bool notified() const { return notified_; }
37 void clear_notified() { notified_ = false; }
40 bool notified_; member in class:__anon2806::TestNotificationObserver
43 TestNotificationObserver::TestNotificationObserver() : notified_(false) {
52 notified_ = true;
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 1086 volatile bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1107 volatile bool notified_; member in class:testing::internal::Notification
    [all...]

Completed in 680 milliseconds