Searched refs:kAutoHideSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc95 const int ShelfLayoutManager::kAutoHideSize = 3; member in class:ash::internal::ShelfLayoutManager
747 shelf_height = kAutoHideSize;
749 shelf_width = kAutoHideSize;
857 resistance_free_region = GetPreferredShelfSize() - kAutoHideSize;
881 shelf_height = std::max(shelf_height, kAutoHideSize);
906 shelf_width = std::max(shelf_width, kAutoHideSize);
1114 return kAutoHideSize;
H A Dshelf_layout_manager_unittest.cc821 EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::kAutoHideSize,
823 EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::kAutoHideSize,
836 EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::kAutoHideSize,
845 EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::kAutoHideSize,
982 EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::kAutoHideSize,
1433 EXPECT_EQ(ShelfLayoutManager::kAutoHideSize,
1435 EXPECT_EQ(ShelfLayoutManager::kAutoHideSize, display.work_area().x());
1461 EXPECT_EQ(ShelfLayoutManager::kAutoHideSize,
1463 EXPECT_EQ(ShelfLayoutManager::kAutoHideSize,
1490 EXPECT_EQ(ShelfLayoutManager::kAutoHideSize,
[all...]
H A Dshelf_layout_manager.h78 static const int kAutoHideSize; member in class:ash::internal::ShelfLayoutManager
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc128 ShelfLayoutManager::kAutoHideSize;
175 // Since the work_area is already reduced by kAutoHideSize, the inset width
178 ShelfLayoutManager::kAutoHideSize;

Completed in 161 milliseconds