OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TrayItemView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/tray/
tray_item_view.cc
28
TrayItemView
::
TrayItemView
(SystemTrayItem* owner)
38
TrayItemView
::~
TrayItemView
() {}
41
void
TrayItemView
::DisableAnimationsForTest() {
45
void
TrayItemView
::CreateLabel() {
50
void
TrayItemView
::CreateImageView() {
55
void
TrayItemView
::SetVisible(bool set_visible) {
78
gfx::Size
TrayItemView
::DesiredSize() const {
82
int
TrayItemView
::GetAnimationDurationMS()
[
all
...]
tray_item_view.h
27
class ASH_EXPORT
TrayItemView
: public views::View,
30
explicit
TrayItemView
(SystemTrayItem* owner);
31
virtual ~
TrayItemView
();
76
DISALLOW_COPY_AND_ASSIGN(
TrayItemView
);
Completed in 436 milliseconds