WebPositive: style fixes after previous commit.
This commit is contained in:
@@ -57,8 +57,9 @@ public:
|
||||
virtual bool QuitRequested();
|
||||
|
||||
private:
|
||||
/*! @param[in,out] _pagesCreated if set, the pointed integer will be incremented by the number of created pages
|
||||
*/
|
||||
/*! @param[in,out] _pagesCreated if set, the pointed integer will be incremented by
|
||||
* the number of created pages.
|
||||
*/
|
||||
void _RefsReceived(BMessage* message,
|
||||
int32* pagesCreated = NULL,
|
||||
bool* fullscreen = NULL);
|
||||
|
||||
@@ -97,9 +97,11 @@ enum {
|
||||
|
||||
class BrowserWindow : public BWebWindow {
|
||||
public:
|
||||
BrowserWindow(BRect frame, SettingsMessage* appSettings, const BString& url,
|
||||
BPrivate::Network::BUrlContext* context, uint32 interfaceElements = INTERFACE_ELEMENT_ALL,
|
||||
BWebView* webView = NULL, uint32 workspaces = B_CURRENT_WORKSPACE);
|
||||
BrowserWindow(BRect frame, SettingsMessage* appSettings,
|
||||
const BString& url, BPrivate::Network::BUrlContext* context,
|
||||
uint32 interfaceElements = INTERFACE_ELEMENT_ALL,
|
||||
BWebView* webView = NULL,
|
||||
uint32 workspaces = B_CURRENT_WORKSPACE);
|
||||
virtual ~BrowserWindow();
|
||||
|
||||
virtual void DispatchMessage(BMessage* message,
|
||||
|
||||
Reference in New Issue
Block a user