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 772 bool Window::HasCapture() {
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 629 bool DesktopNativeWidgetAura::HasCapture() const {
630 return content_window_ && content_window_->HasCapture() &&
631 desktop_window_tree_host_->HasCapture();
    [all...]
desktop_window_tree_host_win.cc 346 bool DesktopWindowTreeHostWin::HasCapture() const {
347 return message_handler_->HasCapture();
867 if (target && target->HasCapture() && target != this) {
    [all...]
desktop_window_tree_host_x11.cc 581 bool DesktopWindowTreeHostX11::HasCapture() const {
940 if (HasCapture())
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 269 bool NativeWidgetAura::HasCapture() const {
270 return window_ && window_->HasCapture();
    [all...]
widget.cc 943 if (!native_widget_->HasCapture()) {
947 if (!native_widget_->HasCapture())
957 if (native_widget_->HasCapture())
961 bool Widget::HasCapture() {
962 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 438 milliseconds