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
251
ui::Layer* opaque_background() { return &
opaque_background_
; }
310
ui::Layer
opaque_background_
;
member in class:ash::ShelfWidget::DelegateView
325
opaque_background_
(ui::LAYER_SOLID_COLOR),
329
opaque_background_
.SetColor(SK_ColorBLACK);
330
opaque_background_
.SetBounds(GetLocalBounds());
331
opaque_background_
.SetOpacity(0.0f);
376
layer->Add(&
opaque_background_
);
469
parent_layer->StackAtBottom(&
opaque_background_
);
473
opaque_background_
.SetBounds(GetLocalBounds());
/external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc
64
opaque_background_
(ui::LAYER_SOLID_COLOR) {
71
opaque_background_
.SetBounds(gfx::Rect(bounds.size()));
84
opaque_background_
.GetAnimator()));
88
opaque_background_
.SetOpacity(target_opacity);
146
opaque_background_
.SetColor(SK_ColorBLACK);
147
opaque_background_
.SetBounds(gfx::Rect(GetWindowBoundsInScreen().size()));
148
opaque_background_
.SetOpacity(0.0f);
149
GetNativeWindow()->layer()->Add(&
opaque_background_
);
170
ui::Layer
opaque_background_
;
member in class:ash::internal::DockedBackgroundWidget
[
all
...]
Completed in 30 milliseconds