OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTextPadding
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
oobe_progress_bar.cc
28
static const int
kTextPadding
= 5;
116
x +
kTextPadding
, y + dot->height() +
kTextPadding
,
117
(next_x - x - 2 *
kTextPadding
),
118
(bounds.height() - dot->height() - 2 *
kTextPadding
),
/external/chromium/chrome/browser/ui/gtk/
theme_install_bubble_view_gtk.cc
20
static const int
kTextPadding
= 8;
87
gtk_container_set_border_width(GTK_CONTAINER(widget_),
kTextPadding
);
Completed in 1549 milliseconds