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 86 void OnSetCursorPos(int x, int y);
chrome_app_view_ash.cc 163 IPC_MESSAGE_HANDLER(MetroViewerHostMsg_SetCursorPos, OnSetCursorPos)
246 void OnSetCursorPos(int x, int y) {
247 VLOG(1) << "In IPC OnSetCursorPos: " << x << ", " << y;
250 base::Bind(&ChromeAppViewAsh::OnSetCursorPos,
826 void ChromeAppViewAsh::OnSetCursorPos(int x, int y) {
829 DVLOG(1) << "In UI OnSetCursorPos: " << x << ", " << y;
    [all...]

Completed in 45 milliseconds