Home
last modified time | relevance | path

Searched refs:cursor_pos (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_exit_bubble.cc50 gfx::Point cursor_pos = GetCursorScreenPoint(); in StartWatchingMouse() local
51 last_mouse_pos_ = cursor_pos; in StartWatchingMouse()
88 gfx::Point cursor_pos = GetCursorScreenPoint(); in CheckMousePosition() local
91 if (cursor_pos != last_mouse_pos_) { in CheckMousePosition()
98 last_mouse_pos_ = cursor_pos; in CheckMousePosition()
101 !WindowContainsPoint(cursor_pos) || in CheckMousePosition()
102 (cursor_pos.y() >= GetPopupRect(true).bottom()) || in CheckMousePosition()
108 } else if (cursor_pos.y() < kSlideInRegionHeightPx && in CheckMousePosition()
/external/chromium_org/ui/base/ime/chromeos/
Dmock_ime_input_context_handler.cc27 uint32 cursor_pos, in UpdateCompositionText() argument
31 last_update_composition_arg_.cursor_pos = cursor_pos; in UpdateCompositionText()
Dime_bridge.h36 uint32 cursor_pos,
99 virtual void SetSurroundingText(const std::string& text, uint32 cursor_pos,
118 uint32 cursor_pos,
Dmock_ime_input_context_handler.h19 uint32 cursor_pos; member
33 uint32 cursor_pos,
Dmock_ime_engine_handler.cc62 uint32 cursor_pos, in SetSurroundingText() argument
66 last_set_surrounding_cursor_pos_ = cursor_pos; in SetSurroundingText()
Dmock_ime_candidate_window_handler.cc28 uint32 cursor_pos, in UpdatePreeditText() argument
Dmock_ime_candidate_window_handler.h35 const base::string16& text, uint32 cursor_pos, bool visible) OVERRIDE;
Dmock_ime_engine_handler.h28 virtual void SetSurroundingText(const std::string& text, uint32 cursor_pos,
/external/chromium_org/content/browser/web_contents/
Dtouch_editable_impl_aura_browsertest.cc358 int cursor_pos = -1; in IN_PROC_BROWSER_TEST_F() local
359 value->GetAsInteger(&cursor_pos); in IN_PROC_BROWSER_TEST_F()
360 EXPECT_NE(-1, cursor_pos); in IN_PROC_BROWSER_TEST_F()
376 EXPECT_NE(new_cursor_pos, cursor_pos); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dx11_input_method_context_impl_gtk2.cc260 gint cursor_pos = 0; in OnPreeditChanged() local
261 gtk_im_context_get_preedit_string(context, &str, &attrs, &cursor_pos); in OnPreeditChanged()
263 ui::ExtractCompositionTextFromGtkPreedit(str, attrs, cursor_pos, in OnPreeditChanged()
/external/chromium_org/content/browser/renderer_host/
Dlegacy_render_widget_host_win.cc217 POINT cursor_pos; in OnMouseLeave() local
218 ::GetCursorPos(&cursor_pos); in OnMouseLeave()
219 if (::WindowFromPoint(cursor_pos) != GetParent()) { in OnMouseLeave()
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
DSDL_ipodvideo.c575 unsigned short cursor_pos; in M_update_display() local
580 cursor_pos = sx + (sy << 5); in M_update_display()
587 M_lcd_cmd_and_data(0x11, cursor_pos >> 8, cursor_pos & 0xff); in M_update_display()
603 cursor_pos += 0x20; in M_update_display()
/external/chromium_org/chrome/browser/ui/views/status_icons/
Dstatus_icon_win.cc46 void StatusIconWin::HandleClickEvent(const gfx::Point& cursor_pos, in HandleClickEvent() argument
66 gfx::Rect(cursor_pos, gfx::Size()), in HandleClickEvent()
Dstatus_tray_win.cc191 gfx::Point cursor_pos( in WndProc() local
193 win_icon->HandleClickEvent(cursor_pos, lparam == WM_LBUTTONDOWN); in WndProc()
Dstatus_icon_win.h36 void HandleClickEvent(const gfx::Point& cursor_pos, bool left_button_click);
/external/chromium_org/ui/views/touchui/
Dtouch_selection_controller_impl_unittest.cc242 gfx::Point cursor_pos = GetCursorPosition(sel); \
245 EXPECT_EQ(ch_pos, cursor_pos); \
544 gfx::Point cursor_pos = GetCursorHandlePosition(); in TEST_F() local
545 cursor_pos.Offset(GetHandleImageSize().width() / 2 + kPadding, 0); in TEST_F()
546 generator.GestureTapAt(cursor_pos); in TEST_F()
547 generator.GestureTapAt(cursor_pos); in TEST_F()
/external/lldb/scripts/Python/interface/
DSBCommandInterpreter.i119 uint32_t cursor_pos,
/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_engine.cc45 uint32 cursor_pos, in UpdateComposition() argument
51 composition_text, cursor_pos, is_visible); in UpdateComposition()
682 uint32 cursor_pos, in SetSurroundingText() argument
686 static_cast<int>(cursor_pos), in SetSurroundingText()
Dmock_input_method_engine.cc132 uint32 cursor_pos, in SetSurroundingText() argument
Dmock_input_method_engine.h85 virtual void SetSurroundingText(const std::string& text, uint32 cursor_pos,
/external/chromium_org/chrome/browser/ui/views/
Dfullscreen_exit_bubble_views.cc470 gfx::Point cursor_pos = gfx::Screen::GetScreenFor( in GetCursorScreenPoint() local
472 views::View::ConvertPointFromScreen(GetBrowserRootView(), &cursor_pos); in GetCursorScreenPoint()
473 return cursor_pos; in GetCursorScreenPoint()
/external/chromium_org/ui/base/ime/
Dinput_method_chromeos.cc486 uint32 cursor_pos, in UpdateCompositionText() argument
495 candidate_window->UpdatePreeditText(text.text(), cursor_pos, visible); in UpdateCompositionText()
510 ExtractCompositionText(text, cursor_pos, &composition_); in UpdateCompositionText()
Dinput_method_chromeos.h105 uint32 cursor_pos,
/external/lldb/include/lldb/API/
DSBCommandInterpreter.h110 uint32_t cursor_pos,
/external/lldb/source/API/
DSBCommandInterpreter.cpp187 uint32_t cursor_pos, in HandleCompletion() argument
192 const char *cursor = current_line + cursor_pos; in HandleCompletion()

12