Searched defs:WebCompositionUnderline (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebCompositionUnderline.h38 // Class WebCompositionUnderline is intended to be used with WebWidget's
40 struct WebCompositionUnderline { struct in namespace:blink
41 WebCompositionUnderline() function in struct:blink::WebCompositionUnderline
48 WebCompositionUnderline(unsigned s, unsigned e, WebColor c, bool t, WebColor bc) function in struct:blink::WebCompositionUnderline
55 bool operator<(const WebCompositionUnderline& other) const
60 // Need to update IPC_STRUCT_TRAITS_BEGIN(blink::WebCompositionUnderline)

Completed in 79 milliseconds