HomeSort by relevance Sort by last modified time
    Searched defs:cursor_pos (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.cc 51 gfx::Point cursor_pos = GetCursorScreenPoint(); local
52 last_mouse_pos_ = cursor_pos;
89 gfx::Point cursor_pos = GetCursorScreenPoint(); local
92 if (cursor_pos != last_mouse_pos_) {
99 last_mouse_pos_ = cursor_pos;
102 !WindowContainsPoint(cursor_pos) ||
103 (cursor_pos.y() >= GetPopupRect(true).bottom()) ||
109 } else if (cursor_pos.y() < kSlideInRegionHeightPx &&
  /external/chromium_org/ui/base/ime/chromeos/
mock_ime_input_context_handler.h 19 uint32 cursor_pos; member in struct:chromeos::MockIMEInputContextHandler::UpdateCompositionTextArg
33 uint32 cursor_pos,
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc 430 int cursor_pos = -1; local
431 value->GetAsInteger(&cursor_pos);
432 EXPECT_NE(-1, cursor_pos);
448 EXPECT_NE(new_cursor_pos, cursor_pos);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.cc 322 gint cursor_pos = 0; local
323 gtk_im_context_get_preedit_string(context, &str, &attrs, &cursor_pos);
325 ui::ExtractCompositionTextFromGtkPreedit(str, attrs, cursor_pos,
  /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/content/browser/renderer_host/
legacy_render_widget_host_win.cc 254 POINT cursor_pos; local
255 ::GetCursorPos(&cursor_pos);
256 if (::WindowFromPoint(cursor_pos) != GetParent()) {
  /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); \
549 gfx::Point cursor_pos = GetCursorHandlePosition(); local
550 cursor_pos.Offset(GetHandleImageSize().width() / 2 + kPadding, 0);
551 generator.GestureTapAt(cursor_pos);
552 generator.GestureTapAt(cursor_pos);
  /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/win8/metro_driver/
chrome_app_view.cc 1131 POINT cursor_pos = {0}; local
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 392 POINT cursor_pos; local
393 ::GetCursorPos(&cursor_pos);
394 HWND window = ::WindowFromPoint(cursor_pos);
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 1549 POINT cursor_pos = {0}; local
1551 ::ScreenToClient(hwnd(), &cursor_pos); local
2458 POINT cursor_pos = {0}; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 677 milliseconds