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

  /external/chromium/chrome/browser/tab_contents/
web_drag_source_win.cc 21 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/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 147 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/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/chrome/browser/renderer_host/
render_widget_host_view_win.cc 1422 POINT cursor_pos = {0}; local
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 562 POINT cursor_pos = {0}; local
563 GetCursorPos(&cursor_pos);
566 bounds.set_origin(gfx::Point(cursor_pos));
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 564 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));
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 59 #define CURSOR_POS ((UChar)0x007C) /*|*/
723 case CURSOR_POS:
    [all...]

Completed in 744 milliseconds