OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opaque_background_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_widget.cc
327
ui::Layer* opaque_background() { return &
opaque_background_
; }
388
ui::Layer
opaque_background_
;
member in class:ash::ShelfWidget::DelegateView
407
opaque_background_
(ui::LAYER_SOLID_COLOR),
412
opaque_background_
.SetColor(SK_ColorBLACK);
413
opaque_background_
.SetBounds(GetLocalBounds());
414
opaque_background_
.SetOpacity(0.0f);
462
layer->Add(&
opaque_background_
);
569
parent_layer->StackAtBottom(&
opaque_background_
);
574
opaque_background_
.SetBounds(GetLocalBounds());
/external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc
65
opaque_background_
(ui::LAYER_SOLID_COLOR),
74
opaque_background_
.SetBounds(gfx::Rect(bounds.size()));
148
opaque_background_
.SetColor(SK_ColorBLACK);
149
opaque_background_
.SetBounds(gfx::Rect(GetWindowBoundsInScreen().size()));
150
opaque_background_
.SetOpacity(0.0f);
151
GetNativeWindow()->layer()->Add(&
opaque_background_
);
176
opaque_background_
.GetAnimator()));
180
opaque_background_
.SetOpacity(target_opacity);
200
ui::Layer
opaque_background_
;
member in class:ash::DockedBackgroundWidget
[
all
...]
Completed in 585 milliseconds