HomeSort by relevance Sort by last modified time
    Searched full:row_bounds (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/controls/table/
table_view_row_background_painter.h 23 const gfx::Rect& row_bounds,
  /external/chromium_org/ui/views/window/
dialog_client_view.cc 213 gfx::Rect row_bounds(bounds.x(), bounds.bottom() - height,
217 row_bounds.set_width(row_bounds.width() - size.width());
218 cancel_button_->SetBounds(row_bounds.right(), row_bounds.y(),
220 row_bounds.set_width(row_bounds.width() - kRelatedButtonHSpacing);
224 row_bounds.set_width(row_bounds.width() - size.width());
225 ok_button_->SetBounds(row_bounds.right(), row_bounds.y()
    [all...]
  /external/chromium_org/ui/oak/
oak_aura_window_display.cc 27 ROW_BOUNDS,
122 case ROW_BOUNDS:
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 706 gfx::Rect row_bounds = GetBoundsForNode(selected_node_); local
707 row_bounds.set_x(
708 GetMirroredXWithWidthInView(row_bounds.x(), row_bounds.width()));
709 row_bounds.set_x(row_bounds.x() + text_offset_);
710 row_bounds.set_width(row_bounds.width() - text_offset_);
711 row_bounds.Inset(kTextHorizontalPadding, kTextVerticalPadding);
712 row_bounds.Inset(-empty_editor_size_.width() / 2
    [all...]

Completed in 78 milliseconds