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

1 2

  /external/chromium_org/ui/base/ime/chromeos/
mock_ime_input_context_handler.cc 27 uint32 cursor_pos,
31 last_update_composition_arg_.cursor_pos = cursor_pos;
mock_ime_input_context_handler.h 19 uint32 cursor_pos; member in struct:chromeos::MockIMEInputContextHandler::UpdateCompositionTextArg
33 uint32 cursor_pos,
ime_bridge.h 36 uint32 cursor_pos,
96 // and |cursor_pos| is 0 based index of cursor position in |text|. If there is
97 // selection range, |anchor_pos| represents opposite index from |cursor_pos|.
98 // Otherwise |anchor_pos| is equal to |cursor_pos|.
99 virtual void SetSurroundingText(const std::string& text, uint32 cursor_pos,
118 uint32 cursor_pos,
mock_ime_candidate_window_handler.cc 28 uint32 cursor_pos,
mock_ime_candidate_window_handler.h 35 const base::string16& text, uint32 cursor_pos, bool visible) OVERRIDE;
mock_ime_engine_handler.cc 62 uint32 cursor_pos,
66 last_set_surrounding_cursor_pos_ = cursor_pos;
mock_ime_engine_handler.h 28 virtual void SetSurroundingText(const std::string& text, uint32 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 &&
  /external/lldb/scripts/Python/interface/
SBCommandInterpreter.i 119 uint32_t cursor_pos,
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_win.h 36 void HandleClickEvent(const gfx::Point& cursor_pos, bool left_button_click);
status_icon_win.cc 46 void StatusIconWin::HandleClickEvent(const gfx::Point& cursor_pos,
66 gfx::Rect(cursor_pos, gfx::Size()),
status_tray_win.cc 191 gfx::Point cursor_pos(
193 win_icon->HandleClickEvent(cursor_pos, lparam == WM_LBUTTONDOWN);
  /external/chromium_org/chrome/browser/chromeos/input_method/
mock_input_method_engine.cc 132 uint32 cursor_pos,
mock_input_method_engine.h 85 virtual void SetSurroundingText(const std::string& text, uint32 cursor_pos,
input_method_engine.cc 45 uint32 cursor_pos,
51 composition_text, cursor_pos, is_visible);
682 uint32 cursor_pos,
686 static_cast<int>(cursor_pos),
input_method_engine.h 99 virtual void SetSurroundingText(const std::string& text, uint32 cursor_pos,
input_method_engine_interface.h 166 int cursor_pos,
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc 358 int cursor_pos = -1; local
359 value->GetAsInteger(&cursor_pos);
360 EXPECT_NE(-1, cursor_pos);
376 EXPECT_NE(new_cursor_pos, cursor_pos);
  /external/chromium_org/ui/base/ime/
input_method_chromeos.h 105 uint32 cursor_pos,
input_method_chromeos.cc 486 uint32 cursor_pos,
495 candidate_window->UpdatePreeditText(text.text(), cursor_pos, visible);
510 ExtractCompositionText(text, cursor_pos, &composition_);
  /external/lldb/include/lldb/API/
SBCommandInterpreter.h 110 uint32_t cursor_pos,
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.cc 260 gint cursor_pos = 0; local
261 gtk_im_context_get_preedit_string(context, &str, &attrs, &cursor_pos);
263 ui::ExtractCompositionTextFromGtkPreedit(str, attrs, cursor_pos,
  /external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.cc 217 POINT cursor_pos; local
218 ::GetCursorPos(&cursor_pos);
219 if (::WindowFromPoint(cursor_pos) != GetParent()) {
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc 470 gfx::Point cursor_pos = gfx::Screen::GetScreenFor( local
472 views::View::ConvertPointFromScreen(GetBrowserRootView(), &cursor_pos); local
473 return cursor_pos;
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 242 gfx::Point cursor_pos = GetCursorPosition(sel); \
245 EXPECT_EQ(ch_pos, cursor_pos); \
544 gfx::Point cursor_pos = GetCursorHandlePosition(); local
545 cursor_pos.Offset(GetHandleImageSize().width() / 2 + kPadding, 0);
546 generator.GestureTapAt(cursor_pos);
547 generator.GestureTapAt(cursor_pos);

Completed in 750 milliseconds

1 2