/external/chromium/chrome/browser/ui/views/infobars/ |
D | before_translate_infobar.cc | 40 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()
|
D | after_translate_infobar.cc | 42 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()
|
D | confirm_infobar.cc | 36 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()
|
D | link_infobar.cc | 35 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()
|
D | translate_message_infobar.cc | 25 label_->SetBounds(StartX(), OffsetY(label_size), in Layout() 33 OffsetY(button_size), button_size.width(), button_size.height()); in Layout()
|
D | infobar.h | 72 int OffsetY(const gfx::Size& prefsize) const;
|
D | infobar.cc | 74 int InfoBar::OffsetY(const gfx::Size& prefsize) const { in OffsetY() function in InfoBar
|
D | infobar_view.cc | 195 icon_->SetBounds(start_x, OffsetY(icon_size), icon_size.width(), in Layout() 201 width() - kHorizontalPadding - button_size.width()), OffsetY(button_size), in Layout()
|
D | extension_infobar.cc | 63 menu_->SetBounds(StartX(), OffsetY(menu_size), menu_size.width(), in Layout()
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
D | SDL_nxvideo.h | 66 int OffsetX, OffsetY ; member 87 #define OffsetY (this -> hidden -> OffsetY) macro
|
D | SDL_nximage.c | 50 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()
|
D | SDL_nxevents.c | 166 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()
|