OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:margin_horizontal
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc
619
const int
margin_horizontal
= 60;
local
622
const gfx::Rect header_rect(
margin_horizontal
,
624
image_size.width() - 2 *
margin_horizontal
,
626
const gfx::Rect footer_rect(
margin_horizontal
,
628
image_size.width() - 2 *
margin_horizontal
,
630
const gfx::Rect body_rect(
margin_horizontal
,
632
image_size.width() - 2 *
margin_horizontal
,
654
for (int x = header_rect.x() +
margin_horizontal
;
656
x += block_size +
margin_horizontal
) {
Completed in 84 milliseconds