NetworkServices capability is required for any operation that results in loading content from the network. For example, calling LoadUrlL() with a url parameter that refers to a network location requires NetworkServices capability if the content is not available from the cache or if the specified cache mode prevents loading the cached version.
|
Public Member Functions |
virtual void | UpdateBrowserVScrollBarL (TInt aDocumentHeight, TInt aDisplayHeight, TInt aDisplayPosY)=0 |
| Update the position of vertical scrollbar.
|
virtual void | UpdateBrowserHScrollBarL (TInt aDocumentWidth, TInt aDisplayWidth, TInt aDisplayPosX)=0 |
| Update the position of horizontal scrollbar.
|
virtual void | NotifyLayoutChange (TBrCtlLayout aNewLayout)=0 |
| Inform the layout of the page: right to left or left to right.
|
virtual void | UpdateTitleL (const TDesC &aTitle)=0 |
| Update the title of the page in history view.
|