HomeSort by relevance Sort by last modified time
    Searched refs:mutable_underline_attributes (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chromeos/ime/
composition_text.h 42 std::vector<UnderlineAttribute>* mutable_underline_attributes() { function in class:chromeos::CompositionText
composition_text_unittest.cc 28 text.mutable_underline_attributes();
  /external/chromium_org/ui/base/ime/
input_method_chromeos_unittest.cc 658 chromeos_composition_text.mutable_underline_attributes()->push_back(
690 chromeos_composition_text.mutable_underline_attributes()->push_back(
722 chromeos_composition_text.mutable_underline_attributes()->push_back(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc 286 composition_text_->mutable_underline_attributes()->push_back(underline);

Completed in 786 milliseconds