Searched defs:received_notification_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dpermissions_updater_unittest.cc35 : received_notification_(false), waiting_(false) {
42 received_notification_ = false;
49 if (received_notification_)
57 bool received_notification() const { return received_notification_; }
66 received_notification_ = true;
80 bool received_notification_; member in class:extensions::__anon5071::PermissionsUpdaterListener
/external/chromium_org/chrome/browser/web_resource/
H A Dpromo_resource_service_mobile_ntp_unittest.cc41 NotificationPromoMobileNtpTest() : received_notification_(false) {}
62 received_notification_ = false;
124 bool received_notification_; member in class:NotificationPromoMobileNtpTest
H A Dpromo_resource_service_unittest.cc76 : received_notification_(false),
124 received_notification_ = false;
342 bool received_notification_; member in class:NotificationPromoTest
/external/chromium_org/ui/views/
H A Dview_unittest.cc1919 VisibleBoundsView() : received_notification_(false) {}
1922 bool received_notification() const { return received_notification_; }
1924 received_notification_ = received;
1933 received_notification_ = true;
1936 bool received_notification_; member in class:views::VisibleBoundsView

Completed in 312 milliseconds