diff options
Diffstat (limited to 'embed/mozilla/EphyWrapper.h')
-rw-r--r-- | embed/mozilla/EphyWrapper.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/embed/mozilla/EphyWrapper.h b/embed/mozilla/EphyWrapper.h index 04379546c..0345ede30 100644 --- a/embed/mozilla/EphyWrapper.h +++ b/embed/mozilla/EphyWrapper.h @@ -62,7 +62,6 @@ public: nsresult GetMainDocumentUrl (nsCString &url); nsresult GetDocumentUrl (nsCString &url); - nsresult GetDocumentTitle (char **title); nsresult ReloadDocument (); nsresult LoadDocument(nsISupports *aPageDescriptor, PRUint32 aDisplayType); @@ -95,25 +94,8 @@ public: nsresult GetMainDOMDocument (nsIDOMDocument **aDOMDocument); - nsresult GetLinkInterfaceItems (GList **list); - - nsresult GetRealURL (nsCString &ret); - nsresult SelectAll (void); - nsresult ScrollUp (void); - nsresult ScrollDown (void); - nsresult ScrollLeft (void); - nsresult ScrollRight (void); - - nsresult FineScroll (int horiz, int vert); - - nsresult GetLastModified (gchar **ret); - nsresult GetImages (GList **ret); - nsresult GetForms (GList **ret); - nsresult GetLinks (GList **ret); - nsresult EvaluateJS (char *script); - nsresult PushTargetDocument (nsIDOMDocument *domDoc); nsresult PopTargetDocument (); |