Searched defs:WebTextCheckingResult (Results 1 – 1 of 1) sorted by relevance
39 struct WebTextCheckingResult { struct45 explicit WebTextCheckingResult(Error e = ErrorSpelling, int p = 0, int l = 0) argument46 : error(e) in error()52 Error error;53 int position;54 int length;