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

  /external/chromium_org/ui/base/x/
x11_util.h 157 UI_BASE_EXPORT bool GetAtomArrayProperty(XID window,
x11_util.cc 610 if (GetAtomArrayProperty(window, "_NET_WM_STATE", &wm_states)) {
857 bool GetAtomArrayProperty(XID window,
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11_unittest.cc 58 if (ui::GetAtomArrayProperty(xwindow(), "_NET_WM_STATE", &hints)) {
x11_topmost_window_finder_interactive_uitest.cc 56 if (ui::GetAtomArrayProperty(xwindow(), "_NET_WM_STATE", &wm_states)) {
desktop_drag_drop_client_aurax11.cc 210 if (!ui::GetAtomArrayProperty(source_window_,
318 if (!ui::GetAtomArrayProperty(source_window_,
    [all...]
desktop_drag_drop_client_aurax11_unittest.cc 428 ui::GetAtomArrayProperty(client->source_xwindow(), "XdndTypeList", &targets);
desktop_window_tree_host_x11.cc     [all...]

Completed in 2257 milliseconds