Searched refs:frame_background_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc92 frame_background_(new FrameBackground()),
349 frame_background_->set_frame_color(GetFrameColor());
351 frame_background_->set_theme_image(frame_image);
352 frame_background_->set_top_area_height(frame_image->height());
356 frame_background_->SetCornerImages(
361 frame_background_->SetSideImages(
367 frame_background_->PaintRestored(canvas, this);
372 frame_background_->set_theme_image(frame_image);
373 frame_background_->set_top_area_height(frame_image->height());
374 frame_background_
[all...]
H A Dcustom_frame_view.h151 scoped_ptr<FrameBackground> frame_background_; member in class:views::CustomFrameView
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view.cc101 frame_background_(new views::FrameBackground()) {
589 frame_background_->set_frame_color(GetFrameColor());
590 frame_background_->set_theme_image(GetFrameImage());
591 frame_background_->set_theme_overlay_image(GetFrameOverlayImage());
592 frame_background_->set_top_area_height(GetTopAreaHeight());
595 frame_background_->SetSideImages(
600 frame_background_->SetCornerImages(
605 frame_background_->PaintRestored(canvas, this);
615 frame_background_->set_frame_color(GetFrameColor());
616 frame_background_
[all...]
H A Dopaque_browser_frame_view.h176 scoped_ptr<views::FrameBackground> frame_background_; member in class:OpaqueBrowserFrameView

Completed in 3371 milliseconds