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

/haiku/src/apps/webpositive/
H A DBrowserWindow.h192 bool _ReadURLAttr(BFile& bookmarkFile,
H A DBrowserWindow.cpp1999 BFile bookmarkFile; local
2001 status = bookmarkFile.SetTo(&entry,
2007 status = bookmarkFile.WriteAttrString("META:url", &url);
2009 bookmarkFile.WriteAttrString("META:title", &title);
2012 BNodeInfo nodeInfo(&bookmarkFile);
2201 BrowserWindow::_ReadURLAttr(BFile& bookmarkFile, BString& url) const argument
2203 return bookmarkFile.InitCheck() == B_OK
2204 && bookmarkFile.ReadAttrString("META:url", &url) == B_OK;

Completed in 49 milliseconds