/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
D | gdivideorenderer.cc | 97 void OnSize(int width, int height, bool frame_changed); 168 OnSize(LOWORD(lParam), HIWORD(lParam), false); in OnMessage() 172 OnSize(LOWORD(lParam), HIWORD(lParam), true); in OnMessage() 191 OnSize(bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight, false); in Initialize() 207 void GdiVideoRenderer::VideoWindow::OnSize(int width, int height, in OnSize() function in cricket::GdiVideoRenderer::VideoWindow
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Console.h | 60 HDWP OnSize(HDWP hdwp, int sizeType, CRect *pnCltRect, CRect *poCltRect, CRect *pR0, CWnd *pDlg); 90 void OnSize(UINT nType, int cx, int cy); 149 virtual void OnSize(UINT nType, int cx, int cy); 217 afx_msg void OnSize(UINT nType, int cx, int cy);
|
/external/chromium_org/ui/aura/ |
D | window_tree_host_win.h | 65 CR_MSG_WM_SIZE(OnSize) 75 void OnSize(UINT param, const gfx::Size& size);
|
D | window_tree_host_win.cc | 222 void WindowTreeHostWin::OnSize(UINT param, const gfx::Size& size) { in OnSize() function in aura::WindowTreeHostWin
|
/external/chromium_org/content/browser/renderer_host/ |
D | legacy_render_widget_host_win.h | 84 MESSAGE_HANDLER_EX(WM_SIZE, OnSize) in MESSAGE_HANDLER_EX() 137 LRESULT OnSize(UINT message, WPARAM w_param, LPARAM l_param);
|
D | legacy_render_widget_host_win.cc | 317 LRESULT LegacyRenderWidgetHostHWND::OnSize(UINT message, in OnSize() function in content::LegacyRenderWidgetHostHWND
|
/external/chromium_org/sandbox/win/sandbox_poc/ |
D | main_ui_window.h | 98 void OnSize(HWND window, UINT state, int cx, int cy);
|
D | main_ui_window.cc | 134 return HANDLE_WM_SIZE(window, wparam, lparam, host->OnSize); in WndProc() 282 void MainUIWindow::OnSize(HWND window, UINT state, int cx, int cy) { in OnSize() function in MainUIWindow
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetSegGraph.py | 112 self.Bind(wx.EVT_SIZE, self.OnSize) 116 self.OnSize(None) 191 def OnSize(self, event=None): member in SegmentGraph
|
/external/chromium_org/ui/views/win/ |
D | hwnd_message_handler.h | 390 CR_MSG_WM_SIZE(OnSize) 446 void OnSize(UINT param, const gfx::Size& size);
|
D | hwnd_message_handler.cc | 1999 void HWNDMessageHandler::OnSize(UINT param, const gfx::Size& size) { in OnSize() function in views::HWNDMessageHandler
|