Searched refs:onSize (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Tools/MiniBrowser/win/
H A DBrowserWindow.h60 void onSize(int width, int height);
H A DBrowserWindow.cpp82 onSize(LOWORD(lParam), HIWORD(lParam));
190 void BrowserWindow::onSize(int width, int height) function in class:BrowserWindow
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorClient.h128 LRESULT onSize(WPARAM, LPARAM);
H A DWebInspectorClient.cpp441 LRESULT WebInspectorFrontendClient::onSize(WPARAM, LPARAM) function in class:WebInspectorFrontendClient
494 return client->onSize(wParam, lParam);
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebPopupMenuProxyWin.h83 LRESULT onSize(HWND, UINT message, WPARAM, LPARAM, bool& handled);
H A DWebPopupMenuProxyWin.cpp102 lResult = onSize(hWnd, message, wParam, lParam, handled);
521 LRESULT WebPopupMenuProxyWin::onSize(HWND hWnd, UINT message, WPARAM, LPARAM lParam, bool& handled) function in class:WebKit::WebPopupMenuProxyWin

Completed in 106 milliseconds