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

  /external/chromium_org/ash/shelf/
shelf_button.h 34 STATE_ATTENTION = 1 << 3,
shelf_button.cc 310 if (state & STATE_ATTENTION)
327 if (state & STATE_ATTENTION)
554 if (state_ & (STATE_ACTIVE | STATE_ATTENTION))
shelf_view.cc 278 button->ClearState(ShelfButton::STATE_ATTENTION);
283 button->ClearState(ShelfButton::STATE_ATTENTION);
288 button->ClearState(ShelfButton::STATE_ATTENTION);
293 button->AddState(ShelfButton::STATE_ATTENTION);
    [all...]
shelf_view_unittest.cc     [all...]

Completed in 488 milliseconds