Searched defs:onSizeEvent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebInspectorProxyWin.cpp97 lResult = onSizeEvent(hWnd, message, wParam, lParam, handled);
119 LRESULT WebInspectorProxy::onSizeEvent(HWND, UINT, WPARAM, LPARAM, bool&) function in class:WebKit::WebInspectorProxy
H A DWebView.cpp188 lResult = onSizeEvent(hWnd, message, wParam, lParam, handled);
714 LRESULT WebView::onSizeEvent(HWND, UINT, WPARAM, LPARAM lParam, bool& handled) function in class:WebKit::WebView
1055 // The next time we get a WM_SIZE message, scroll by the specified amount in onSizeEvent().

Completed in 230 milliseconds