Searched defs:notified_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker_unittest.cc38 bool notified() const { return notified_; }
39 void clear_notified() { notified_ = false; }
44 bool notified_; member in class:__anon6529::TestCallbackListener
48 TestCallbackListener::TestCallbackListener() : notified_(false) {
55 notified_ = true;
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1087 Notification() : notified_(false) {}
1091 void Notify() { notified_ = true; }
1096 while(!notified_) {
1102 volatile bool notified_; member in class:testing::internal::Notification
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1097 Notification() : notified_(false) {}
1101 void Notify() { notified_ = true; }
1106 while(!notified_) {
1112 volatile bool notified_; member in class:testing::internal::Notification
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1087 Notification() : notified_(false) {}
1091 void Notify() { notified_ = true; }
1096 while(!notified_) {
1102 volatile bool notified_; member in class:testing::internal::Notification
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1435 Notification() : notified_(false) {
1446 notified_ = true;
1455 const bool notified = notified_;
1465 bool notified_; member in class:testing::internal::Notification
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1204 Notification() : notified_(false) {
1215 notified_ = true;
1224 const bool notified = notified_;
1234 bool notified_; member in class:testing::internal::Notification
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2311 Notification() : notified_(false) {
2322 notified_ = true;
2331 const bool notified = notified_;
2341 bool notified_; member in class:std::tr1::Notification
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2311 Notification() : notified_(false) {
2322 notified_ = true;
2331 const bool notified = notified_;
2341 bool notified_; member in class:std::tr1::Notification

Completed in 696 milliseconds