HomeSort by relevance Sort by last modified time
    Searched refs:GetActiveInputMethods (Results 1 - 6 of 6) 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/chrome/browser/chromeos/status/
input_method_menu.cc 126 GetActiveInputMethods()),
457 GetActiveInputMethods());
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 125 library->GetActiveInputMethods());
    [all...]

Completed in 963 milliseconds