Searched defs:tag_wide (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc56 std::wstring tag_wide; local
57 if (!UTF8ToWide(tag.c_str(), tag.length(), &tag_wide)) {
96 if (tag_wide == child.GetTitle()) {
113 node.SetTitle(tag_wide);

Completed in 410 milliseconds