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

  /external/chromium_org/ash/wm/maximize_mode/
workspace_backdrop_delegate.cc 27 : 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_->GetNativeView()->layer()->SetOpacity(0.0f)
    [all...]
workspace_backdrop_delegate.h 67 views::Widget* background_; member in class:ash::WorkspaceBackdropDelegate
  /external/chromium_org/pdf/
progress_control.cc 65 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_rc, &ctrl_background_, dest_rc, false)
    [all...]
page_indicator.cc 43 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);
page_indicator.h 61 pp::ImageData background_; member in class:chrome_pdf::PageIndicator
draw_utils.h 73 uint32 background() const { return background_; }
78 uint32 background_; member in class:chrome_pdf::ShadowMatrix
progress_control.h 63 pp::ImageData background_; member in class:chrome_pdf::ProgressControl
draw_utils.cc 225 : depth_(depth), factor_(factor), background_(background) {
  /external/chromium_org/athena/home/
athena_start_page_view.h 92 views::View* background_; member in class:athena::AthenaStartPageView
athena_start_page_view.cc 174 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/
tray_background_view.cc 305 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);
tray_background_view.h 108 // Creates and sets contents background to |background_|.
176 TrayBackground* background_; member in class:ash::TrayBackgroundView
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 206 : 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
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_handler.js 18 this.background_ = background;
169 this.background_.tryClose();
235 this.background_.tryClose();
  /external/chromium_org/ash/wm/overview/
window_selector.cc 119 background_(background) {
137 canvas->DrawColor(background_);
142 SkColor background_; member in class:ash::__anon6686::RoundedContainerView
  /external/chromium_org/ui/views/
view.h 504 const Background* background() const { return background_.get(); }
505 Background* background() { return background_.get(); }
1544 scoped_ptr<Background> background_; member in class:views::View
    [all...]
view.cc 832 background_.reset(b);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.js 59 background_: null,
85 this.background_ = $('background');

Completed in 621 milliseconds