Home
last modified time | relevance | path

Searched defs:replacesCurrentHistoryItem (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.h105 bool replacesCurrentHistoryItem() const { return m_replacesCurrentHistoryItem; } in replacesCurrentHistoryItem() function
106 …void setReplacesCurrentHistoryItem(bool replacesCurrentHistoryItem) { m_replacesCurrentHistoryItem… in setReplacesCurrentHistoryItem()
DFrameLoader.cpp1290 bool replacesCurrentHistoryItem = false; in loadWithNavigationAction() local
/external/chromium_org/third_party/WebKit/Source/web/
DWebDataSourceImpl.cpp95 bool WebDataSourceImpl::replacesCurrentHistoryItem() const in replacesCurrentHistoryItem() function in blink::WebDataSourceImpl
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp5517 bool replacesCurrentHistoryItem() { return m_replacesCurrentHistoryItem; } in replacesCurrentHistoryItem() function in __anonb8cba1d90111::TestHistoryWebFrameClient