Home | History | Annotate | Download | only in win

Lines Matching refs:urlString

194     if (lastVisitWasHTTPNonGet && (protocolIs(m_historyItem->urlString(), "http") || protocolIs(m_historyItem->urlString(), "https")))
219 if (!m_historyItem->urlString().isEmpty()) {
221 values[keyCount++] = m_historyItem->urlString().createCFString();
242 ASSERT(m_historyItem->urlString().startsWith("http:", false) || m_historyItem->urlString().startsWith("https:", false));
302 *hasURL = m_historyItem->urlString().isEmpty() ? FALSE : TRUE;
562 /* [in] */ BSTR urlString,
567 m_historyItem = HistoryItem::create(String(urlString, SysStringLen(urlString)), String(title, SysStringLen(title)), MarshallingHelpers::DATEToCFAbsoluteTime(lastVisited));
584 HRESULT STDMETHODCALLTYPE WebHistoryItem::URLString(
590 BString str = m_historyItem->urlString();