OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnSize
(Results
1 - 11
of
11
) sorted by null
/external/sonivox/jet_tools/JetCreator/
JetSegGraph.py
112
self.Bind(wx.EVT_SIZE, self.
OnSize
)
116
self.
OnSize
(None)
191
def
OnSize
(self, event=None):
/external/chromium_org/mojo/services/native_viewport/
native_viewport_win.cc
57
MSG_WM_SIZE(
OnSize
)
86
void
OnSize
(UINT param, const CSize& size) {
/external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.cc
231
void NativeTabContentsViewWin::
OnSize
(UINT param, const CSize& size) {
233
// calling DefWindowProc,
OnSize
is NOT called on window resize. This handler
236
// Don't call base class
OnSize
to avoid useless layout for 0x0 size.
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
gdivideorenderer.cc
97
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,
/external/chromium_org/chrome_frame/
chrome_frame_plugin.h
44
MESSAGE_HANDLER(WM_SIZE,
OnSize
)
166
LRESULT
OnSize
(UINT message, WPARAM wparam, LPARAM lparam,
/external/chromium_org/ui/aura/
root_window_host_win.cc
293
void RootWindowHostWin::
OnSize
(UINT param, const CSize& size) {
/external/chromium_org/ui/views/controls/
native_control.cc
59
MSG_WM_SIZE(
OnSize
);
109
void
OnSize
(int type, const CSize& sz) {
/external/chromium_org/content/browser/web_contents/
web_contents_view_win.cc
440
LRESULT WebContentsViewWin::
OnSize
(
443
//
OnSize
is NOT called on window resize. This handler is called only once
445
// Don't call base class
OnSize
to avoid useless layout for 0x0 size.
/external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc
134
return HANDLE_WM_SIZE(window, wparam, lparam, host->
OnSize
);
282
void MainUIWindow::
OnSize
(HWND window, UINT state, int cx, int cy) {
/external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.cc
211
MSG_WM_SIZE(
OnSize
)
266
void
OnSize
(UINT type, const CSize& size) {
[
all
...]
/external/chromium_org/ui/views/win/
hwnd_message_handler.cc
[
all
...]
Completed in 568 milliseconds