OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNumActiveInputMethods
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl_unittest.cc
420
EXPECT_EQ(5U, manager_->GetActiveIMEState()->
GetNumActiveInputMethods
());
426
EXPECT_EQ(2U, manager_->GetActiveIMEState()->
GetNumActiveInputMethods
());
451
manager_->GetActiveIMEState()->
GetNumActiveInputMethods
()); // 5 + French
458
EXPECT_EQ(1U, manager_->GetActiveIMEState()->
GetNumActiveInputMethods
());
466
EXPECT_EQ(1U, manager_->GetActiveIMEState()->
GetNumActiveInputMethods
());
480
EXPECT_EQ(7U, manager_->GetActiveIMEState()->
GetNumActiveInputMethods
());
492
EXPECT_EQ(1U, manager_->GetActiveIMEState()->
GetNumActiveInputMethods
());
500
EXPECT_EQ(2U, manager_->GetActiveIMEState()->
GetNumActiveInputMethods
());
524
EXPECT_EQ(2U, manager_->GetActiveIMEState()->
GetNumActiveInputMethods
());
534
EXPECT_EQ(1U, manager_->GetActiveIMEState()->
GetNumActiveInputMethods
());
[
all
...]
mode_indicator_browsertest.cc
130
ASSERT_LT(1UL, imm->GetActiveIMEState()->
GetNumActiveInputMethods
());
198
ASSERT_LT(1UL, imm->GetActiveIMEState()->
GetNumActiveInputMethods
());
mock_input_method_manager.h
48
virtual size_t
GetNumActiveInputMethods
() const OVERRIDE;
input_method_manager_impl.h
88
virtual size_t
GetNumActiveInputMethods
() const OVERRIDE;
mock_input_method_manager.cc
72
size_t MockInputMethodManager::State::
GetNumActiveInputMethods
() const {
input_method_manager_impl.cc
204
size_t InputMethodManagerImpl::StateImpl::
GetNumActiveInputMethods
() const {
[
all
...]
/external/chromium_org/chromeos/ime/
input_method_manager.h
126
virtual size_t
GetNumActiveInputMethods
() const = 0;
/external/chromium_org/chrome/browser/chromeos/login/ui/
webui_login_display.cc
183
if (ime_manager->GetActiveIMEState()->
GetNumActiveInputMethods
() > 1) {
Completed in 117 milliseconds