HomeSort by relevance Sort by last modified time
    Searched defs:input_method (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util.h 17 namespace input_method { namespace in namespace:chromeos
202 } // namespace input_method
input_method_util_unittest.cc 5 #include "chrome/browser/chromeos/input_method/input_method_util.h"
16 namespace input_method { namespace in namespace:chromeos
312 } // namespace input_method
xkeyboard_unittest.cc 5 #include "chrome/browser/chromeos/input_method/xkeyboard.h"
17 namespace input_method { namespace in namespace:chromeos
218 } // namespace input_method
xkeyboard.h 14 namespace input_method { namespace in namespace:chromeos
104 } // namespace input_method
xkeyboard.cc 5 #include "chrome/browser/chromeos/input_method/xkeyboard.h"
21 #include "chrome/browser/chromeos/input_method/input_method_util.h"
25 namespace input_method { namespace in namespace:chromeos
439 } // namespace input_method
input_method_util.cc 5 #include "chrome/browser/chromeos/input_method/input_method_util.h"
68 const chromeos::InputMethodDescriptor& input_method = local
71 chromeos::input_method::GetLanguageCodeFromDescriptor(input_method);
73 library->GetKeyboardOverlayId(input_method.id);
75 std::make_pair(language_code, input_method.id));
78 std::make_pair(input_method.id, language_code));
80 std::make_pair(input_method.id, input_method));
82 std::make_pair(input_method.keyboard_layout, keyboard_overlay_id))
95 const chromeos::InputMethodDescriptor& input_method = iter->second; local
366 namespace input_method { namespace in namespace:chromeos
642 const InputMethodDescriptor* input_method = local
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_button_browsertest.cc 38 InputMethodMenuButton* input_method = GetInputMethodMenuButton(); local
39 ASSERT_TRUE(input_method != NULL);
43 std::wstring indicator = input_method->text();
input_method_menu_button.cc 11 #include "chrome/browser/chromeos/input_method/input_method_util.h"
85 input_method::OnLocaleChanged();
123 input_method::IsKeyboardLayout(input_method_id) &&
160 const InputMethodDescriptor& input_method = local
162 const std::wstring name = InputMethodMenu::GetTextForIndicator(input_method);
163 const std::wstring tooltip = InputMethodMenu::GetTextForMenu(input_method);
166 UpdateUI(input_method.id, name, tooltip, num_active_input_methods);
input_method_menu.cc 16 #include "chrome/browser/chromeos/input_method/input_method_util.h"
187 const InputMethodDescriptor& input_method local
189 return input_method == CrosLibrary::Get()->GetInputMethodLibrary()->
307 return input_method::GetStringUTF16(
325 const InputMethodDescriptor& input_method local
328 input_method.id);
420 const InputMethodDescriptor& input_method = library->current_input_method(); local
422 UpdateUIFromInputMethod(input_method, num_active_input_methods);
475 const InputMethodDescriptor& input_method,
477 const std::wstring name = GetTextForIndicator(input_method);
    [all...]

Completed in 171 milliseconds