Home
last modified time | relevance | path

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

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