Home
last modified time | relevance | path

Searched refs:underline_attributes_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chromeos/ime/
Dcomposition_text.h39 return underline_attributes_; in underline_attributes()
43 return &underline_attributes_; in mutable_underline_attributes()
60 std::vector<UnderlineAttribute> underline_attributes_; variable
Dcomposition_text.cc17 underline_attributes_ = obj.underline_attributes(); in CopyFrom()