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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositionUnderline.h33 struct CompositionUnderline { struct in namespace:blink
34 CompositionUnderline() function in struct:blink::CompositionUnderline
41 CompositionUnderline(unsigned s, unsigned e, const Color& c, bool t, const Color& bc) function in struct:blink::CompositionUnderline
/external/chromium_org/ui/base/ime/
H A Dcomposition_underline.h17 struct CompositionUnderline { struct in namespace:ui
18 CompositionUnderline() function in struct:ui::CompositionUnderline
26 CompositionUnderline(uint32 s, uint32 e, SkColor c, bool t) function in struct:ui::CompositionUnderline
33 CompositionUnderline(uint32 s, uint32 e, SkColor c, bool t, SkColor bc) function in struct:ui::CompositionUnderline
40 bool operator==(const CompositionUnderline& rhs) const {
47 bool operator!=(const CompositionUnderline& rhs) const {
58 typedef std::vector<CompositionUnderline> CompositionUnderlines;

Completed in 63 milliseconds