OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:content_y
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
contents_container.cc
28
int
content_y
= active_top_margin_;
local
29
int content_height = std::max(0, height() -
content_y
);
31
active_web_view_->SetBounds(0,
content_y
, width(), content_height);
/external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc
656
int
content_y
= std::max(line_rect.y(),
local
662
content_y
, layout_);
685
content_y
, layout_);
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.cc
699
int
content_y
= std::max(line_rect.y(),
local
706
content_y
);
733
content_y
);
/external/chromium_org/ui/views/controls/button/
text_button.cc
457
int
content_y
= (available_height - text_size_.height()) / 2 + insets.top();
local
459
gfx::Rect bounds(content_x,
content_y
, content_width, text_size_.height());
Completed in 254 milliseconds