Searched defs:theme_frame (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dconstrained_window_views.cc443 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/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc335 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
[all...]
H A Dopaque_browser_frame_view.cc569 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
675 SkBitmap* theme_frame; local
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc798 const GdkColor* theme_frame = NULL; local
803 "frame-color", &theme_frame, local
812 theme_frame,

Completed in 51 milliseconds