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

  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 90 return auto_hide_behavior_;
337 ShelfAutoHideBehavior auto_hide_behavior_; member in class:ash::ShelfLayoutManager
shelf_layout_manager.cc 193 auto_hide_behavior_(SHELF_AUTO_HIDE_BEHAVIOR_NEVER),
224 if (auto_hide_behavior_ == behavior)
226 auto_hide_behavior_ = behavior;
230 auto_hide_behavior_));
299 switch(auto_hide_behavior_) {
494 if (auto_hide_behavior_ != new_auto_hide_behavior)
    [all...]

Completed in 111 milliseconds