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 32 STATE_ATTENTION = 1 << 3,
shelf_button.cc 287 if (state & STATE_ATTENTION)
296 if (state & STATE_ATTENTION)
shelf_view.cc 292 button->ClearState(ShelfButton::STATE_ATTENTION);
297 button->ClearState(ShelfButton::STATE_ATTENTION);
302 button->ClearState(ShelfButton::STATE_ATTENTION);
307 button->AddState(ShelfButton::STATE_ATTENTION);
    [all...]
shelf_view_unittest.cc     [all...]

Completed in 285 milliseconds