Home
last modified time | relevance | path

Searched refs:current_ime_properties (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/status/
Dinput_method_menu.cc195 = 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() argument
418 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()
Dinput_method_menu.h80 const ImePropertyList& current_ime_properties);
/external/chromium/chrome/browser/chromeos/cros/
Dinput_method_library.h49 const ImePropertyList& current_ime_properties) = 0;
128 virtual const ImePropertyList& current_ime_properties() const = 0;
Dmock_input_method_library.h34 MOCK_CONST_METHOD0(current_ime_properties, const ImePropertyList&(void));
Dinput_method_library.cc257 virtual const ImePropertyList& current_ime_properties() const { in current_ime_properties() function in chromeos::InputMethodLibraryImpl
886 virtual const ImePropertyList& current_ime_properties() const { in current_ime_properties() function in chromeos::InputMethodLibraryStubImpl
Dcros_mock.cc194 EXPECT_CALL(*mock_input_method_library_, current_ime_properties()) in SetInputMethodLibraryStatusAreaExpectations()