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

  /external/chromium/chrome/browser/chromeos/cros/
mock_input_method_library.h 24 MOCK_METHOD0(GetActiveInputMethods, InputMethodDescriptors*(void));
input_method_library.h 64 virtual InputMethodDescriptors* GetActiveInputMethods() = 0;
input_method_library.cc 120 virtual InputMethodDescriptors* GetActiveInputMethods() {
146 scoped_ptr<InputMethodDescriptors> input_methods(GetActiveInputMethods());
201 GetActiveInputMethods());
216 // to return active input methods from GetActiveInputMethods() before
389 scoped_ptr<InputMethodDescriptors> input_methods(GetActiveInputMethods());
    [all...]
cros_mock.cc 174 EXPECT_CALL(*mock_input_method_library_, GetActiveInputMethods())
  /external/chromium_org/chromeos/ime/
input_method_manager.h 98 virtual scoped_ptr<InputMethodDescriptors> GetActiveInputMethods() const = 0;
102 // The same as GetActiveInputMethods but returns reference to internal list.
  /external/chromium_org/chrome/browser/chromeos/input_method/
mock_input_method_manager.cc 47 MockInputMethodManager::GetActiveInputMethods() const {
mock_input_method_manager.h 33 GetActiveInputMethods() const OVERRIDE;
input_method_manager_impl.h 56 GetActiveInputMethods() const OVERRIDE;
input_method_manager_impl.cc 112 InputMethodManagerImpl::GetActiveInputMethods() const {
284 scoped_ptr<InputMethodDescriptors> input_methods(GetActiveInputMethods());
input_method_manager_impl_unittest.cc 320 manager_->GetActiveInputMethods());
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu.cc 126 GetActiveInputMethods()),
457 GetActiveInputMethods());
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.cc 275 manager->GetActiveInputMethods());
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 125 library->GetActiveInputMethods());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 740 manager->GetActiveInputMethods());
    [all...]

Completed in 524 milliseconds