HomeSort by relevance Sort by last modified time
    Searched refs:GetXIDProperty (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/base/x/
x11_util.h 151 UI_BASE_EXPORT bool GetXIDProperty(XID window,
x11_util.cc 808 bool GetXIDProperty(XID window, const std::string& property_name, XID* value) {
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11_interactive_uitest.cc 49 ui::GetXIDProperty(ui::GetX11RootWindow(), "_NET_ACTIVE_WINDOW", &xid);
x11_desktop_handler.cc 161 if (ui::GetXIDProperty(x_root_window_, "_NET_ACTIVE_WINDOW", &window) &&
desktop_drag_drop_client_aurax11.cc 782 ui::GetXIDProperty(target, "XdndProxy", &target);
    [all...]

Completed in 50 milliseconds