Searched refs:has_capture_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dactionable_view.cc17 : has_capture_(false) {
48 has_capture_ = true;
53 if (has_capture_ && GetLocalBounds().Contains(event.location()))
58 has_capture_ = false;
H A Dactionable_view.h59 bool has_capture_; member in class:ash::ActionableView
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_win.cc46 : has_capture_(false),
86 if (!has_capture_) {
87 has_capture_ = true;
93 if (has_capture_)
156 if (has_capture_) {
157 has_capture_ = false;
H A Dwindow_tree_host_win.h60 bool has_capture_; member in class:aura::WindowTreeHostWin

Completed in 95 milliseconds