Searched defs:bottom_left (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_button_border.h39 SkBitmap* bottom_left; member in struct:InfoBarButtonBorder::MBBImageSet
/external/chromium/chrome/browser/ui/gtk/
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/download/
H A Ddownload_item_view.h118 SkBitmap* bottom_left; member in struct:DownloadItemView::BodyImageSet
/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 145 milliseconds