OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFocusRectInset
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/toolbar/
back_button.cc
39
const int
kFocusRectInset
= 3;
41
gfx::Insets(
kFocusRectInset
,
kFocusRectInset
+ margin,
42
kFocusRectInset
,
kFocusRectInset
)));
/external/chromium_org/ui/views/controls/button/
text_button.cc
45
const int
kFocusRectInset
= 3;
621
gfx::Insets(
kFocusRectInset
,
kFocusRectInset
,
622
kFocusRectInset
,
kFocusRectInset
)));
Completed in 500 milliseconds