Searched defs:HasCapture (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/views/test/
H A Dwidget_test.cc32 bool NativeWidgetCapture::HasCapture() const { function in class:views::test::NativeWidgetCapture
/external/chromium_org/ui/aura/
H A Dwindow.cc827 bool Window::HasCapture() { function in class:aura::Window
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc572 bool DesktopNativeWidgetAura::HasCapture() const { function in class:views::DesktopNativeWidgetAura
573 return content_window_ && content_window_->HasCapture() &&
574 desktop_root_window_host_->HasCapture();
H A Ddesktop_root_window_host_win.cc329 bool DesktopRootWindowHostWin::HasCapture() const { function in class:views::DesktopRootWindowHostWin
330 return message_handler_->HasCapture();
867 if (target && target->HasCapture() && target != this) {
H A Ddesktop_root_window_host_x11.cc507 bool DesktopRootWindowHostX11::HasCapture() const { function in class:views::DesktopRootWindowHostX11
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc273 bool NativeWidgetAura::HasCapture() const { function in class:views::NativeWidgetAura
274 return window_ && window_->HasCapture();
H A Dnative_widget_win.cc210 bool NativeWidgetWin::HasCapture() const { function in class:views::NativeWidgetWin
211 return message_handler_->HasCapture();
H A Dwidget.cc931 if (!native_widget_->HasCapture())
936 if (native_widget_->HasCapture())
940 bool Widget::HasCapture() { function in class:views::Widget
941 return native_widget_->HasCapture();
1169 if (!native_widget_->HasCapture())
1179 if (auto_release_capture_ && native_widget_->HasCapture())
1188 if (native_widget_->HasCapture() && is_mouse_button_pressed_) {
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc786 DCHECK(!HasCapture());
791 if (HasCapture())
795 bool HWNDMessageHandler::HasCapture() const { function in class:views::HWNDMessageHandler
1659 if (event.type() == ui::ET_MOUSE_MOVED && !HasCapture()) {

Completed in 175 milliseconds