Home
last modified time | relevance | path

Searched refs:LAYOUT_DESKTOP (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/base/
Dlayout.h18 LAYOUT_DESKTOP, enumerator
Dlayout.cc75 return LAYOUT_DESKTOP; in GetDisplayLayout()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab.cc68 case ui::LAYOUT_DESKTOP: in left_padding()
85 case ui::LAYOUT_DESKTOP: in top_padding()
102 case ui::LAYOUT_DESKTOP: in right_padding()
119 case ui::LAYOUT_DESKTOP: in bottom_padding()
137 case ui::LAYOUT_DESKTOP: in drop_shadow_height()
155 case ui::LAYOUT_DESKTOP: in tab_icon_size()
Dtab_strip.cc116 case ui::LAYOUT_DESKTOP: in newtab_button_h_offset()
135 case ui::LAYOUT_DESKTOP: in newtab_button_v_offset()
155 case ui::LAYOUT_DESKTOP: in tab_h_offset()
176 case ui::LAYOUT_DESKTOP: in newtab_button_asset_width()
193 case ui::LAYOUT_DESKTOP: in newtab_button_asset_height()
211 case ui::LAYOUT_DESKTOP: in stacked_tab_left_clip()
229 case ui::LAYOUT_DESKTOP: in stacked_tab_right_clip()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_frame_win.cc521 if (ui::GetDisplayLayout() == ui::LAYOUT_DESKTOP) in ShouldLeaveOffsetNearTopBorder()