Searched refs:OnSize (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dgdivideorenderer.cc97 void OnSize(int width, int height, bool frame_changed);
168 OnSize(LOWORD(lParam), HIWORD(lParam), false);
172 OnSize(LOWORD(lParam), HIWORD(lParam), true);
191 OnSize(bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight, false);
207 void GdiVideoRenderer::VideoWindow::OnSize(int width, int height, function in class:cricket::GdiVideoRenderer::VideoWindow
/external/pdfium/fpdfsdk/include/javascript/
H A 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/content/browser/renderer_host/
H A Dlegacy_render_widget_host_win.h84 MESSAGE_HANDLER_EX(WM_SIZE, OnSize)
137 LRESULT OnSize(UINT message, WPARAM w_param, LPARAM l_param);
H A Dlegacy_render_widget_host_win.cc364 LRESULT LegacyRenderWidgetHostHWND::OnSize(UINT message, function in class:content::LegacyRenderWidgetHostHWND
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.h98 void OnSize(HWND window, UINT state, int cx, int cy);
H A Dmain_ui_window.cc134 return HANDLE_WM_SIZE(window, wparam, lparam, host->OnSize);
282 void MainUIWindow::OnSize(HWND window, UINT state, int cx, int cy) { function in class:MainUIWindow
/external/sonivox/jet_tools/JetCreator/
H A DJetSegGraph.py112 self.Bind(wx.EVT_SIZE, self.OnSize)
116 self.OnSize(None)
191 def OnSize(self, event=None): member in class:SegmentGraph
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.h400 CR_MSG_WM_SIZE(OnSize)
456 void OnSize(UINT param, const gfx::Size& size);
H A Dhwnd_message_handler.cc1383 // Please refer to the comments in the OnSize function about the scrollbar
1408 // Please refer to the notes in the OnSize function for information about
2038 void HWNDMessageHandler::OnSize(UINT param, const gfx::Size& size) { function in class:views::HWNDMessageHandler
2041 // invoked OnSize we ensure the RootView has been laid out.

Completed in 601 milliseconds