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

  /external/chromium_org/ui/base/x/
x11_util.h 363 class UI_EXPORT XScopedString {
365 explicit XScopedString(char* str) : string_(str) {}
366 ~XScopedString();
373 DISALLOW_COPY_AND_ASSIGN(XScopedString);
x11_util.cc     [all...]
  /external/chromium_org/ui/base/touch/
touch_factory_x11.cc 101 XScopedString devtype(XGetAtomName(display, dev_list[i].type));

Completed in 308 milliseconds