Searched refs:text_x (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dtooltip_manager_win.h100 bool SetTooltipPosition(int text_x, int text_y);
H A Dtooltip_manager_win.cc253 bool TooltipManagerWin::SetTooltipPosition(int text_x, int text_y) { argument
261 RECT bounds = { view_loc.x() + text_x,
263 view_loc.x() + text_x + tooltip_width_,
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.cc505 int text_x = kTextHorizontalPadding + cell_bounds.x(); local
509 text_x += kGroupingIndicatorSize + kTextHorizontalPadding;
515 int image_x = GetMirroredXWithWidthInView(text_x, kImageSize);
522 text_x += kImageSize + kTextHorizontalPadding;
524 if (text_x < cell_bounds.right() - kTextHorizontalPadding) {
528 GetMirroredXWithWidthInView(text_x, cell_bounds.right() - text_x -
531 cell_bounds.right() - text_x,
651 int text_x = kTextHorizontalPadding + bounds->x(); local
654 text_x
[all...]
/external/qemu/
H A Dconsole.c172 int text_x[2], text_y[2], cursor_invalidate; member in struct:TextConsole
582 s->text_x[0] = MIN(s->text_x[0], x);
583 s->text_x[1] = MAX(s->text_x[1], x);
666 s->text_x[0] = 0;
668 s->text_x[1] = s->width - 1;
751 s->text_x[0] = 0;
753 s->text_x[1] = s->width - 1;
1256 if (s->text_x[
[all...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_utils_gtk.cc138 int text_x = gdk_pixbuf_get_width(data->favicon) + kBarButtonPadding; local
139 int text_width = sender->allocation.width - text_x;
143 text_x, 0, text_width, sender->allocation.height);
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_result_view.cc509 int text_x = LocationBarView::kEdgeItemPadding + default_icon_size_ + local
512 text_bounds_.SetRect(text_x, std::max(0, (height() - font_height) / 2),
513 std::max(bounds().width() - text_x - LocationBarView::kEdgeItemPadding,
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_utils_gtk.cc152 int text_x = gdk_pixbuf_get_width(data->favicon) + kBarButtonPadding; local
153 int text_width = allocation.width - text_x;
157 text_x, 0, text_width, allocation.height,
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.cc577 int text_x = edge_item_padding_ + default_icon_size_ + item_padding_; local
578 int text_width = width() - text_x - edge_item_padding_;
588 text_width = kw_x - text_x - item_padding_;
596 text_bounds_.SetRect(text_x, 0, std::max(text_width, 0), height());

Completed in 464 milliseconds