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

  /external/chromium_org/chromeos/ime/
input_method_property.cc 21 is_selection_item_checked(in_is_selection_item_checked) {
27 is_selection_item_checked(false) {
37 is_selection_item_checked == other.is_selection_item_checked;
49 << ", is_selection_item_checked=" << is_selection_item_checked; local
input_method_property.h 36 bool is_selection_item_checked; // true if |is_selection_item| is true and member in struct:chromeos::input_method::InputMethodProperty
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu.cc 196 return property_list.at(index).is_selection_item_checked;
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc 550 property->is_selection_item_checked = item.checked;
input_method_engine_browsertests.cc 769 EXPECT_TRUE(props[4].is_selection_item_checked);
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 761 property.selected = properties[i].is_selection_item_checked;
    [all...]

Completed in 959 milliseconds