HomeSort by relevance Sort by last modified time
    Searched refs:m_frontendHwnd (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 176 m_frontendHwnd = frontendHwnd;
191 if (creatingHighlight && IsWindowVisible(m_frontendHwnd))
192 m_highlight->placeBehindWindow(m_frontendHwnd);
212 , m_frontendHwnd(frontendHwnd)
335 if (!m_frontendHwnd)
339 ShowWindow(m_frontendHwnd, SW_HIDE);
345 ASSERT(!IsWindowVisible(m_frontendHwnd));
352 m_frontendWebView->setHostWindow(reinterpret_cast<OLE_HANDLE>(m_frontendHwnd));
362 if (!m_frontendHwnd)
382 m_frontendWebView->setHostWindow(reinterpret_cast<OLE_HANDLE>(m_frontendHwnd));
    [all...]
WebInspectorClient.h 74 m_frontendHwnd = 0;
88 HWND m_frontendHwnd;
138 HWND m_frontendHwnd;

Completed in 387 milliseconds