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

  /external/chromium_org/ash/wm/overview/
window_selector_item.cc 122 window_label_.reset();
248 if (window_label_ &&
249 window_label_->GetNativeWindow()->GetRootWindow() != root_window) {
250 window_label_.reset();
253 if (!window_label_) {
254 window_label_.reset(CreateWindowLabel(root_window,
256 label_bounds.set_height(window_label_->
258 label_bounds.set_y(label_bounds.y() - window_label_->
260 window_label_->GetNativeWindow()->SetBounds(label_bounds);
261 ui::Layer* layer = window_label_->GetNativeWindow()->layer()
    [all...]
window_selector_item.h 125 scoped_ptr<views::Widget> window_label_; member in class:ash::WindowSelectorItem
window_selector_unittest.cc 210 return window->window_label_.get();
    [all...]

Completed in 191 milliseconds