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

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_interface.cc 41 is_vertical(false),
input_method_engine_interface.h 115 bool is_vertical; member in struct:chromeos::InputMethodEngineInterface::CandidateWindowProperty
input_method_engine.cc 333 dest_property.is_vertical = property.is_vertical;
  /external/chromium_org/ui/base/ime/
candidate_window.h 31 bool is_vertical; member in struct:ui::CandidateWindow::CandidateWindowProperty
90 return property_->is_vertical ? VERTICAL : HORIZONTAL;
93 property_->is_vertical = (orientation == VERTICAL);
candidate_window.cc 89 is_vertical(false),
  /external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.cc 629 properties_out.is_vertical = *properties.vertical;

Completed in 135 milliseconds