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 57 void OnSetCursorPos(int x, int y);
chrome_app_view_ash.cc 93 IPC_MESSAGE_HANDLER(MetroViewerHostMsg_SetCursorPos, OnSetCursorPos)
142 void OnSetCursorPos(int x, int y) {
143 VLOG(1) << "In IPC OnSetCursorPos: " << x << ", " << y;
146 base::Bind(&ChromeAppViewAsh::OnSetCursorPos,
549 void ChromeAppViewAsh::OnSetCursorPos(int x, int y) {
552 DVLOG(1) << "In UI OnSetCursorPos: " << x << ", " << y;
    [all...]

Completed in 33 milliseconds