mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefDOMNode::IsSame() method.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@228 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -20,6 +20,7 @@ public:
|
||||
virtual Type GetType();
|
||||
virtual bool IsText();
|
||||
virtual bool IsElement();
|
||||
virtual bool IsSame(CefRefPtr<CefDOMNode> that);
|
||||
virtual CefString GetName();
|
||||
virtual CefString GetValue();
|
||||
virtual bool SetValue(const CefString& value);
|
||||
|
Reference in New Issue
Block a user