OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_indicator_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/display/
shared_display_edge_indicator.cc
74
dst_indicator_
(NULL) {
84
DCHECK(!
dst_indicator_
);
86
dst_indicator_
= new IndicatorView;
88
CreateWidget(dst_bounds,
dst_indicator_
);
98
if (
dst_indicator_
)
99
dst_indicator_
->GetWidget()->Close();
100
dst_indicator_
= NULL;
109
if (
dst_indicator_
)
110
static_cast<IndicatorView*>(
dst_indicator_
)->SetColor(color);
shared_display_edge_indicator.h
47
views::View*
dst_indicator_
;
member in class:ash::SharedDisplayEdgeIndicator
Completed in 2276 milliseconds