Searched defs:cursor_pos (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/ui/base/ime/chromeos/
H A Dmock_ime_candidate_window_handler.cc35 uint32 cursor_pos,
34 UpdatePreeditText(const std::string& text, uint32 cursor_pos, bool visible) argument
H A Dmock_ime_input_context_handler.cc26 uint32 cursor_pos,
30 last_update_preedit_arg_.cursor_pos = cursor_pos;
25 UpdatePreeditText(const IBusText& text, uint32 cursor_pos, bool visible) argument
H A Dmock_ime_engine_handler.cc59 uint32 cursor_pos,
63 last_set_surrounding_cursor_pos_ = cursor_pos;
58 SetSurroundingText(const std::string& text, uint32 cursor_pos, uint32 anchor_pos) argument
H A Dmock_ime_input_context_handler.h19 uint32 cursor_pos; member in struct:chromeos::MockIMEInputContextHandler::UpdatePreeditTextArg
33 uint32 cursor_pos,
/external/chromium/chrome/browser/tab_contents/
H A Dweb_drag_source_win.cc21 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/
H A Dweb_drag_source_win.cc23 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);
H A Dtouch_editable_impl_aura_browsertest.cc344 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/
H A Dfullscreen_exit_bubble.cc50 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/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_icon_win.cc43 void StatusIconWin::HandleClickEvent(const gfx::Point& cursor_pos, argument
62 gfx::Rect(cursor_pos, gfx::Size()), views::MenuItemView::TOPLEFT,
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl_unittest.cc185 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/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble.cc147 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/libgtk2ui/
H A Dx11_input_method_context_impl_gtk2.cc272 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/ui/views/
H A Dfullscreen_exit_bubble_views.cc471 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/
H A Dinput_method_ibus.cc504 uint32 cursor_pos,
513 candidate_window->UpdatePreeditText(text.text(), cursor_pos, visible);
528 ExtractCompositionText(text, cursor_pos, &composition_);
503 UpdatePreeditText(const chromeos::IBusText& text, uint32 cursor_pos, bool visible) argument
H A Dinput_method_ibus_unittest.cc178 uint32 cursor_pos,
181 EXPECT_EQ(expected_cursor_position_, cursor_pos);
177 Verify(const std::string& text, uint32 cursor_pos, uint32 anchor_pos) argument
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine.cc42 uint32 cursor_pos,
47 input_context->UpdatePreeditText(ibus_text, cursor_pos, is_visible);
530 uint32 cursor_pos,
534 static_cast<int>(cursor_pos),
41 UpdatePreedit(const IBusText& ibus_text, uint32 cursor_pos, bool is_visible) argument
529 SetSurroundingText(const std::string& text, uint32 cursor_pos, uint32 anchor_pos) argument
/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_views_unittest.cc267 int GetCursorPositionX(int cursor_pos) { argument
270 gfx::SelectionModel(cursor_pos, gfx::CURSOR_FORWARD), false).x();
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c575 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/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.cc564 gint cursor_pos; local
566 g_object_get(G_OBJECT(text_entry_), "cursor-position", &cursor_pos, local
571 return UTF8ToUTF16(contents.substr(cursor_pos, selection_bound));
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.cc562 POINT cursor_pos = {0}; local
563 GetCursorPos(&cursor_pos);
566 bounds.set_origin(gfx::Point(cursor_pos));
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc1252 CPoint cursor_pos(GET_X_LPARAM(lparam), GET_Y_LPARAM(lparam));
1253 ClientToScreen(&cursor_pos);
1254 GetParent().ScreenToClient(&cursor_pos);
1255 parent_msg_lparam = MAKELPARAM(cursor_pos.x, cursor_pos.y);
1422 POINT cursor_pos = {0}; local
1423 ::GetCursorPos(&cursor_pos);
1424 ::ScreenToClient(m_hWnd, &cursor_pos);
1425 HWND child_window = ::RealChildWindowFromPoint(m_hWnd, cursor_pos);
/external/chromium_org/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.cc590 gint cursor_pos; local
592 g_object_get(G_OBJECT(text_entry_), "cursor-position", &cursor_pos, local
597 return UTF8ToUTF16(contents.substr(cursor_pos, selection_bound));
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc398 POINT cursor_pos; local
399 ::GetCursorPos(&cursor_pos);
400 HWND window = ::WindowFromPoint(cursor_pos);
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view.cc1131 POINT cursor_pos = {0}; local
1132 GetCursorPos(&cursor_pos);
1136 if (::PtInRect(&osk_rect, cursor_pos)) {
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_win.cc1804 CPoint cursor_pos(GET_X_LPARAM(lparam), GET_Y_LPARAM(lparam));
1805 ClientToScreen(&cursor_pos);
1806 if (!GetPixelBounds().Contains(cursor_pos.x, cursor_pos.y)) {
1807 HWND window = WindowFromPoint(cursor_pos);
1810 MAKELPARAM(cursor_pos.x, cursor_pos.y));
1821 int window_x = cursor_pos.x - window_bounds.left;
1822 int window_y = cursor_pos.y - window_bounds.top;
1828 MAKELPARAM(cursor_pos
2315 POINT cursor_pos = {0}; local
[all...]

Completed in 1416 milliseconds

12