Searched refs:webView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp350 uint32 interfaceElements, BWebView* webView)
665 CreateNewTab(url, true, webView);
1095 BWebView* webView; local
1097 reinterpret_cast<void**>(&webView)) != B_OK
1098 || webView != CurrentWebView()) {
1327 BrowserWindow::SetCurrentWebView(BWebView* webView) argument
1329 if (webView == CurrentWebView())
1351 BWebWindow::SetCurrentWebView(webView);
1353 if (webView != NULL) {
1354 webView
348 BrowserWindow(BRect frame, SettingsMessage* appSettings, const BString& url, BPrivate::Network::BUrlContext* context, uint32 interfaceElements, BWebView* webView) argument
1414 CreateNewTab(const BString& _url, bool select, BWebView* webView) argument
1862 BWebView* webView = CurrentWebView(); local
1902 BWebView* webView = dynamic_cast<BWebView*>(view); local
[all...]
H A DBrowserWindow.h106 BWebView* webView = NULL);
126 BWebView* webView = 0);

Completed in 35 milliseconds