Searched defs:m_replacesCurrentHistoryItem (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.h105 bool replacesCurrentHistoryItem() const { return m_replacesCurrentHistoryItem; }
106 void setReplacesCurrentHistoryItem(bool replacesCurrentHistoryItem) { m_replacesCurrentHistoryItem = replacesCurrentHistoryItem; }
200 bool m_replacesCurrentHistoryItem; member in class:blink::DocumentLoader
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp5506 m_replacesCurrentHistoryItem = false;
5513 m_replacesCurrentHistoryItem = ds->replacesCurrentHistoryItem();
5517 bool replacesCurrentHistoryItem() { return m_replacesCurrentHistoryItem; }
5521 bool m_replacesCurrentHistoryItem; member in class:__anon11409::TestHistoryWebFrameClient

Completed in 53 milliseconds