HomeSort by relevance Sort by last modified time
    Searched defs:SetInsets (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/views/controls/
focusable_border.cc 66 void FocusableBorder::SetInsets(int top, int left, int bottom, int right) {
  /external/chromium_org/ui/aura/
root_window_host_ozone.cc 74 void RootWindowHostOzone::SetInsets(const gfx::Insets& insets) {
root_window_host_win.cc 149 void RootWindowHostWin::SetInsets(const gfx::Insets& insets) {
remote_root_window_host_win.cc 393 void RemoteRootWindowHostWin::SetInsets(const gfx::Insets& insets) {
root_window_host_x11.cc 656 void RootWindowHostX11::SetInsets(const gfx::Insets& insets) {
    [all...]
  /external/chromium_org/ui/views/controls/button/
text_button.cc 87 void TextButtonBorder::SetInsets(const gfx::Insets& insets) {
106 SetInsets(gfx::Insets(vertical_padding_, kPreferredPaddingHorizontal,
161 SetInsets(gfx::Insets(kPreferredNativeThemePaddingVertical,
  /external/chromium_org/ui/views/layout/
grid_layout.cc 681 layout->SetInsets(kPanelVertMargin, kButtonHEdgeMarginNew,
686 void GridLayout::SetInsets(int top, int left, int bottom, int right) {
690 void GridLayout::SetInsets(const gfx::Insets& insets) {
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 504 void DesktopRootWindowHostWin::SetInsets(const gfx::Insets& insets) {
    [all...]
desktop_root_window_host_x11.cc 796 void DesktopRootWindowHostX11::SetInsets(const gfx::Insets& insets) {
    [all...]

Completed in 592 milliseconds