/external/chromium_org/chrome/browser/chromeos/input_method/ |
candidate_window_controller.cc | 5 #include "chrome/browser/chromeos/input_method/candidate_window_controller.h" 7 #include "chrome/browser/chromeos/input_method/candidate_window_controller_impl.h" 10 namespace input_method { namespace in namespace:chromeos 18 } // namespace input_method
|
candidate_window_constants.h | 9 namespace input_method { namespace in namespace:chromeos 39 } // namespace input_method
|
input_method_persistence.cc | 5 #include "chrome/browser/chromeos/input_method/input_method_persistence.h" 12 #include "chrome/browser/chromeos/input_method/input_method_util.h" 19 namespace input_method { namespace in namespace:chromeos 22 void PersistSystemInputMethod(const std::string& input_method) { 27 language_prefs::kPreferredKeyboardLayout, input_method); 32 const std::string& input_method, 33 const chromeos::input_method::InputMethodManager* const manager) { 36 if (!manager->IsLoginKeyboard(input_method)) 46 if (!manager->IsLoginKeyboard(input_method)) 60 input_method); [all...] |
input_method_configuration.h | 11 namespace input_method { namespace in namespace:chromeos 32 } // namespace input_method
|
input_method_util.cc | 5 #include "chrome/browser/chromeos/input_method/input_method_util.h" 144 namespace input_method { namespace in namespace:chromeos 390 const InputMethodDescriptor& input_method) const { 397 if (kMappingFromIdToIndicatorText[i].input_method_id == input_method.id()) { 405 IsKeyboardLayout(input_method.id())) { 408 UTF8ToUTF16(GetKeyboardLayoutName(input_method.id())); 421 DCHECK(!input_method.language_codes().empty()); 422 const std::string language_code = input_method.language_codes().at(0); 431 const InputMethodDescriptor& input_method) const { 437 input_method.id()) 590 const InputMethodDescriptor* input_method = local 622 const InputMethodDescriptor& input_method = imes.at(i); local 659 const InputMethodDescriptor& input_method = local [all...] |
accessibility.h | 11 namespace input_method { namespace in namespace:chromeos 31 } // namespace input_method
|
candidate_window_controller.h | 13 namespace input_method { namespace in namespace:chromeos 43 } // namespace input_method
|
delayable_widget.h | 12 namespace input_method { namespace in namespace:chromeos 42 } // namespace input_method
|
hidable_area.h | 12 namespace input_method { namespace in namespace:chromeos 45 } // namespace input_method
|
input_method_delegate_impl.h | 15 namespace input_method { namespace in namespace:chromeos 33 } // namespace input_method
|
mock_candidate_window_controller.h | 10 #include "chrome/browser/chromeos/input_method/candidate_window_controller.h" 13 namespace input_method { namespace in namespace:chromeos 40 } // namespace input_method
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
input_method_event_router.h | 22 : public input_method::InputMethodManager::Observer { 27 // Implements input_method::InputMethodManager::Observer: 29 input_method::InputMethodManager* manager, 32 input_method::InputMethodManager* manager) OVERRIDE {}
|
input_method_event_router.cc | 22 input_method::InputMethodManager::Get()->AddObserver(this); 26 input_method::InputMethodManager::Get()->RemoveObserver(this); 30 input_method::InputMethodManager *manager,
|
/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();
|
/external/chromium_org/chrome/browser/ui/ash/ |
ime_controller_chromeos.cc | 11 chromeos::input_method::InputMethodManager* manager = 12 chromeos::input_method::InputMethodManager::Get(); 17 chromeos::input_method::InputMethodManager* manager = 18 chromeos::input_method::InputMethodManager::Get(); 23 chromeos::input_method::InputMethodManager* manager = 24 chromeos::input_method::InputMethodManager::Get(); 50 chromeos::input_method::InputMethodManager* manager = 51 chromeos::input_method::InputMethodManager::Get(); 52 const chromeos::input_method::InputMethodDescriptor& descriptor =
|
caps_lock_delegate_chromeos.h | 14 namespace input_method { namespace in namespace:chromeos 16 } // namespace input_method 25 explicit CapsLockDelegate(chromeos::input_method::XKeyboard* xkeyboard); 43 chromeos::input_method::XKeyboard* xkeyboard_;
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
language_customize_modifier_keys_handler.cc | 8 #include "chrome/browser/chromeos/input_method/xkeyboard.h" 15 chromeos::input_method::ModifierKey value; 18 chromeos::input_method::kSearchKey }, 20 chromeos::input_method::kLeftControlKey }, 22 chromeos::input_method::kLeftAltKey }, 24 chromeos::input_method::kVoidKey }, 26 chromeos::input_method::kCapsLockKey }, 61 const input_method::ModifierKey value = 66 value == input_method::kCapsLockKey) {
|
/external/chromium_org/ui/base/ime/ |
input_method_base_unittest.cc | 254 MockInputMethodBase input_method(&verifier); 257 scoped_observer.Add(&input_method); 260 input_method.OnFocus(); 265 ASSERT_EQ(NULL, input_method.GetTextInputClient()); 267 input_method.SetFocusedTextInputClient(&text_input_client_1st); 268 EXPECT_EQ(&text_input_client_1st, input_method.GetTextInputClient()); 275 input_method.SetFocusedTextInputClient(&text_input_client_1st); 282 ASSERT_EQ(&text_input_client_1st, input_method.GetTextInputClient()); 285 input_method.SetFocusedTextInputClient(&text_input_client_2nd); 286 EXPECT_EQ(&text_input_client_2nd, input_method.GetTextInputClient()) [all...] |
remote_input_method_win_unittest.cc | 17 #include "ui/base/ime/input_method.h" 245 scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); 246 EXPECT_NE(kNull, RemoteInputMethodPrivateWin::Get(input_method.get())); 248 InputMethod* dangling_ptr = input_method.get(); 249 input_method.reset(NULL); 255 scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); 257 RemoteInputMethodPrivateWin::Get(input_method.get()); 262 EXPECT_EQ("ja-JP", input_method->GetInputLocale()); 264 input_method->GetInputTextDirection()); 268 EXPECT_EQ("ar-QA", input_method->GetInputLocale()) [all...] |
/external/chromium_org/chromeos/ime/ |
ibus_keymap.h | 13 namespace input_method { namespace in namespace:chromeos 21 } // namespace input_method
|
input_method_delegate.h | 14 namespace input_method { namespace in namespace:chromeos 40 } // namespace input_method
|
input_method_manager.cc | 10 namespace input_method { namespace in namespace:chromeos 35 } // namespace input_method
|
input_method_whitelist.h | 17 namespace input_method { namespace in namespace:chromeos 43 } // namespace input_method
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
keyboard_handler.cc | 18 chromeos::input_method::ModifierKey value; 21 chromeos::input_method::kSearchKey }, 23 chromeos::input_method::kControlKey }, 25 chromeos::input_method::kAltKey }, 27 chromeos::input_method::kVoidKey }, 29 chromeos::input_method::kCapsLockKey }, 31 chromeos::input_method::kEscapeKey }, 85 const input_method::ModifierKey value = 91 value == input_method::kCapsLockKey) {
|
cros_language_options_handler.h | 42 const input_method::InputMethodDescriptors& descriptors); 50 const input_method::InputMethodDescriptors& descriptors); 57 const input_method::InputMethodDescriptors& descriptors); 64 const input_method::InputMethodDescriptors& descriptors); 92 const input_method::InputMethodDescriptors& descriptors,
|