Home
last modified time | relevance | path

Searched refs:GetXIDProperty (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/base/x/
Dx11_util.h178 UI_EXPORT bool GetXIDProperty(XID window, const std::string& property_name,
Dx11_util.cc776 bool GetXIDProperty(XID window, const std::string& property_name, XID* value) { in GetXIDProperty() function
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_drag_drop_client_aurax11.cc127 ui::GetXIDProperty(*mouse_window, "XdndProxy", &target); in FindWindowFor()