Home
last modified time | relevance | path

Searched refs:requestedURL (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1407 BString requestedURL = CurrentWebView()->MainFrameRequestedURL(); in IsBlankTab() local
1408 return requestedURL.Length() == 0 in IsBlankTab()
1409 || requestedURL == _NewTabURL(fTabManager->CountTabs() == 1); in IsBlankTab()