Link against: BrowserEngine.lib
None
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.
#include <e32std.h>
#include <e32base.h>
Go to the source code of this file.
Data Structures |
|
| class | MBrCtlLayoutObserver |
| The MBrCtlLayoutObserver class receives scrolling events when the host application draws the scrollbar. More... |
|
Enumerations |
|
| enum | TBrCtlLayout { EOriginTopLeft, EOriginTopRight } |
| Defines whether a page is to be read from left-to-right or from right-to-left. More... |
|
| enum | TBrCtlTabDirection { ETabLeft, ETabRight, ETabUp, ETabDown } |
|
|
Defines whether a page is to be read from left-to-right or from right-to-left. |
|