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

  /external/chromium/chrome/browser/notifications/
notification_ui_manager.cc 52 is_user_active_(true) {
143 if (is_user_active_)
148 bool is_user_active_previously = is_user_active_;
149 is_user_active_ = CalculateIdleState(0) != IDLE_STATE_LOCKED &&
151 if (is_user_active_ == is_user_active_previously)
154 if (is_user_active_) {
notification_ui_manager.h 114 bool is_user_active_; member in class:NotificationUIManager

Completed in 2217 milliseconds