Home
last modified time | relevance | path

Searched defs:frontendHwnd (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorClient.cpp91 HWND frontendHwnd = ::CreateWindowEx(0, kWebInspectorWindowClassName, 0, WS_OVERLAPPEDWINDOW, in openInspectorFrontend() local
207 …rontendClient(WebView* inspectedWebView, HWND inspectedWebViewHwnd, HWND frontendHwnd, const COMPt… in WebInspectorFrontendClient()