Searched refs:current_ime_properties (Results 1 – 6 of 6) sorted by relevance
195 = CrosLibrary::Get()->GetInputMethodLibrary()->current_ime_properties(); in IsItemCheckedAt()213 = CrosLibrary::Get()->GetInputMethodLibrary()->current_ime_properties(); in GetGroupIdAt()280 = CrosLibrary::Get()->GetInputMethodLibrary()->current_ime_properties(); in GetTypeAt()305 const ImePropertyList& property_list = library->current_ime_properties(); in GetLabelAt()337 = CrosLibrary::Get()->GetInputMethodLibrary()->current_ime_properties(); in ActivatedAt()405 const ImePropertyList& current_ime_properties) { in PropertyListChanged() argument418 if (!current_ime_properties.empty()) { in PropertyListChanged()500 = CrosLibrary::Get()->GetInputMethodLibrary()->current_ime_properties(); in RebuildModel()547 = CrosLibrary::Get()->GetInputMethodLibrary()->current_ime_properties(); in GetPropertyIndex()
80 const ImePropertyList& current_ime_properties);
49 const ImePropertyList& current_ime_properties) = 0;128 virtual const ImePropertyList& current_ime_properties() const = 0;
34 MOCK_CONST_METHOD0(current_ime_properties, const ImePropertyList&(void));
257 virtual const ImePropertyList& current_ime_properties() const { in current_ime_properties() function in chromeos::InputMethodLibraryImpl886 virtual const ImePropertyList& current_ime_properties() const { in current_ime_properties() function in chromeos::InputMethodLibraryStubImpl
194 EXPECT_CALL(*mock_input_method_library_, current_ime_properties()) in SetInputMethodLibraryStatusAreaExpectations()