Searched refs:notified_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dusbsignhandler.js22 this.notified_ = false;
49 this.notified_ = true;
119 if (this.notified_)
121 this.notified_ = true;
150 if (this.notified_)
152 this.notified_ = true;
H A Dusbenrollhandler.js25 this.notified_ = false;
244 if (this.notified_) {
310 if (this.notified_ || this.closed_)
312 this.notified_ = true;
327 if (this.notified_ || this.closed_)
329 this.notified_ = true;
/external/chromium_org/v8/src/base/platform/
H A Dcondition-variable.cc137 volatile bool notified_;
163 event->notified_ = false;
209 if (!result && event->notified_ && waitlist_ != NULL) {
213 waitlist_->notified_ = true;
233 if (event->notified_) {
244 DCHECK(!highest_event->notified_);
246 highest_event->notified_ = true;
257 if (!event->notified_) {
259 event->notified_ = true;
280 DCHECK(event->notified_);
[all...]
/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/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/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/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/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/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 979 milliseconds