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.h119 bool replacesCurrentHistoryItem() const { return m_replacesCurrentHistoryItem; } in replacesCurrentHistoryItem() function
120 …void setReplacesCurrentHistoryItem(bool replacesCurrentHistoryItem) { m_replacesCurrentHistoryItem… in setReplacesCurrentHistoryItem()
DFrameLoader.cpp1315 bool replacesCurrentHistoryItem = false; in loadWithNavigationAction() local
/external/chromium_org/third_party/WebKit/Source/web/
DWebDataSourceImpl.cpp99 bool WebDataSourceImpl::replacesCurrentHistoryItem() const in replacesCurrentHistoryItem() function in blink::WebDataSourceImpl
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp4911 bool replacesCurrentHistoryItem() { return m_replacesCurrentHistoryItem; } in replacesCurrentHistoryItem() function in __anon0218530c0111::TestHistoryWebFrameClient