/external/chromium_org/ash/wm/maximize_mode/ |
D | workspace_backdrop_delegate.cc | 27 : background_(NULL), in WorkspaceBackdropDelegate() 30 background_ = new views::Widget; in WorkspaceBackdropDelegate() 39 background_->Init(params); in WorkspaceBackdropDelegate() 43 background_->GetNativeView(), in WorkspaceBackdropDelegate() 45 background_->GetNativeView()->SetName("WorkspaceBackdropDelegate"); in WorkspaceBackdropDelegate() 46 background_->GetNativeView()->layer()->SetColor(SK_ColorBLACK); in WorkspaceBackdropDelegate() 48 background_->GetNativeView()->layer()->SetBounds(params.bounds); in WorkspaceBackdropDelegate() 57 background_->GetNativeView()); in ~WorkspaceBackdropDelegate() 58 background_->Close(); in ~WorkspaceBackdropDelegate() 59 background_->GetNativeView()->layer()->SetOpacity(0.0f); in ~WorkspaceBackdropDelegate() [all …]
|
D | workspace_backdrop_delegate.h | 67 views::Widget* background_; variable
|
/external/chromium_org/pdf/ |
D | progress_control.cc | 65 background_ = background; in Reconfigure() 68 CalculateLayout(owner()->GetInstance(), images_, background_, text_, in Reconfigure() 207 if (rect().size() == background_.size()) { in AdjustBackground() 208 CopyImage(background_, pp::Rect(background_.size()), in AdjustBackground() 224 int slice_x = background_.size().width() / 3; in AdjustBackground() 225 int slice_y = background_.size().height() / 3; in AdjustBackground() 230 CopyImage(background_, src_rc, &ctrl_background_, dest_rc, false); in AdjustBackground() 233 src_rc.set_x(background_.size().width() - slice_x); in AdjustBackground() 235 CopyImage(background_, src_rc, &ctrl_background_, dest_rc, false); in AdjustBackground() 238 src_rc.set_y(background_.size().height() - slice_y); in AdjustBackground() [all …]
|
D | page_indicator.cc | 43 background_ = background; in Configure() 44 pp::Rect rc(origin, background_.size()); in Configure() 64 pp::ImageData buffer(owner()->GetInstance(), background_.format(), in Paint() 65 background_.size(), false); in Paint() 66 CopyImage(background_, pp::Rect(background_.size()), in Paint() 67 &buffer, pp::Rect(background_.size()), false); in Paint()
|
D | draw_utils.h | 73 uint32 background() const { return background_; } in background() 78 uint32 background_; variable
|
D | page_indicator.h | 61 pp::ImageData background_; variable
|
D | progress_control.h | 63 pp::ImageData background_; variable
|
D | draw_utils.cc | 225 : depth_(depth), factor_(factor), background_(background) { in ShadowMatrix()
|
/external/chromium_org/ash/system/tray/ |
D | tray_background_view.cc | 305 background_(NULL), in TrayBackgroundView() 451 if (!background_ || draw_background_as_active_) in UpdateBackground() 453 background_->set_alpha(hide_background_animator_.alpha() + in UpdateBackground() 469 background_ = new TrayBackground(this); in SetContentsBackground() 470 tray_container_->set_background(background_); in SetContentsBackground() 654 if (!background_) in SetDrawBackgroundAsActive() 659 background_->set_color(kTrayBackgroundPressedColor); in SetDrawBackgroundAsActive() 661 background_->set_alpha(kTrayBackgroundHoverAlpha); in SetDrawBackgroundAsActive() 663 background_->set_alpha(kTrayBackgroundAlpha); in SetDrawBackgroundAsActive()
|
D | tray_background_view.h | 176 TrayBackground* background_; variable
|
/external/chromium_org/athena/home/ |
D | athena_start_page_view.cc | 174 background_ = new views::View(); in AthenaStartPageView() 175 background_->set_background( in AthenaStartPageView() 177 background_->SetPaintToLayer(true); in AthenaStartPageView() 178 background_->SetFillsBoundsOpaquely(false); in AthenaStartPageView() 179 AddChildView(background_); in AthenaStartPageView() 416 background_->SetBoundsRect(bounds()); in Layout() 417 background_->layer()->SetOpacity(gfx::Tween::FloatValueBetween( in Layout()
|
D | athena_start_page_view.h | 92 views::View* background_; variable
|
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
D | file_operation_handler.js | 18 this.background_ = background; 169 this.background_.tryClose(); 235 this.background_.tryClose();
|
/external/chromium_org/chrome/browser/resources/chromeos/first_run/ |
D | first_run.js | 59 background_: null, 85 this.background_ = $('background');
|
/external/chromium_org/ash/wm/panels/ |
D | panel_layout_manager.cc | 206 : background_(NULL) { in PanelCalloutWidget() 221 if (background_->alignment() != alignment) { in SetAlignment() 222 background_->set_alignment(alignment); in SetAlignment() 243 background_ = new CalloutWidgetBackground; in InitWidget() 244 content_view->set_background(background_); in InitWidget() 250 CalloutWidgetBackground* background_; member in ash::PanelCalloutWidget
|
/external/chromium_org/ash/wm/overview/ |
D | window_selector.cc | 119 background_(background) { in RoundedContainerView() 137 canvas->DrawColor(background_); in OnPaint() 142 SkColor background_; member in ash::__anon13959d320111::RoundedContainerView
|
/external/chromium_org/ui/views/ |
D | view.h | 504 const Background* background() const { return background_.get(); } in background() 505 Background* background() { return background_.get(); } in background() 1544 scoped_ptr<Background> background_; variable
|
D | view.cc | 832 background_.reset(b); in set_background() 1368 if (background_.get()) { in OnPaintBackground() 1372 background_->Paint(canvas, this); in OnPaintBackground()
|