/external/chromium/chrome/browser/ui/views/frame/ |
app_panel_browser_frame_view.cc | 335 SkBitmap* theme_frame; local 338 theme_frame = rb.GetBitmapNamed(IDR_FRAME_APP_PANEL); 341 theme_frame = rb.GetBitmapNamed(IDR_FRAME_APP_PANEL); // TODO 347 canvas->FillRectInt(frame_color, 0, 0, width(), theme_frame->height()); 349 canvas->FillRectInt(frame_color, 0, theme_frame->height(), left_edge->width(), 350 height() - theme_frame->height()); 352 theme_frame->height(), right_edge->width(), 353 height() - theme_frame->height()); 361 canvas->TileImageInt(*theme_frame, 0, 0, width(), theme_frame->height()) [all...] |
opaque_browser_frame_view.cc | 569 SkBitmap* theme_frame; local 576 theme_frame = rb.GetBitmapNamed(is_incognito ? 582 theme_frame = rb.GetBitmapNamed(is_incognito ? 591 theme_frame = tp->GetBitmapNamed(IDR_THEME_FRAME); 594 theme_frame = tp->GetBitmapNamed(IDR_THEME_FRAME_INACTIVE); 598 theme_frame = tp->GetBitmapNamed(IDR_THEME_FRAME_INCOGNITO); 601 theme_frame = tp->GetBitmapNamed(IDR_THEME_FRAME_INCOGNITO_INACTIVE); 608 canvas->FillRectInt(frame_color, 0, 0, width(), theme_frame->height()); 610 canvas->FillRectInt(frame_color, 0, theme_frame->height(), left_edge->width(), 611 height() - theme_frame->height()) 675 SkBitmap* theme_frame; local [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
app_panel_browser_frame_view.cc | 329 gfx::ImageSkia* theme_frame; local 332 theme_frame = rb.GetImageSkiaNamed(IDR_FRAME_APP_PANEL); 335 theme_frame = rb.GetImageSkiaNamed(IDR_FRAME_APP_PANEL); 341 canvas->FillRect(gfx::Rect(0, 0, width(), theme_frame->height()), 344 int remaining_height = height() - theme_frame->height(); 347 canvas->FillRect(gfx::Rect(0, theme_frame->height(), left_edge->width(), 350 theme_frame->height(), right_edge->width(), 362 canvas->TileImageInt(*theme_frame, 0, 0, width(), theme_frame->height());
|
/external/chromium/chrome/browser/ui/views/ |
constrained_window_views.cc | 443 SkBitmap* theme_frame = rb.GetBitmapNamed(IDR_THEME_FRAME); local 448 canvas->FillRectInt(frame_color, 0, 0, width(), theme_frame->height()); 450 canvas->FillRectInt(frame_color, 0, theme_frame->height(), left_edge->width(), 451 height() - theme_frame->height()); 453 theme_frame->height(), right_edge->width(), 454 height() - theme_frame->height()); 462 canvas->TileImageInt(*theme_frame, 0, 0, width(), theme_frame->height());
|
/external/chromium_org/ash/wm/ |
header_painter.cc | 295 gfx::ImageSkia* theme_frame = theme_provider->GetImageSkiaNamed( local 345 theme_frame, 386 int header_left_height = theme_frame->height() - top_left_height; 392 int header_right_height = theme_frame->height() - top_right_height;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_theme_service.cc | 845 GdkColor* theme_frame = NULL; local 850 "frame-color", &theme_frame, local 859 theme_frame, 863 if (theme_frame) 864 gdk_color_free(theme_frame); [all...] |
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_ui.cc | 788 GdkColor* theme_frame = NULL; local 793 "frame-color", &theme_frame, local 802 theme_frame, 806 if (theme_frame) 807 gdk_color_free(theme_frame); [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_theme_service.cc | 798 const GdkColor* theme_frame = NULL; local 803 "frame-color", &theme_frame, local 812 theme_frame, [all...] |