Searched refs:GetIOError (Results 1 – 5 of 5) sorted by relevance
137 return base::unexpected(GetIOError(default_style_bag.error())); in ResolveAttrs()171 return base::unexpected(GetIOError(result.error())); in ResolveAttrs()182 return base::unexpected(GetIOError(result.error())); in ResolveAttrs()236 return base::unexpected(GetIOError(default_style_bag.error())); in ApplyStyle()243 return base::unexpected(GetIOError(xml_style_bag.error())); in ApplyStyle()303 return base::unexpected(GetIOError(result.error())); in ApplyStyle()314 return base::unexpected(GetIOError(result.error())); in ApplyStyle()390 return base::unexpected(GetIOError(result.error())); in RetrieveAttributes()
336 return base::unexpected(GetIOError(type_name16.error())); in CollectConfigurations()347 return base::unexpected(GetIOError(type_name.error())); in CollectConfigurations()
1836 return base::unexpected(GetIOError(attribute_entry_result.error())); in SetTo()
1022 return base::unexpected(GetIOError(str.error())); in string8ObjectAt()1030 return base::unexpected(GetIOError(str16.error())); in string8ObjectAt()
41 static inline IOError GetIOError(const NullOrIOError& error) { in GetIOError() function