Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/web/
DWebTextCheckingResult.h43 struct WebTextCheckingResult { struct
44 WebTextCheckingResult() in WebTextCheckingResult() argument
53 : decoration(decoration) in decoration()
65 WebTextDecorationType decoration;
66 int location;
67 int length;
68 WebString replacement;
69 uint32_t hash;