Home
last modified time | relevance | path

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

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp240 const BString& URLInputContents() const in URLInputContents() function in PageUserData
1377 if (userData->URLInputContents().Length()) in SetCurrentWebView()
1378 fURLInputGroup->SetText(userData->URLInputContents()); in SetCurrentWebView()
1543 if (userData != NULL && userData->URLInputContents().Length() == 0) { in LoadNegotiating()