Home
last modified time | relevance | path

Searched defs:WebTextCheckingResult (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebTextCheckingResult.h39 struct WebTextCheckingResult { struct
45 explicit WebTextCheckingResult(Error e = ErrorSpelling, int p = 0, int l = 0) argument
46 : error(e) in error()
52 Error error;
53 int position;
54 int length;