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

  /external/chromium/chrome/browser/ui/views/frame/
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...]
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...]
  /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/common/extensions/docs/static/
themes.html 39       "theme_frame" : "images/theme_frame_camo.png",
  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 373 std::string images = "{ \"theme_frame\": \"one\" }";
382 std::string images = "{ \"theme_frame\": \"does_not_exist\" }";
browser_theme_pack.cc 86 "theme_frame" },
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 316 // Draws the normal custom frame using theme_frame.
399 // Whether we should draw the tab background instead of the theme_frame
gtk_theme_service.cc 798 const GdkColor* theme_frame = NULL; local
803 "frame-color", &theme_frame, local
812 theme_frame,
    [all...]
  /external/chromium/chrome/common/extensions/docs/
themes.html 362       "theme_frame" : "images/theme_frame_camo.png",

Completed in 912 milliseconds