OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetPaintsBackground
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ash/shelf/
background_animator.h
45
void
SetPaintsBackground
(bool value, ChangeType type);
background_animator.cc
37
void BackgroundAnimator::
SetPaintsBackground
(bool value, ChangeType type) {
shelf_widget.h
41
void
SetPaintsBackground
(
shelf_widget.cc
146
background_animator_.
SetPaintsBackground
(false,
161
background_animator_.
SetPaintsBackground
(!hovered,
500
void ShelfWidget::
SetPaintsBackground
(
517
background_animator_.
SetPaintsBackground
(
shelf_layout_manager.cc
[
all
...]
/external/chromium_org/ash/system/tray/
tray_background_view.cc
337
SetPaintsBackground
(true, internal::BackgroundAnimator::CHANGE_IMMEDIATE);
338
hover_background_animator_.
SetPaintsBackground
(false,
367
hover_background_animator_.
SetPaintsBackground
(true,
378
hover_background_animator_.
SetPaintsBackground
(false,
426
void TrayBackgroundView::
SetPaintsBackground
(
429
hide_background_animator_.
SetPaintsBackground
(value, change_type);
tray_background_view.h
107
void
SetPaintsBackground
(
Completed in 85 milliseconds