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

  /external/chromium_org/ui/aura/
root_window_host_win.h 62 MSG_WM_MOVE(OnMove)
72 void OnMove(const CPoint& point);
root_window_host_win.cc 279 void RootWindowHostWin::OnMove(const CPoint& point) {
  /external/chromium_org/chrome_frame/test/
infobar_unittests.cc 67 MOCK_METHOD1(OnMove, void(CPoint ptPos));
74 MSG_WM_MOVE(OnMove)
190 EXPECT_CALL(*mock_window, OnMove(CPoint(modified_rect->left,
203 EXPECT_CALL(*mock_window, OnMove(CPoint(modified_rect->left,
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 363 MSG_WM_MOVE(OnMove)
410 void OnMove(const CPoint& point);
hwnd_message_handler.cc     [all...]
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 99 void OnMove(int request_id,
fileapi_message_filter.cc 148 IPC_MESSAGE_HANDLER(FileSystemHostMsg_Move, OnMove)
240 void FileAPIMessageFilter::OnMove(
  /external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.cc 209 MSG_WM_MOVE(OnMove)
249 void OnMove(const CPoint& position) {
    [all...]

Completed in 47 milliseconds