OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:row_height
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.cc
230
int
row_height
= entry_rect.height();
local
234
(
row_height
- controller_->GetNameFontForRow(index).GetHeight()) / 2);
254
int icon_y = entry_rect.y() + (
row_height
- image.Height()) / 2;
282
(
row_height
- controller_->subtext_font().GetHeight()) / 2);
/external/chromium_org/ui/views/controls/
scroll_view.h
192
// the top of the view to the first row, and may be 0.
row_height
gives the
194
FixedRowHeightScrollHelper(int top_margin, int
row_height
);
scroll_view.cc
581
int
row_height
)
584
row_height_(
row_height
) {
585
DCHECK_GT(
row_height
, 0);
/external/chromium_org/ui/views/controls/table/
table_view.h
165
int
row_height
() const { return row_height_; }
function in class:views::TableView
table_view_unittest.cc
191
const int y = row * table_->
row_height
();
199
const int y = row * table_->
row_height
();
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc
276
int
row_height
= controller_->GetRowBounds(index).height();
local
281
int icon_y = entry_rect.y() + (
row_height
- image->height()) / 2;
Completed in 318 milliseconds