Home
last modified time | relevance | path

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

/external/webkit/Tools/TestWebKitAPI/win/
DPlatformWebViewWin.cpp33 static const wchar_t* webViewPointerProperty = L"org.WebKit.TestWebKitAPI.PlatformWebView.InstanceP… variable
126 ::SetPropW(hWnd, webViewPointerProperty, webView); in wndProc()
128 webView = reinterpret_cast<PlatformWebView*>(::GetPropW(hWnd, webViewPointerProperty)); in wndProc()
134 ::RemovePropW(hWnd, webViewPointerProperty); in wndProc()