ReactOS 0.4.16-dev-340-g0540c21
|
Public Member Functions | |
nsresult | GetCanGoBack (bool *aCanGoBack) |
nsresult | GetCanGoForward (bool *aCanGoForward) |
nsresult | GoBack () |
nsresult | GoForward () |
nsresult | GotoIndex (int32_t index) |
nsresult | LoadURI (const PRUnichar *aURI, uint32_t aLoadFlags, nsIURI *aReferrer, nsIInputStream *aPostData, nsIInputStream *aHeaders) |
nsresult | LoadURIWithOptions (const PRUnichar *aURI, uint32_t aLoadFlags, nsIURI *aReferrer, uint32_t aReferrerPolicy, nsIInputStream *aPostData, nsIInputStream *aHeaders, nsIURI *aBaseURI) |
nsresult | Reload (uint32_t aReloadFlags) |
nsresult | Stop (uint32_t aStopFlags) |
nsresult | GetDocument (nsIDOMDocument **aDocument) |
nsresult | GetCurrentURI (nsIURI **aCurrentURI) |
nsresult | GetReferringURI (nsIURI **aReferringURI) |
nsresult | GetSessionHistory (nsISHistory **aSessionHistory) |
nsresult | SetSessionHistory (nsISHistory *aSessionHistory) |
Public Member Functions inherited from nsISupports | |
nsresult | QueryInterface (nsIIDRef riid, void **result) |
nsrefcnt | AddRef () |
nsrefcnt | Release () |
Public Attributes | |
const UINT | LOAD_FLAGS_MASK = 0xffff |
const UINT | LOAD_FLAGS_NONE = 0 |
const UINT | LOAD_FLAGS_IS_REFRESH = 0x0010 |
const UINT | LOAD_FLAGS_IS_LINK = 0x0020 |
const UINT | LOAD_FLAGS_BYPASS_HISTORY = 0x0040 |
const UINT | LOAD_FLAGS_REPLACE_HISTORY = 0x0080 |
const UINT | LOAD_FLAGS_BYPASS_CACHE = 0x0100 |
const UINT | LOAD_FLAGS_BYPASS_PROXY = 0x0200 |
const UINT | LOAD_FLAGS_CHARSET_CHANGE = 0x0400 |
const UINT | LOAD_FLAGS_STOP_CONTENT = 0x0800 |
const UINT | LOAD_FLAGS_FROM_EXTERNAL = 0x1000 |
const UINT | LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP = 0x2000 |
const UINT | LOAD_FLAGS_FIRST_LOAD = 0x4000 |
const UINT | LOAD_FLAGS_ALLOW_POPUPS = 0x8000 |
const UINT | LOAD_FLAGS_BYPASS_CLASSIFIER = 0x10000 |
const UINT | LOAD_FLAGS_FORCE_ALLOW_COOKIES = 0x20000 |
const UINT | LOAD_FLAGS_DISALLOW_INHERIT_OWNER = 0x40000 |
Definition at line 2352 of file nsiface.idl.
nsresult nsIWebNavigation::GetDocument | ( | nsIDOMDocument ** | aDocument | ) |
nsresult nsIWebNavigation::GetSessionHistory | ( | nsISHistory ** | aSessionHistory | ) |
nsresult nsIWebNavigation::GoBack | ( | ) |
nsresult nsIWebNavigation::GoForward | ( | ) |
nsresult nsIWebNavigation::LoadURI | ( | const PRUnichar * | aURI, |
uint32_t | aLoadFlags, | ||
nsIURI * | aReferrer, | ||
nsIInputStream * | aPostData, | ||
nsIInputStream * | aHeaders | ||
) |
nsresult nsIWebNavigation::LoadURIWithOptions | ( | const PRUnichar * | aURI, |
uint32_t | aLoadFlags, | ||
nsIURI * | aReferrer, | ||
uint32_t | aReferrerPolicy, | ||
nsIInputStream * | aPostData, | ||
nsIInputStream * | aHeaders, | ||
nsIURI * | aBaseURI | ||
) |
nsresult nsIWebNavigation::SetSessionHistory | ( | nsISHistory * | aSessionHistory | ) |
Definition at line 2367 of file nsiface.idl.
Definition at line 2365 of file nsiface.idl.
Definition at line 2360 of file nsiface.idl.
Definition at line 2368 of file nsiface.idl.
Definition at line 2358 of file nsiface.idl.
Definition at line 2361 of file nsiface.idl.
Definition at line 2362 of file nsiface.idl.
Definition at line 2370 of file nsiface.idl.
Definition at line 2366 of file nsiface.idl.
Definition at line 2369 of file nsiface.idl.
Definition at line 2364 of file nsiface.idl.
Definition at line 2357 of file nsiface.idl.
Definition at line 2356 of file nsiface.idl.
Definition at line 2354 of file nsiface.idl.
Definition at line 2355 of file nsiface.idl.
Definition at line 2359 of file nsiface.idl.
Definition at line 2363 of file nsiface.idl.