Home
last modified time | relevance | path

Searched refs:OnMove (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ui/aura/
Droot_window_host_win.h62 MSG_WM_MOVE(OnMove)
72 void OnMove(const CPoint& point);
Droot_window_host_win.cc279 void RootWindowHostWin::OnMove(const CPoint& point) { in OnMove() function in aura::RootWindowHostWin
/external/chromium_org/chrome_frame/test/
Dinfobar_unittests.cc67 MOCK_METHOD1(OnMove, void(CPoint ptPos));
74 MSG_WM_MOVE(OnMove)
190 EXPECT_CALL(*mock_window, OnMove(CPoint(modified_rect->left, in ExpectNcCalcSizeSequence()
203 EXPECT_CALL(*mock_window, OnMove(CPoint(modified_rect->left, in ExpectNcCalcSizeSequence()
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.h363 MSG_WM_MOVE(OnMove)
410 void OnMove(const CPoint& point);
Dhwnd_message_handler.cc1697 void HWNDMessageHandler::OnMove(const CPoint& point) { in OnMove() function in views::HWNDMessageHandler
/external/chromium_org/content/browser/fileapi/
Dfileapi_message_filter.h99 void OnMove(int request_id,
Dfileapi_message_filter.cc148 IPC_MESSAGE_HANDLER(FileSystemHostMsg_Move, OnMove) in OnMessageReceived()
240 void FileAPIMessageFilter::OnMove( in OnMove() function in content::FileAPIMessageFilter
/external/chromium_org/chrome/browser/ui/views/
Dexternal_tab_container_win.cc209 MSG_WM_MOVE(OnMove) in MSG_WM_MOVE() argument
249 void OnMove(const CPoint& position) { in OnMove() function in ContainerWindow