HomeSort by relevance Sort by last modified time
    Searched defs:XScopedImage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/x/
x11_util.h 326 class UI_BASE_EXPORT XScopedImage {
328 explicit XScopedImage(XImage* image) : image_(image) {}
329 ~XScopedImage();
340 DISALLOW_COPY_AND_ASSIGN(XScopedImage);
x11_util.cc     [all...]

Completed in 480 milliseconds