HomeSort by relevance Sort by last modified time
    Searched refs:HasCapture (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/ui/views/corewm/
desktop_capture_controller_unittest.cc 93 EXPECT_FALSE(w1->HasCapture());
99 EXPECT_TRUE(w2->HasCapture());
160 EXPECT_FALSE(widget1->GetNativeView()->HasCapture());
161 EXPECT_FALSE(widget2->GetNativeView()->HasCapture());
166 EXPECT_TRUE(widget1->GetNativeView()->HasCapture());
167 EXPECT_FALSE(widget2->GetNativeView()->HasCapture());
186 EXPECT_FALSE(widget1->GetNativeView()->HasCapture());
187 EXPECT_TRUE(widget2->GetNativeView()->HasCapture());
tooltip_controller.cc 69 if (!event_target->HasCapture()) {
  /external/chromium_org/ui/views/widget/
widget_interactive_uitest.cc 138 EXPECT_TRUE(widget_->HasCapture());
259 EXPECT_FALSE(toplevel->HasCapture());
261 EXPECT_TRUE(toplevel->HasCapture());
268 EXPECT_FALSE(toplevel->HasCapture());
273 EXPECT_TRUE(toplevel->HasCapture());
275 EXPECT_TRUE(toplevel->HasCapture());
277 EXPECT_FALSE(toplevel->HasCapture());
321 EXPECT_TRUE(toplevel->HasCapture());
327 EXPECT_FALSE(toplevel->HasCapture());
375 EXPECT_FALSE(first->HasCapture());
    [all...]
native_widget_mac.h 48 virtual bool HasCapture() const OVERRIDE;
native_widget_private.h 135 virtual bool HasCapture() const = 0;
tooltip_manager_aura.cc 45 if (!source->HasCapture())
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...]
native_widget_aura.h 74 virtual bool HasCapture() const OVERRIDE;
native_widget_aura_unittest.cc 334 EXPECT_FALSE(widget->HasCapture());
widget.h 697 bool HasCapture();
    [all...]
  /external/chromium_org/ui/views/test/
widget_test.h 56 virtual bool HasCapture() const OVERRIDE;
widget_test.cc 32 bool NativeWidgetCapture::HasCapture() const {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 107 virtual bool HasCapture() const = 0;
desktop_window_tree_host_x11.h 122 virtual bool HasCapture() const OVERRIDE;
x11_whole_screen_move_loop.cc 152 if (!source->HasCapture()) {
desktop_native_widget_aura.h 118 virtual bool HasCapture() const OVERRIDE;
desktop_window_tree_host_win.h 80 virtual bool HasCapture() const OVERRIDE;
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...]
  /external/chromium_org/ui/views/controls/menu/
menu_host.cc 97 if (native_widget_private()->HasCapture())
  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views.cc 78 if (widget->HasCapture())
  /external/chromium_org/ash/wm/
system_gesture_event_filter_unittest.cc 197 EXPECT_TRUE(window1->HasCapture());
207 EXPECT_TRUE(window1->HasCapture());
221 EXPECT_TRUE(window2->HasCapture());
  /external/chromium_org/ui/aura/
window.h 282 bool HasCapture();
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 562 EXPECT_FALSE(tab_strip->GetWidget()->HasCapture());
635 EXPECT_FALSE(tab_strip->GetWidget()->HasCapture());
636 EXPECT_FALSE(tab_strip2->GetWidget()->HasCapture());
722 EXPECT_FALSE(tab_strip->GetWidget()->HasCapture());
723 EXPECT_FALSE(tab_strip2->GetWidget()->HasCapture());
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 179 bool HasCapture() const;

Completed in 211 milliseconds

1 2