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

1 2

  /external/chromium_org/ui/base/ime/chromeos/
mock_ime_input_context_handler.cc 26 uint32 cursor_pos,
30 last_update_preedit_arg_.cursor_pos = cursor_pos;
mock_ime_engine_handler.cc 59 uint32 cursor_pos,
63 last_set_surrounding_cursor_pos_ = cursor_pos;
mock_ime_input_context_handler.h 19 uint32 cursor_pos; member in struct:chromeos::MockIMEInputContextHandler::UpdatePreeditTextArg
33 uint32 cursor_pos,
ibus_bridge.h 38 uint32 cursor_pos,
98 // and |cursor_pos| is 0 based index of cursor position in |text|. If there is
99 // selection range, |anchor_pos| represents opposite index from |cursor_pos|.
100 // Otherwise |anchor_pos| is equal to |cursor_pos|.
101 virtual void SetSurroundingText(const std::string& text, uint32 cursor_pos,
124 virtual void UpdatePreeditText(const std::string& text, uint32 cursor_pos,
mock_ime_candidate_window_handler.cc 35 uint32 cursor_pos,
mock_ime_candidate_window_handler.h 36 virtual void UpdatePreeditText(const std::string& text, uint32 cursor_pos,
mock_ime_engine_handler.h 28 virtual void SetSurroundingText(const std::string& text, uint32 cursor_pos,
  /external/chromium/chrome/browser/tab_contents/
web_drag_source_win.cc 21 POINT cursor_pos; local
22 GetCursorPos(&cursor_pos);
23 screen->SetPoint(cursor_pos.x, cursor_pos.y);
24 ScreenToClient(wnd, &cursor_pos);
25 client->SetPoint(cursor_pos.x, cursor_pos.y);
  /external/chromium_org/content/browser/web_contents/
web_drag_source_win.cc 23 POINT cursor_pos; local
24 GetCursorPos(&cursor_pos);
25 screen->SetPoint(cursor_pos.x, cursor_pos.y);
26 ScreenToClient(wnd, &cursor_pos);
27 client->SetPoint(cursor_pos.x, cursor_pos.y);
touch_editable_impl_aura_browsertest.cc 344 int cursor_pos = -1; local
345 value->GetAsInteger(&cursor_pos);
346 EXPECT_NE(-1, cursor_pos);
362 EXPECT_NE(new_cursor_pos, cursor_pos);
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.cc 50 gfx::Point cursor_pos = GetCursorScreenPoint(); local
51 last_mouse_pos_ = cursor_pos;
88 gfx::Point cursor_pos = GetCursorScreenPoint(); local
91 if (cursor_pos != last_mouse_pos_) {
98 last_mouse_pos_ = cursor_pos;
101 !WindowContainsPoint(cursor_pos) ||
102 (cursor_pos.y() >= GetPopupRect(true).bottom()) ||
108 } else if (cursor_pos.y() < kSlideInRegionHeightPx &&
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTestsLanguageWithoutSpaces.java 72 final int CURSOR_POS = 4;
76 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS);
78 CURSOR_POS, CURSOR_POS, -1, -1);
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 147 gfx::Point cursor_pos = views::Screen::GetCursorScreenPoint(); local
148 last_mouse_pos_ = cursor_pos;
209 gfx::Point cursor_pos = views::Screen::GetCursorScreenPoint(); local
210 gfx::Point transformed_pos(cursor_pos);
224 (cursor_pos.y() >= GetPopupRect(true).bottom()) ||
228 } else if ((cursor_pos.y() < kSlideInRegionHeightPx) ||
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_win.cc 111 gfx::Point cursor_pos(
113 win_icon->HandleClickEvent(cursor_pos, lparam == WM_LBUTTONDOWN);
status_icon_win.cc 43 void StatusIconWin::HandleClickEvent(const gfx::Point& cursor_pos,
62 gfx::Rect(cursor_pos, gfx::Size()), views::MenuItemView::TOPLEFT,
status_icon_win.h 34 void HandleClickEvent(const gfx::Point& cursor_pos, bool left_button_click);
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 185 gfx::Point cursor_pos = GetCursorPosition(sel); \
188 EXPECT_EQ(ch_pos, cursor_pos); \
488 gfx::Point cursor_pos = GetCursorHandlePosition(); local
489 cursor_pos.Offset(GetHandleImageSize().width() / 2 + kPadding, 0);
490 generator.GestureTapAt(cursor_pos);
491 generator.GestureTapAt(cursor_pos);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.cc 272 gint cursor_pos = 0; local
273 gtk_im_context_get_preedit_string(context, &str, &attrs, &cursor_pos);
275 ui::ExtractCompositionTextFromGtkPreedit(str, attrs, cursor_pos,
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc 42 uint32 cursor_pos,
47 input_context->UpdatePreeditText(ibus_text, cursor_pos, is_visible);
530 uint32 cursor_pos,
534 static_cast<int>(cursor_pos),
input_method_engine.h 92 virtual void SetSurroundingText(const std::string& text, uint32 cursor_pos,
input_method_engine_interface.h 156 int cursor_pos,
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc 2315 POINT cursor_pos = {0}; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 575 unsigned short cursor_pos; local
580 cursor_pos = sx + (sy << 5);
587 M_lcd_cmd_and_data(0x11, cursor_pos >> 8, cursor_pos & 0xff);
603 cursor_pos += 0x20;
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc 471 gfx::Point cursor_pos = gfx::Screen::GetScreenFor( local
473 views::View::ConvertPointFromScreen(GetBrowserRootView(), &cursor_pos); local
474 return cursor_pos;
  /external/chromium_org/ui/base/ime/
input_method_ibus.h 112 uint32 cursor_pos,

Completed in 615 milliseconds

1 2