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

  /external/chromium_org/ash/wm/panels/
panel_layout_manager.h 120 PanelInfo() : window(NULL), callout_widget(NULL), slide_in(false) {}
136 bool slide_in; member in struct:ash::internal::PanelLayoutManager::PanelInfo
panel_layout_manager.cc 122 slide_in(false) {}
129 bool slide_in; member in struct:ash::internal::__anon6027::VisiblePanelPositionInfo
365 panel_info.slide_in = true;
545 found->slide_in = true;
631 position_info.slide_in = iter->slide_in;
632 iter->slide_in = false;
658 bool slide_in = visible_panels[i].slide_in; local
685 if (slide_in) {
    [all...]

Completed in 67 milliseconds