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

  /external/chromium/chrome/browser/chromeos/cros/
mock_input_method_library.h 25 MOCK_METHOD0(GetNumActiveInputMethods, size_t(void));
input_method_library.h 67 virtual size_t GetNumActiveInputMethods() = 0;
input_method_library.cc 145 virtual size_t GetNumActiveInputMethods() {
484 const size_t num_active_input_methods = GetNumActiveInputMethods();
593 const size_t num_active_input_methods = GetNumActiveInputMethods();
    [all...]
cros_mock.cc 198 EXPECT_CALL(*mock_input_method_library_, GetNumActiveInputMethods())
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_button.cc 165 input_method_library->GetNumActiveInputMethods();
input_method_menu.cc 421 size_t num_active_input_methods = library->GetNumActiveInputMethods();
  /external/chromium/chrome/browser/chromeos/login/
screen_locker_browsertest.cc 180 EXPECT_CALL(*mock_input_method_library_, GetNumActiveInputMethods())
screen_locker.cc 828 if (input_method_library->GetNumActiveInputMethods() > 1)
    [all...]

Completed in 943 milliseconds