Searched defs:UTF8AdaptorInfo (Results 1 – 1 of 1) sorted by relevance
17 struct UTF8AdaptorInfo { struct18 explicit UTF8AdaptorInfo(const WTF::String& input) : utf8_adaptor(input) { in UTF8AdaptorInfo() argument24 ~UTF8AdaptorInfo() {} in ~UTF8AdaptorInfo()26 WTF::StringUTF8Adaptor utf8_adaptor;30 size_t original_size_in_bytes;