OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTitlebarTopAndBottomEdgeThickness
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/views/
constrained_window_views.cc
253
const int
kTitlebarTopAndBottomEdgeThickness
= 2;
397
return
kTitlebarTopAndBottomEdgeThickness
+ kClientEdgeThickness;
419
int unavailable_px_at_top =
kTitlebarTopAndBottomEdgeThickness
;
/external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc
41
const int
kTitlebarTopAndBottomEdgeThickness
= 2;
281
return
kTitlebarTopAndBottomEdgeThickness
+
307
frame_thickness :
kTitlebarTopAndBottomEdgeThickness
;
opaque_browser_frame_view.cc
59
const int
kTitlebarTopAndBottomEdgeThickness
= 2;
505
return
kTitlebarTopAndBottomEdgeThickness
+
536
frame_thickness :
kTitlebarTopAndBottomEdgeThickness
;
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc
43
const int
kTitlebarTopAndBottomEdgeThickness
= 2;
274
return
kTitlebarTopAndBottomEdgeThickness
+
300
frame_thickness :
kTitlebarTopAndBottomEdgeThickness
;
opaque_browser_frame_view_layout.cc
35
const int
kTitlebarTopAndBottomEdgeThickness
= 2;
231
return
kTitlebarTopAndBottomEdgeThickness
+
323
frame_thickness :
kTitlebarTopAndBottomEdgeThickness
;
/external/chromium_org/ui/views/window/
custom_frame_view.cc
48
const int
kTitlebarTopAndBottomEdgeThickness
= 2;
289
return
kTitlebarTopAndBottomEdgeThickness
+
315
frame_thickness :
kTitlebarTopAndBottomEdgeThickness
;
Completed in 3214 milliseconds