Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/ime/
Dibus_text.h37 return underline_attributes_; in underline_attributes()
41 return &underline_attributes_; in mutable_underline_attributes()
58 std::vector<UnderlineAttribute> underline_attributes_; variable
Dibus_text.cc17 underline_attributes_ = obj.underline_attributes(); in CopyFrom()