Searched refs:content_y (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dcontents_container.cc28 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_org/ui/base/android/
H A Dwindow_android.cc39 int content_x, int content_y, int width, int height,
45 content_y + content_offset_.y(),
38 GrabSnapshot( int content_x, int content_y, int width, int height, std::vector<unsigned char>* png_representation) argument
H A Dwindow_android.h37 bool GrabSnapshot(int content_x, int content_y, int width, int height,
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc656 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/
H A Domnibox_popup_view_gtk.cc699 int content_y = std::max(line_rect.y(), local
706 content_y);
733 content_y);
/external/chromium_org/ui/views/controls/button/
H A Dtext_button.cc457 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 221 milliseconds