Searched refs:setLastVisitWasHTTPNonGet (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebHistoryItemPrivate.idl61 HRESULT setLastVisitWasHTTPNonGet([in] BOOL wasHTTPNonGet);
/external/webkit/Source/WebCore/history/qt/
H A DHistoryItemQt.cpp72 setLastVisitWasHTTPNonGet(lastVisitWasHTTPNonGet);
/external/webkit/Source/WebKit/win/
H A DWebHistoryItem.h103 virtual HRESULT STDMETHODCALLTYPE setLastVisitWasHTTPNonGet(BOOL HTTPNonGet);
H A DWebHistoryItem.cpp191 m_historyItem->setLastVisitWasHTTPNonGet(true);
460 HRESULT STDMETHODCALLTYPE WebHistoryItem::setLastVisitWasHTTPNonGet(BOOL HTTPNonGet) function in class:WebHistoryItem
462 m_historyItem->setLastVisitWasHTTPNonGet(HTTPNonGet);
H A DWebHistory.cpp738 entryPrivate->setLastVisitWasHTTPNonGet(!equalIgnoringCase(httpMethod, "GET") && url.protocolInHTTPFamily());
/external/webkit/Source/WebCore/history/
H A DHistoryItem.h162 void setLastVisitWasHTTPNonGet(bool wasNotGet) { m_lastVisitWasHTTPNonGet = wasNotGet; } function in class:WebCore::HistoryItem
/external/webkit/Source/WebKit/mac/History/
H A DWebHistoryItem.mm377 core(_private)->setLastVisitWasHTTPNonGet(lastVisitWasHTTPNonGet);
H A DWebHistory.mm826 item->setLastVisitWasHTTPNonGet([method caseInsensitiveCompare:@"GET"] && (![[url scheme] caseInsensitiveCompare:@"http"] || ![[url scheme] caseInsensitiveCompare:@"https"]));

Completed in 71 milliseconds