OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAutoHideSize
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/shelf/
shelf_layout_manager.cc
98
const int ShelfLayoutManager::
kAutoHideSize
= 3;
723
shelf_height =
kAutoHideSize
;
725
shelf_width =
kAutoHideSize
;
828
resistance_free_region = GetPreferredShelfSize() -
kAutoHideSize
;
852
shelf_height = std::max(shelf_height,
kAutoHideSize
);
[
all
...]
shelf_layout_manager_unittest.cc
754
EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::
kAutoHideSize
,
756
EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::
kAutoHideSize
,
769
EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::
kAutoHideSize
,
778
EXPECT_EQ(root->bounds().bottom() - ShelfLayoutManager::
kAutoHideSize
,
[
all
...]
shelf_layout_manager.h
73
static const int
kAutoHideSize
;
/external/chromium_org/ash/system/web_notification/
web_notification_tray.cc
132
ShelfLayoutManager::
kAutoHideSize
:
/external/chromium_org/ash/system/tray/
tray_background_view.cc
454
ShelfLayoutManager::
kAutoHideSize
,
Completed in 95 milliseconds