Searched refs:bottom_left (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dnine_box.h27 int bottom_left, int bottom, int bottom_right);
H A Dnine_box.cc52 int right, int bottom_left, int bottom, int bottom_right)
61 images_[6] = bottom_left ? rb.GetPixbufNamed(bottom_left) : NULL;
51 NineBox(int top_left, int top, int top_right, int left, int center, int right, int bottom_left, int bottom, int bottom_right) argument
H A Dbrowser_window_gtk.cc511 CairoCachedSurface* bottom_left = theme_provider->GetSurfaceNamed( local
513 bottom_left->SetSource(cr, left_x - kContentShadowThickness, bottom_y - 1);
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_button_border.cc21 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(),
H A Dinfobar_button_border.h39 SkBitmap* bottom_left; member in struct:InfoBarButtonBorder::MBBImageSet
/external/chromium/chrome/browser/chromeos/views/
H A Ddropdown_button.cc36 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/chrome/browser/ui/views/download/
H A Ddownload_item_view.h118 SkBitmap* bottom_left; member in struct:DownloadItemView::BodyImageSet
H A Ddownload_item_view.cc229 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,
/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc428 SkBitmap* bottom_left = local
452 canvas->DrawBitmapInt(*bottom_left,
453 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
H A Dglass_browser_frame_view.cc452 SkBitmap* bottom_left = local
454 canvas->DrawBitmapInt(*bottom_left,
455 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
H A Dopaque_browser_frame_view.cc951 SkBitmap* bottom_left = local
953 canvas->DrawBitmapInt(*bottom_left,
954 client_area_bounds.x() - bottom_left->width(), client_area_bottom);

Completed in 163 milliseconds