Home
last modified time | relevance | path

Searched refs:control_button_edge_spacing (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_navigation_widget.cc49 ShelfConfig::Get()->control_button_edge_spacing(is_shelf_horizontal), in GetFirstButtonBounds()
50 ShelfConfig::Get()->control_button_edge_spacing(!is_shelf_horizontal), in GetFirstButtonBounds()
59 return gfx::Rect(ShelfConfig::Get()->control_button_edge_spacing( in GetSecondButtonBounds()
63 ShelfConfig::Get()->control_button_edge_spacing( in GetSecondButtonBounds()
739 2 * ShelfConfig::Get()->control_button_edge_spacing( in CalculateIdealSize()
747 minor_axis_spacing = 2 * ShelfConfig::Get()->control_button_edge_spacing( in CalculateIdealSize()
H A Dhome_button.cc179 button_bounds.Inset(-ShelfConfig::Get()->control_button_edge_spacing( in DoesIntersectRect()
181 -ShelfConfig::Get()->control_button_edge_spacing( in DoesIntersectRect()
H A Dshelf_widget_unittest.cc197 nav_width -= ShelfConfig::Get()->control_button_edge_spacing( in TEST_P()
247 ShelfConfig::Get()->control_button_edge_spacing( in TEST_F()
258 ShelfConfig::Get()->control_button_edge_spacing( in TEST_F()
H A Dshelf_config.cc317 int ShelfConfig::control_button_edge_spacing(bool is_primary_axis_edge) const { in control_button_edge_spacing() function in ash::ShelfConfig
H A Dhome_button_unittest.cc324 ShelfConfig::Get()->control_button_edge_spacing( in TEST_P()
349 EXPECT_EQ(ShelfConfig::Get()->control_button_edge_spacing( in TEST_P()
H A Dhotseat_widget.cc847 : ShelfConfig::Get()->control_button_edge_spacing( in CalculateTargetBoundsSize()
H A Dshelf_layout_manager_unittest.cc3722 ShelfConfig::Get()->control_button_edge_spacing( in TEST_F()
3726 ShelfConfig::Get()->control_button_edge_spacing( in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/
H A Dshelf_config.h116 int control_button_edge_spacing(bool is_primary_axis_edge) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/
H A Dstatus_area_widget_delegate.cc248 right_edge = ShelfConfig::Get()->control_button_edge_spacing( in SetBorderOnChild()