summaryrefslogtreecommitdiffstats
path: root/WebKit/win/WebFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/WebFrame.h')
-rw-r--r--WebKit/win/WebFrame.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/WebKit/win/WebFrame.h b/WebKit/win/WebFrame.h
index 8edc81a..d0f6adf 100644
--- a/WebKit/win/WebFrame.h
+++ b/WebKit/win/WebFrame.h
@@ -158,6 +158,10 @@ public:
virtual HRESULT STDMETHODCALLTYPE renderTreeAsExternalRepresentation(
/* [retval][out] */ BSTR *result);
+ virtual HRESULT STDMETHODCALLTYPE counterValueForElementById(
+ /* [in] */ BSTR id,
+ /* [retval][out] */ BSTR *result);
+
virtual HRESULT STDMETHODCALLTYPE scrollOffset(
/* [retval][out] */ SIZE* offset);
@@ -244,6 +248,15 @@ public:
/* [in] */ BSTR url,
/* [retval][out] */ BOOL* result);
+ virtual HRESULT STDMETHODCALLTYPE stringByEvaluatingJavaScriptInIsolatedWorld(
+ /* [in] */ unsigned int worldID,
+ /* [in] */ OLE_HANDLE jsGlobalObject,
+ /* [in] */ BSTR script,
+ /* [retval][out] */ BSTR* evaluationResult);
+
+ virtual /* [local] */ JSGlobalContextRef STDMETHODCALLTYPE contextForWorldID(
+ /* [in] */ unsigned worldID);
+
// IWebDocumentText
virtual HRESULT STDMETHODCALLTYPE supportsTextEncoding(
/* [retval][out] */ BOOL* result);