Home
last modified time | relevance | path

Searched refs:WrapWithPadding (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/input_method/
Dcandidate_window.cc88 views::View* WrapWithPadding(views::View* view, const gfx::Insets& insets) { in WrapWithPadding() function
164 WrapWithPadding(shortcut_label, insets); in CreateWrappedShortcutLabel()
1085 WrapWithPadding(header_label_, kHeaderInsets)); in CreateHeaderArea()
1113 WrapWithPadding(footer_label_, kFooterInsets)); in CreateFooterArea()
/external/chromium_org/chrome/browser/chromeos/input_method/
Dcandidate_window_view.cc56 views::View* WrapWithPadding(views::View* view, const gfx::Insets& insets) { in WrapWithPadding() function
127 WrapWithPadding(shortcut_label, insets); in CreateWrappedShortcutLabel()
305 views::View* contents = WrapWithPadding(label_, kInsets); in InformationTextArea()