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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11_unittest.cc 408 ui::SetAtomArrayProperty(xid, "_NET_WM_STATE", "ATOM", atom_list);
440 ui::SetAtomArrayProperty(xid, "_NET_WM_STATE", "ATOM", atom_list);
desktop_drag_drop_client_aurax11.cc 636 ui::SetAtomArrayProperty(xwindow_, "XdndActionList", "ATOM", actions);
    [all...]
desktop_window_tree_host_x11.cc 796 ui::SetAtomArrayProperty(xwindow_, "_NET_WM_ICON", "CARDINAL", data);
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.h 177 UI_BASE_EXPORT bool SetAtomArrayProperty(XID window,
selection_requestor.cc 119 SetAtomArrayProperty(x_window_, kChromeSelection, "ATOM", parameter);
x11_util.cc 943 return SetAtomArrayProperty(window, name, type, values);
946 bool SetAtomArrayProperty(XID window,
    [all...]

Completed in 191 milliseconds