HomeSort by relevance Sort by last modified time
    Searched refs:theme_frame (Results 1 - 4 of 4) sorted by null

  /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/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/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...]

Completed in 263 milliseconds