Searched defs:lastVisitWasHTTPNonGet (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/history/qt/
H A DHistoryItemQt.cpp43 bool lastVisitWasHTTPNonGet; local
56 in >> lastVisitWasHTTPNonGet >> lastVisitWasFailure >> isTargetItem >> visitCount >> documentState;
72 setLastVisitWasHTTPNonGet(lastVisitWasHTTPNonGet);
101 out << lastVisitWasHTTPNonGet() << lastVisitWasFailure() << isTargetItem();
/external/webkit/WebCore/history/
H A DHistoryItem.h116 bool lastVisitWasHTTPNonGet() const { return m_lastVisitWasHTTPNonGet; } function in class:WebCore::HistoryItem
/external/webkit/WebKit/win/
H A DWebHistoryItem.cpp102 static CFStringRef lastVisitWasHTTPNonGetKey = CFSTR("lastVisitWasHTTPNonGet");
145 bool lastVisitWasHTTPNonGet = lastVisitWasHTTPNonGetRef && CFBooleanGetValue(lastVisitWasHTTPNonGetRef);
194 if (lastVisitWasHTTPNonGet && (protocolIs(m_historyItem->urlString(), "http") || protocolIs(m_historyItem->urlString(), "https")))
241 if (m_historyItem->lastVisitWasHTTPNonGet()) {
452 HRESULT STDMETHODCALLTYPE WebHistoryItem::lastVisitWasHTTPNonGet(BOOL* HTTPNonGet) function in class:WebHistoryItem
459 *HTTPNonGet = m_historyItem->lastVisitWasHTTPNonGet();

Completed in 337 milliseconds