OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kButtonMinWidth
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
helper.h
151
const int
kButtonMinWidth
= 90;
captcha_view.cc
68
if (preferred_size.width() < login::
kButtonMinWidth
)
69
preferred_size.set_width(login::
kButtonMinWidth
);
helper.cc
225
if (preferred_size.width() <
kButtonMinWidth
)
226
preferred_size.set_width(
kButtonMinWidth
);
Completed in 364 milliseconds