HomeSort by relevance Sort by last modified time
    Searched defs:HasCapture (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/views/test/
widget_test.cc 32 bool NativeWidgetCapture::HasCapture() const {
  /external/chromium_org/ui/aura/
window.cc 759 bool Window::HasCapture() {
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 632 bool DesktopNativeWidgetAura::HasCapture() const {
633 return content_window_ && content_window_->HasCapture() &&
634 desktop_window_tree_host_->HasCapture();
    [all...]
desktop_window_tree_host_win.cc 323 bool DesktopWindowTreeHostWin::HasCapture() const {
324 return message_handler_->HasCapture();
819 if (target && target->HasCapture() && target != this) {
    [all...]
desktop_window_tree_host_x11.cc 557 bool DesktopWindowTreeHostX11::HasCapture() const {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 269 bool NativeWidgetAura::HasCapture() const {
270 return window_ && window_->HasCapture();
    [all...]
widget.cc 946 if (!native_widget_->HasCapture())
951 if (native_widget_->HasCapture())
955 bool Widget::HasCapture() {
956 return native_widget_->HasCapture();
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 751 DCHECK(!HasCapture());
756 if (HasCapture())
760 bool HWNDMessageHandler::HasCapture() const {
    [all...]

Completed in 141 milliseconds