Searched refs:_url (Results 1 – 8 of 8) sorted by relevance
76 _url = DecodeURLString(cont); in read_url()88 _url = pos.get("href").c_str(); in read()121 return !_url.empty(); // _url is mandatory. in read()129 pos["href"] = _url.c_str(); in write()319 if (!bookmark._url.empty()) in write()
38 String _url; member
2254 String lwr_url = bookmark._url; in AddEntries()2284 String url = bookmark._url; in Command()
480 if (!node._pbookmark->_url.empty()) { in Notify()484 txt += node._pbookmark->_url; in Notify()502 go_to(node._pbookmark->_url, new_window); in Notify()1526 MainFrameBase::Create(ExplorerCmd(_url, true)); in Command()1658 if (_url != url) { in set_url()1659 _url = url; in set_url()
165 String _url; member
700 MainFrameBase::Create(ExplorerCmd(_url, false)); in WndProc()
512 SendMessage(_hwndFrame, PM_URL_CHANGED, 0, (LPARAM)_url.c_str()); in WndProc()569 if (_url != url) { in set_url()570 _url = url; in set_url()
333 String _url; member