Searched refs:onGetObject (Results 1 – 3 of 3) sorted by relevance
871 bool onGetObject(WPARAM, LPARAM, LRESULT&) const;
2176 handled = webView->onGetObject(wParam, lParam, lResult); in WebViewWndProc()5713 bool WebView::onGetObject(WPARAM wParam, LPARAM lParam, LRESULT& lResult) const in onGetObject() function in WebView
5314 (WebViewWndProc): Handle WM_GETOBJECT messages by calling onGetObject().5315 (WebView::onGetObject): Added; enables the AXObjectCache in WebCore,5321 * WebView.h: Added declaration for onGetObject().