Searched refs:dst_indicator_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/display/
H A Dshared_display_edge_indicator.cc74 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);
H A Dshared_display_edge_indicator.h47 views::View* dst_indicator_; member in class:ash::SharedDisplayEdgeIndicator

Completed in 376 milliseconds