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

  /external/chromium_org/ui/views/corewm/
input_method_event_filter.cc 21 target_root_window_(NULL) {
48 // discarded so it's safe to update the target_root_window_ here.
50 target_root_window_ = target->GetRootWindow();
51 DCHECK(target_root_window_);
71 return target_root_window_->AsRootWindowHostDelegate()->OnHostKeyEvent(
81 return target_root_window_->AsRootWindowHostDelegate()->OnHostKeyEvent(
input_method_event_filter.h 54 aura::RootWindow* target_root_window_; member in class:views::corewm::InputMethodEventFilter
  /external/chromium_org/ash/
shell.cc 206 target_root_window_(NULL),
398 return shell->target_root_window_;
511 target_root_window_ = root_window;
    [all...]
shell.h 212 target_root_window_ = target_root_window;
521 // which case they are created on |target_root_window_|.
522 // |target_root_window_| never becomes NULL during the session.
523 aura::RootWindow* target_root_window_; member in class:ash::Shell

Completed in 555 milliseconds