Home
last modified time | relevance | path

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

/external/webkit/WebCore/history/qt/
DHistoryItemQt.cpp40 bool lastVisitWasHTTPNonGet; in restoreState() local
/external/webkit/WebKit/win/
DWebHistoryItem.cpp145 …bool lastVisitWasHTTPNonGet = lastVisitWasHTTPNonGetRef && CFBooleanGetValue(lastVisitWasHTTPNonGe… in initFromDictionaryRepresentation() local
452 HRESULT STDMETHODCALLTYPE WebHistoryItem::lastVisitWasHTTPNonGet(BOOL* HTTPNonGet) in lastVisitWasHTTPNonGet() function in WebHistoryItem
/external/webkit/WebCore/history/
DHistoryItem.h119 bool lastVisitWasHTTPNonGet() const { return m_lastVisitWasHTTPNonGet; } in lastVisitWasHTTPNonGet() function