Home
last modified time | relevance | path

Searched refs:OffsetY (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
Dbefore_translate_infobar.cc40 label_1_->SetBounds(StartX(), OffsetY(label_1_size), in Layout()
47 OffsetY(language_button_size), language_button_size.width(), in Layout()
53 OffsetY(label_2_size), std::min(label_2_size.width(), available_width), in Layout()
58 OffsetY(accept_button_size), accept_button_size.width(), in Layout()
64 OffsetY(deny_button_size), deny_button_size.width(), in Layout()
71 OffsetY(never_button_size), never_button_size.width(), in Layout()
79 OffsetY(always_button_size), always_button_size.width(), in Layout()
85 OffsetY(options_size), options_size.width(), options_size.height()); in Layout()
Dafter_translate_infobar.cc42 label_1_->SetBounds(StartX(), OffsetY(label_1_size), in Layout()
52 OffsetY(first_button_size), first_button_size.width(), in Layout()
57 OffsetY(label_2_size), std::min(label_2_size.width(), available_width), in Layout()
63 OffsetY(second_button_size), second_button_size.width(), in Layout()
68 OffsetY(label_3_size), std::min(label_3_size.width(), available_width), in Layout()
73 OffsetY(revert_button_size), revert_button_size.width(), in Layout()
78 OffsetY(options_size), options_size.width(), options_size.height()); in Layout()
Dconfirm_infobar.cc36 label_->SetBounds(StartX(), OffsetY(label_size), in Layout()
43 ok_button_->SetBounds(button_x, OffsetY(ok_size), ok_size.width(), in Layout()
50 cancel_button_->SetBounds(button_x, OffsetY(cancel_size), in Layout()
57 link_->SetBounds(EndX() - link_width, OffsetY(link_size), link_width, in Layout()
Dlink_infobar.cc35 label_1_->SetBounds(StartX(), OffsetY(label_1_size), in Layout()
40 link_->SetBounds(label_1_->bounds().right(), OffsetY(link_size), in Layout()
45 label_2_->SetBounds(link_->bounds().right(), OffsetY(label_2_size), in Layout()
Dtranslate_message_infobar.cc25 label_->SetBounds(StartX(), OffsetY(label_size), in Layout()
33 OffsetY(button_size), button_size.width(), button_size.height()); in Layout()
Dinfobar.h72 int OffsetY(const gfx::Size& prefsize) const;
Dinfobar.cc74 int InfoBar::OffsetY(const gfx::Size& prefsize) const { in OffsetY() function in InfoBar
Dinfobar_view.cc195 icon_->SetBounds(start_x, OffsetY(icon_size), icon_size.width(), in Layout()
201 width() - kHorizontalPadding - button_size.width()), OffsetY(button_size), in Layout()
Dextension_infobar.cc63 menu_->SetBounds(StartX(), OffsetY(menu_size), menu_size.width(), in Layout()
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
DSDL_nxvideo.h66 int OffsetX, OffsetY ; member
87 #define OffsetY (this -> hidden -> OffsetY) macro
DSDL_nximage.c50 dest = fbinfo.winpixels + (((y+OffsetY) * fbinfo.pitch) + in NX_NormalUpdate()
109 GrArea (FSwindow, SDL_GC, x + OffsetX, y + OffsetY, w, h, Image_buff, in NX_NormalUpdate()
170 OffsetY = (si.rows - screen -> h) / 2 ; in NX_ResizeImage()
207 dest = fbinfo.winpixels + ((OffsetY * fbinfo.pitch) + in NX_RefreshDisplay()
220 GrArea (FSwindow, SDL_GC, OffsetX, OffsetY, this -> screen -> w, in NX_RefreshDisplay()
DSDL_nxevents.c166 if (x < OffsetX || y < OffsetY || x > OffsetX + this -> screen -> w || in check_boundary()
167 y > OffsetY + this -> screen -> h) in check_boundary()
219 event.button.y - OffsetY) ; in NX_PumpEvents()
252 event.button.x - OffsetX, event.button.y - OffsetY) ; in NX_PumpEvents()
269 event.button.x - OffsetX, event.button.y - OffsetY) ; in NX_PumpEvents()