Home
last modified time | relevance | path

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

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