Searched refs:XScopedString (Results 1 – 2 of 2) sorted by relevance
311 class UI_BASE_EXPORT XScopedString {313 explicit XScopedString(char* str) : string_(str) {} in XScopedString() function314 ~XScopedString();321 DISALLOW_COPY_AND_ASSIGN(XScopedString);
1339 XScopedString::~XScopedString() { in ~XScopedString()