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

  /external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate.cc 71 system_tray_height_ -= kShelfSize - ShelfLayoutManager::kAutoHideSize;
149 // Since the work_area is already reduced by kAutoHideSize, the inset width
151 width = kShelfSize - ShelfLayoutManager::kAutoHideSize;
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 95 const int ShelfLayoutManager::kAutoHideSize = 3;
771 shelf_height = kAutoHideSize;
773 shelf_width = kAutoHideSize;
    [all...]
shelf_layout_manager_unittest.cc 850 EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::kAutoHideSize,
852 EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::kAutoHideSize,
    [all...]
shelf_layout_manager.h 78 static const int kAutoHideSize;

Completed in 133 milliseconds