Searched refs:XScopedString (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/base/x/
H A Dx11_util.h311 class UI_BASE_EXPORT XScopedString { class in namespace:ui
313 explicit XScopedString(char* str) : string_(str) {} function in class:ui::XScopedString
314 ~XScopedString();
321 DISALLOW_COPY_AND_ASSIGN(XScopedString);
H A Dx11_util.cc1339 XScopedString::~XScopedString() {

Completed in 133 milliseconds