Home
last modified time | relevance | path

Searched refs:WebInspectorWndProc (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/win/WebCoreSupport/
DWebInspectorClient.h101 static friend LRESULT CALLBACK WebInspectorWndProc(HWND, UINT, WPARAM, LPARAM);
DWebInspectorClient.cpp405 static LRESULT CALLBACK WebInspectorWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WebInspectorWndProc() function
450 wcex.lpfnWndProc = WebInspectorWndProc; in registerWindowClass()
/external/webkit/WebKit/win/
DChangeLog4720 (WebInspectorWndProc): Added a handler for WM_SETFOCUS.
6895 (WebInspectorWndProc):
12244 (WebInspectorWndProc):
13466 (WebInspectorWndProc): Added case for WM_COMMAND.
13588 (WebInspectorWndProc): Added cases for mouse messages.