HomeSort by relevance Sort by last modified time
    Searched refs:bottom_left (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/gtk/
nine_box.h 27 int bottom_left, int bottom, int bottom_right);
nine_box.cc 62 int right, int bottom_left, int bottom, int bottom_right)
72 images_[6] = bottom_left ? &rb.GetNativeImageNamed(bottom_left) : NULL;
  /external/chromium/chrome/browser/ui/gtk/
nine_box.h 27 int bottom_left, int bottom, int bottom_right);
nine_box.cc 52 int right, int bottom_left, int bottom, int bottom_right)
61 images_[6] = bottom_left ? rb.GetPixbufNamed(bottom_left) : NULL;
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_button_border.h 39 SkBitmap* bottom_left; member in struct:InfoBarButtonBorder::MBBImageSet
infobar_button_border.cc 21 normal_set_.bottom_left = rb.GetBitmapNamed(IDR_INFOBARBUTTON_BOTTOM_LEFT_N);
32 hot_set_.bottom_left = rb.GetBitmapNamed(IDR_INFOBARBUTTON_BOTTOM_LEFT_H);
42 pushed_set_.bottom_left = rb.GetBitmapNamed(IDR_INFOBARBUTTON_BOTTOM_LEFT_P);
85 bounds.height() - set->top->height() - set->bottom_left->height(), false);
101 canvas->DrawBitmapInt(*set->bottom_left, 0,
102 bounds.height() - set->bottom_left->height());
106 set->bottom->height(), set->bottom_left->width(),
108 bounds.width() - set->bottom_right->width() - set->bottom_left->width(),
  /external/chromium/chrome/browser/chromeos/views/
dropdown_button.cc 36 hot_set_.bottom_left = rb.GetBitmapNamed(IDR_DROPDOWN_BOTTOM_LEFT_H);
46 pushed_set_.bottom_left = rb.GetBitmapNamed(IDR_DROPDOWN_BOTTOM_LEFT_P);
  /external/chromium_org/ui/views/window/
frame_background.h 64 const gfx::ImageSkia* bottom_left,
frame_background.cc 50 const gfx::ImageSkia* bottom_left,
54 bottom_left_corner_ = bottom_left;
custom_frame_view.cc 410 const gfx::ImageSkia* bottom_left = rb.GetImageNamed( local
435 canvas->DrawImageInt(*bottom_left,
436 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
  /external/chromium_org/cc/layers/
nine_patch_layer_impl.cc 111 gfx::Rect bottom_left(
114 top_right.x(), bottom_left.y(), right_width, bottom_height);
121 gfx::Rect bottom(top.x(), bottom_left.y(), top.width(), bottom_height);
202 bottom_left,
texture_layer.cc 78 void TextureLayer::SetVertexOpacity(float bottom_left,
86 if (vertex_opacity_[0] == bottom_left &&
91 vertex_opacity_[0] = bottom_left;
texture_layer.h 51 void SetVertexOpacity(float bottom_left,
  /external/chromium_org/ash/system/chromeos/network/
network_icon.cc 43 bottom_left(NULL),
48 const gfx::ImageSkia* bottom_left; member in struct:ash::network_icon::__anon5958::Badges
232 if (badges_.bottom_left) {
233 canvas.DrawImageInt(*badges_.bottom_left,
234 0, icon_.height() - badges_.bottom_left->height());
498 badges.bottom_left = ConnectingVpnBadge(animation);
635 badges->bottom_left = vpn_badge_;
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 374 gfx::ImageSkia* bottom_left = local
376 canvas->DrawImageInt(*bottom_left,
377 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
app_panel_browser_frame_view.cc 431 gfx::ImageSkia* bottom_left = local
455 canvas->DrawImageInt(*bottom_left,
456 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
opaque_browser_frame_view.cc 900 gfx::ImageSkia* bottom_left = local
    [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 118 SkBitmap* bottom_left; member in struct:DownloadItemView::BodyImageSet
download_item_view.cc 229 normal_body_image_set_.bottom_left->height());
792 // (hot_)body_image_set->bottom_left, and drop_down_image_set,
800 body_image_set->bottom_left,
822 hot_body_image_set_.bottom_left,
    [all...]
  /external/chromium_org/ui/gfx/
rect_base.h 51 PointClass bottom_left() const { return PointClass(x(), bottom()); } function in class:gfx::RectBase
  /external/chromium_org/chrome/browser/ui/ash/
window_positioner_unittest.cc 248 gfx::Rect bottom_left = window_positioner()->GetPopupPosition( local
253 bottom_left); local
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 428 SkBitmap* bottom_left = local
452 canvas->DrawBitmapInt(*bottom_left,
453 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
glass_browser_frame_view.cc 452 SkBitmap* bottom_left = local
454 canvas->DrawBitmapInt(*bottom_left,
455 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.h 132 gfx::ImageSkia* bottom_left; member in struct:DownloadItemView::BodyImageSet
download_item_view.cc 198 normal_body_image_set_.bottom_left->height());
670 // (hot_)body_image_set->bottom_left, and drop_down_image_set,
678 body_image_set->bottom_left,
700 hot_body_image_set_.bottom_left,
    [all...]

Completed in 183 milliseconds

1 2