OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnSize
(Results
1 - 3
of
3
) 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/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/webkit/Source/WebKit/wx/
WebView.cpp
315
EVT_SIZE(wxWebView::
OnSize
)
702
void wxWebView::
OnSize
(wxSizeEvent& event)
Completed in 51 milliseconds