HomeSort by relevance Sort by last modified time
    Searched refs:active_overlay_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/frame/
contents_container.cc 45 active_overlay_(NULL),
52 // We don't need to explicitly delete active_overlay_ as it'll be deleted by
99 if (active_overlay_ || !ui::Animation::ShouldRenderRichAnimation())
117 if (active_overlay_ || !ui::Animation::ShouldRenderRichAnimation())
125 if (active_overlay_) {
128 active_overlay_->Close();
129 active_overlay_ = NULL;
134 active_overlay_->SetOpacity(
137 active_overlay_->GetRootView()->SchedulePaint();
154 DCHECK(!active_overlay_);
    [all...]
contents_container.h 80 views::Widget* active_overlay_; member in class:ContentsContainer

Completed in 1132 milliseconds