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 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/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/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/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/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 217 POINT cursor_pos; local
218 ::GetCursorPos(&cursor_pos);
219 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); \
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);
  /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 388 POINT cursor_pos; local
389 ::GetCursorPos(&cursor_pos);
390 HWND window = ::WindowFromPoint(cursor_pos);
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 1510 POINT cursor_pos = {0}; local
1512 ::ScreenToClient(hwnd(), &cursor_pos); local
2422 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 741 milliseconds