OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIconLeftSpacing
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.cc
38
const int
kIconLeftSpacing
= 2;
334
window_icon_bounds_ = gfx::Rect(leading_button_start_ +
kIconLeftSpacing
, y,
336
leading_button_start_ += size +
kIconLeftSpacing
;
337
minimum_size_for_buttons_ += size +
kIconLeftSpacing
;
367
frame_thickness +
kIconLeftSpacing
, frame_thickness, size, size);
app_panel_browser_frame_view.cc
45
const int
kIconLeftSpacing
= 6;
122
(2 * FrameBorderThickness()) +
kIconLeftSpacing
+ IconSize() +
309
return gfx::Rect(frame_thickness +
kIconLeftSpacing
, y, size, size);
/external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc
43
const int
kIconLeftSpacing
= 6;
115
(2 * FrameBorderThickness()) +
kIconLeftSpacing
+ IconSize() +
316
return gfx::Rect(frame_thickness +
kIconLeftSpacing
, y, size, size);
opaque_browser_frame_view.cc
61
const int
kIconLeftSpacing
= 2;
267
kIconLeftSpacing
+
550
return gfx::Rect(frame_thickness +
kIconLeftSpacing
, y, size, size);
[
all
...]
/external/chromium_org/ui/views/window/
custom_frame_view.cc
50
const int
kIconLeftSpacing
= 2;
323
return gfx::Rect(frame_thickness +
kIconLeftSpacing
, y, size, size);
Completed in 250 milliseconds