Searched refs:background_ (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/ash/wm/maximize_mode/
H A Dworkspace_backdrop_delegate.cc27 : background_(NULL),
30 background_ = new views::Widget;
39 background_->Init(params);
43 background_->GetNativeView(),
45 background_->GetNativeView()->SetName("WorkspaceBackdropDelegate");
46 background_->GetNativeView()->layer()->SetColor(SK_ColorBLACK);
48 background_->GetNativeView()->layer()->SetBounds(params.bounds);
57 background_->GetNativeView());
58 background_->Close();
59 background_
[all...]
H A Dworkspace_backdrop_delegate.h67 views::Widget* background_; member in class:ash::WorkspaceBackdropDelegate
/external/chromium_org/pdf/
H A Dprogress_control.cc65 background_ = background;
68 CalculateLayout(owner()->GetInstance(), images_, background_, text_,
207 if (rect().size() == background_.size()) {
208 CopyImage(background_, pp::Rect(background_.size()),
224 int slice_x = background_.size().width() / 3;
225 int slice_y = background_.size().height() / 3;
230 CopyImage(background_, src_rc, &ctrl_background_, dest_rc, false);
233 src_rc.set_x(background_.size().width() - slice_x);
235 CopyImage(background_, src_r
[all...]
H A Dpage_indicator.cc43 background_ = background;
44 pp::Rect rc(origin, background_.size());
64 pp::ImageData buffer(owner()->GetInstance(), background_.format(),
65 background_.size(), false);
66 CopyImage(background_, pp::Rect(background_.size()),
67 &buffer, pp::Rect(background_.size()), false);
H A Ddraw_utils.h73 uint32 background() const { return background_; }
78 uint32 background_; member in class:chrome_pdf::ShadowMatrix
H A Dpage_indicator.h61 pp::ImageData background_; member in class:chrome_pdf::PageIndicator
H A Dprogress_control.h63 pp::ImageData background_; member in class:chrome_pdf::ProgressControl
H A Ddraw_utils.cc225 : depth_(depth), factor_(factor), background_(background) {
/external/chromium_org/athena/home/
H A Dathena_start_page_view.h92 views::View* background_; member in class:athena::AthenaStartPageView
H A Dathena_start_page_view.cc174 background_ = new views::View();
175 background_->set_background(
177 background_->SetPaintToLayer(true);
178 background_->SetFillsBoundsOpaquely(false);
179 AddChildView(background_);
416 background_->SetBoundsRect(bounds());
417 background_->layer()->SetOpacity(gfx::Tween::FloatValueBetween(
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.cc305 background_(NULL),
451 if (!background_ || draw_background_as_active_)
453 background_->set_alpha(hide_background_animator_.alpha() +
469 background_ = new TrayBackground(this);
470 tray_container_->set_background(background_);
654 if (!background_)
659 background_->set_color(kTrayBackgroundPressedColor);
661 background_->set_alpha(kTrayBackgroundHoverAlpha);
663 background_->set_alpha(kTrayBackgroundAlpha);
H A Dtray_background_view.h108 // Creates and sets contents background to |background_|.
176 TrayBackground* background_; member in class:ash::TrayBackgroundView
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dfirst_run.js59 background_: null,
85 this.background_ = $('background');
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dfile_operation_handler.js18 this.background_ = background;
169 this.background_.tryClose();
235 this.background_.tryClose();
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.cc206 : background_(NULL) {
221 if (background_->alignment() != alignment) {
222 background_->set_alignment(alignment);
243 background_ = new CalloutWidgetBackground;
244 content_view->set_background(background_);
250 CalloutWidgetBackground* background_; member in class:ash::PanelCalloutWidget
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector.cc119 background_(background) {
137 canvas->DrawColor(background_);
142 SkColor background_; member in class:ash::__anon2061::RoundedContainerView
/external/chromium_org/ui/views/
H A Dview.h504 const Background* background() const { return background_.get(); }
505 Background* background() { return background_.get(); }
1544 scoped_ptr<Background> background_; member in class:views::View
H A Dview.cc832 background_.reset(b);
1368 if (background_.get()) {
1372 background_->Paint(canvas, this);

Completed in 362 milliseconds