HomeSort by relevance Sort by last modified time
    Searched full:menu_xid (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
x11_topmost_window_finder_interactive_uitest.cc 367 XID menu_xid = XCreateWindow(xdisplay(), local
379 ui::SetAtomProperty(menu_xid,
384 ui::SetUseOSWindowFrame(menu_xid, false);
385 ShowAndSetXWindowBounds(menu_xid, gfx::Rect(140, 110, 100, 100));
388 // |menu_xid| is never added to _NET_CLIENT_LIST_STACKING.
394 EXPECT_EQ(menu_xid, FindTopmostXWindowAt(150, 120));
395 EXPECT_EQ(menu_xid, FindTopmostXWindowAt(210, 120));
398 XDestroyWindow(xdisplay(), menu_xid); local

Completed in 750 milliseconds