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

/external/chromium_org/ash/system/web_notification/
H A Dash_popup_alignment_delegate.cc71 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/
H A Dshelf_layout_manager.cc95 const int ShelfLayoutManager::kAutoHideSize = 3; member in class:ash::ShelfLayoutManager
771 shelf_height = kAutoHideSize;
773 shelf_width = kAutoHideSize;
882 resistance_free_region = kShelfSize - kAutoHideSize;
906 shelf_height = std::max(shelf_height, kAutoHideSize);
922 shelf_width = std::max(shelf_width, kAutoHideSize);
1103 return kAutoHideSize;
H A Dshelf_layout_manager_unittest.cc850 EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::kAutoHideSize,
852 EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::kAutoHideSize,
865 EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::kAutoHideSize,
874 EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::kAutoHideSize,
1011 EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::kAutoHideSize,
1468 EXPECT_EQ(ShelfLayoutManager::kAutoHideSize,
1470 EXPECT_EQ(ShelfLayoutManager::kAutoHideSize, display.work_area().x());
1496 EXPECT_EQ(ShelfLayoutManager::kAutoHideSize,
1498 EXPECT_EQ(ShelfLayoutManager::kAutoHideSize,
1525 EXPECT_EQ(ShelfLayoutManager::kAutoHideSize,
[all...]
H A Dshelf_layout_manager.h78 static const int kAutoHideSize; member in class:ash::ShelfLayoutManager

Completed in 855 milliseconds