HomeSort by relevance Sort by last modified time
    Searched full:input_mode (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/ui/base/ime/win/
imm32_manager_unittest.cc 13 TextInputMode input_mode; member in struct:ui::__anon16617::InputModeTestCase
21 *os << " input_mode: " << testing::PrintToString(data.input_mode)
78 IMM32Manager::ConvertInputModeToImmFlags(test_case.input_mode,
imm32_manager.h 243 // Sets conversion status corresponding to |input_mode|.
244 virtual void SetTextInputMode(HWND window_handle, TextInputMode input_mode);
258 // |input_mode|.
259 static void ConvertInputModeToImmFlags(TextInputMode input_mode,
imm32_manager.cc 511 TextInputMode input_mode) {
512 if (input_mode == ui::TEXT_INPUT_MODE_DEFAULT)
527 ConvertInputModeToImmFlags(input_mode, conversion_mode, &open,
615 void IMM32Manager::ConvertInputModeToImmFlags(TextInputMode input_mode,
621 switch (input_mode) {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win_browsertest.cc 37 ui::TextInputMode input_mode) OVERRIDE {
40 input_mode_ = input_mode;
50 ui::TextInputMode input_mode() const { return input_mode_; } function in class:content::__anon10186::MockIMM32Manager
95 EXPECT_EQ(ui::TEXT_INPUT_MODE_EMAIL, mock->input_mode());
render_widget_host_view_guest.cc 293 ui::TextInputMode input_mode) {
296 TextInputTypeChanged(type, can_compose_inline, input_mode);
render_widget_host_view_guest.h 89 ui::TextInputMode input_mode) OVERRIDE;
render_widget_host_view_android.h 102 ui::TextInputMode input_mode) OVERRIDE;
render_widget_host_view_gtk.h 87 ui::TextInputMode input_mode) OVERRIDE;
test_render_view_host.h 103 ui::TextInputMode input_mode) OVERRIDE {}
render_widget_host_view_aura.h 179 ui::TextInputMode input_mode) OVERRIDE;
render_widget_host_view_mac.h 252 ui::TextInputMode input_mode) OVERRIDE;
render_widget_host_view_win.cc 694 ui::TextInputMode input_mode) {
696 text_input_mode_ != input_mode ||
699 (text_input_mode_ != input_mode);
701 text_input_mode_ = input_mode;
    [all...]
render_widget_host_view_win.h 186 ui::TextInputMode input_mode) OVERRIDE;
render_widget_host_impl.cc     [all...]
render_widget_host_impl.h 656 ui::TextInputMode input_mode);
    [all...]
render_widget_host_view_android.cc 410 ui::TextInputMode input_mode) {
    [all...]
render_widget_host_view_gtk.cc 841 ui::TextInputMode input_mode) {
    [all...]
render_widget_host_view_aura.cc     [all...]
render_widget_host_view_mac.mm     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.cc 43 long input_mode; member in struct:__anon16965::__anon16966
  /external/sepolicy/tools/
check_seapp.c 371 int input_mode = 0; local
384 input_mode = 0;
398 input_mode = 1;
402 if (input_mode) {
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 147 void OnNotifyIMEStatus(const int input_mode, const gfx::Rect& caret_rect);
  /external/chromium_org/content/renderer/
render_view_browsertest.cc 845 ui::TextInputMode input_mode = ui::TEXT_INPUT_MODE_DEFAULT; local
849 &input_mode);
    [all...]
render_widget.cc 176 const WebKit::WebString& input_mode) {
179 TextInputModeMap::iterator it = singleton->Map().find(input_mode.utf8());
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 844 long input_mode; member in struct:__anon26958
    [all...]

Completed in 2270 milliseconds