Searched refs:wxWebViewDOMElementInfo (Results 1 – 4 of 4) sorted by relevance
61 class WXDLLIMPEXP_WEBKIT wxWebViewDOMElementInfo64 wxWebViewDOMElementInfo();66 ~wxWebViewDOMElementInfo() { } in ~wxWebViewDOMElementInfo()155 wxWebViewDOMElementInfo HitTest(const wxPoint& post) const;
161 wxWebViewDOMElementInfo HitTest(const wxPoint& pos) const;291 wxWebViewDOMElementInfo GetInfo() const { return m_info; } in GetInfo()292 void SetInfo(wxWebViewDOMElementInfo info) { m_info = info; } in SetInfo()298 wxWebViewDOMElementInfo m_info;
216 wxWebViewDOMElementInfo::wxWebViewDOMElementInfo() : in wxWebViewDOMElementInfo() function in wxWebViewDOMElementInfo864 wxWebViewDOMElementInfo wxWebView::HitTest(const wxPoint& pos) const in HitTest()869 return wxWebViewDOMElementInfo(); in HitTest()
369 wxWebViewDOMElementInfo wxWebFrame::HitTest(const wxPoint& pos) const in HitTest()371 wxWebViewDOMElementInfo domInfo; in HitTest()