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

  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.h 49 const ImePropertyList& current_ime_properties) = 0;
128 virtual const ImePropertyList& current_ime_properties() const = 0;
mock_input_method_library.h 34 MOCK_CONST_METHOD0(current_ime_properties, const ImePropertyList&(void));
input_method_library.cc 257 virtual const ImePropertyList& current_ime_properties() const { function in class:chromeos::InputMethodLibraryImpl
886 virtual const ImePropertyList& current_ime_properties() const { function in class:chromeos::InputMethodLibraryStubImpl
    [all...]
cros_mock.cc 194 EXPECT_CALL(*mock_input_method_library_, current_ime_properties())
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu.cc 195 = CrosLibrary::Get()->GetInputMethodLibrary()->current_ime_properties();
213 = CrosLibrary::Get()->GetInputMethodLibrary()->current_ime_properties();
280 = CrosLibrary::Get()->GetInputMethodLibrary()->current_ime_properties();
305 const ImePropertyList& property_list = library->current_ime_properties();
337 = CrosLibrary::Get()->GetInputMethodLibrary()->current_ime_properties();
405 const ImePropertyList& current_ime_properties) {
418 if (!current_ime_properties.empty()) {
500 = CrosLibrary::Get()->GetInputMethodLibrary()->current_ime_properties();
547 = CrosLibrary::Get()->GetInputMethodLibrary()->current_ime_properties();
input_method_menu.h 80 const ImePropertyList& current_ime_properties);

Completed in 228 milliseconds