HomeSort by relevance Sort by last modified time
    Searched refs:OnSetCursorPos (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.h 84 void OnSetCursorPos(int x, int y);
chrome_app_view_ash.cc 162 IPC_MESSAGE_HANDLER(MetroViewerHostMsg_SetCursorPos, OnSetCursorPos)
245 void OnSetCursorPos(int x, int y) {
246 VLOG(1) << "In IPC OnSetCursorPos: " << x << ", " << y;
249 base::Bind(&ChromeAppViewAsh::OnSetCursorPos,
861 void ChromeAppViewAsh::OnSetCursorPos(int x, int y) {
864 DVLOG(1) << "In UI OnSetCursorPos: " << x << ", " << y;
    [all...]

Completed in 39 milliseconds