Searched refs:decodeBackForwardTree (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/history/qt/
H A DHistoryItemQt.cpp206 RefPtr<HistoryItem> item = decodeBackForwardTree(url, title, originalURL, decoder);
207 // decodeBackForwardTree has its own stream version. An incompatible input stream version will return null here.
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DHistoryItem.h98 static PassRefPtr<HistoryItem> decodeBackForwardTree(const String& urlString, const String& title, const String& originalURLString, Decoder&);
H A DHistoryItem.cpp742 PassRefPtr<HistoryItem> HistoryItem::decodeBackForwardTree(const String& topURLString, const String& topTitle, const String& topOriginalURLString, Decoder& decoder) function in class:WebCore::HistoryItem
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp1906 RefPtr<HistoryItem> item = HistoryItem::decodeBackForwardTree(webItem->url(), webItem->title(), webItem->originalURL(), decoder);

Completed in 132 milliseconds