Searched defs:UTF8AdaptorInfo (Results 1 – 1 of 1) sorted by relevance
16 struct UTF8AdaptorInfo { struct17 explicit UTF8AdaptorInfo(const WTF::String& input) : utf8_adaptor(input) { in UTF8AdaptorInfo() argument23 ~UTF8AdaptorInfo() {} in ~UTF8AdaptorInfo()25 WTF::StringUTF8Adaptor utf8_adaptor;29 size_t original_size_in_bytes;