OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logo_width
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/views/
first_run_search_engine_view.cc
387
int
logo_width
= search_engine_choices_[0]->GetChoiceViewWidth();
local
408
(label_width - (num_choices *
logo_width
)) / (num_choices + 1);
411
views::kPanelHorizMargin + logo_padding, next_v_space,
logo_width
,
415
logo_width
+ logo_padding;
417
next_h_space, next_v_space,
logo_width
, logo_height);
419
next_h_space = search_engine_choices_[1]->GetView()->x() +
logo_width
+
423
next_h_space, next_v_space,
logo_width
, logo_height);
427
next_h_space = search_engine_choices_[2]->GetView()->x() +
logo_width
+
430
next_h_space, next_v_space,
logo_width
, logo_height);
437
int button_padding = logo_padding +
logo_width
/ 2 - button_width / 2
[
all
...]
Completed in 27 milliseconds