Home
last modified time | relevance | path

Searched refs:OnSize (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dgdivideorenderer.cc97 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/
DJS_Console.h60 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/
Dwindow_tree_host_win.h65 CR_MSG_WM_SIZE(OnSize)
75 void OnSize(UINT param, const gfx::Size& size);
Dwindow_tree_host_win.cc222 void WindowTreeHostWin::OnSize(UINT param, const gfx::Size& size) { in OnSize() function in aura::WindowTreeHostWin
/external/chromium_org/content/browser/renderer_host/
Dlegacy_render_widget_host_win.h84 MESSAGE_HANDLER_EX(WM_SIZE, OnSize) in MESSAGE_HANDLER_EX()
137 LRESULT OnSize(UINT message, WPARAM w_param, LPARAM l_param);
Dlegacy_render_widget_host_win.cc317 LRESULT LegacyRenderWidgetHostHWND::OnSize(UINT message, in OnSize() function in content::LegacyRenderWidgetHostHWND
/external/chromium_org/sandbox/win/sandbox_poc/
Dmain_ui_window.h98 void OnSize(HWND window, UINT state, int cx, int cy);
Dmain_ui_window.cc134 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/
DJetSegGraph.py112 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/
Dhwnd_message_handler.h390 CR_MSG_WM_SIZE(OnSize)
446 void OnSize(UINT param, const gfx::Size& size);
Dhwnd_message_handler.cc1999 void HWNDMessageHandler::OnSize(UINT param, const gfx::Size& size) { in OnSize() function in views::HWNDMessageHandler