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

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2188 BString storedURL; local
2190 if (_ReadURLAttr(file, storedURL)) {
2192 if (storedURL == url)
2222 BString storedURL; local
2224 if (_ReadURLAttr(file, storedURL)) {
2225 message->AddString("url", storedURL.String());

Completed in 33 milliseconds