OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:draw_background_as_active_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/tray/
tray_background_view.h
133
bool draw_background_as_active() const {return
draw_background_as_active_
; }
178
bool
draw_background_as_active_
;
member in class:ash::internal::TrayBackgroundView
tray_background_view.cc
331
draw_background_as_active_
(false),
362
if (!background_ ||
draw_background_as_active_
||
371
if (!background_ ||
draw_background_as_active_
||
407
if (!background_ ||
draw_background_as_active_
)
604
draw_background_as_active_
= visible;
609
if (
draw_background_as_active_
)
Completed in 50 milliseconds