Home
last modified time | relevance | path

Searched refs:replacesCurrentHistoryItem (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.h112 bool replacesCurrentHistoryItem() const { return m_replacesCurrentHistoryItem; } in replacesCurrentHistoryItem() function
113 …tReplacesCurrentHistoryItem(bool replacesCurrentHistoryItem) { m_replacesCurrentHistoryItem = repl… in setReplacesCurrentHistoryItem() argument
DFrameLoader.cpp1295 bool replacesCurrentHistoryItem = false; in loadWithNavigationAction() local
1298 replacesCurrentHistoryItem = true; in loadWithNavigationAction()
1303 m_policyDocumentLoader->setReplacesCurrentHistoryItem(replacesCurrentHistoryItem); in loadWithNavigationAction()
/external/chromium_org/third_party/WebKit/Source/web/
DWebDataSourceImpl.cpp97 bool WebDataSourceImpl::replacesCurrentHistoryItem() const in replacesCurrentHistoryItem() function in blink::WebDataSourceImpl
99 return DocumentLoader::replacesCurrentHistoryItem(); in replacesCurrentHistoryItem()
DWebDataSourceImpl.h66 virtual bool replacesCurrentHistoryItem() const OVERRIDE;
/external/chromium_org/third_party/WebKit/public/web/
DWebDataSource.h89 virtual bool replacesCurrentHistoryItem() const = 0;
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp5257 m_replacesCurrentHistoryItem = ds->replacesCurrentHistoryItem(); in didStartProvisionalLoad()
5261 bool replacesCurrentHistoryItem() { return m_replacesCurrentHistoryItem; } in replacesCurrentHistoryItem() function in __anonf4dfb8060111::TestHistoryWebFrameClient
5279 EXPECT_TRUE(client.replacesCurrentHistoryItem()); in TEST_F()
5287 EXPECT_TRUE(client.replacesCurrentHistoryItem()); in TEST_F()
5292 EXPECT_TRUE(client.replacesCurrentHistoryItem()); in TEST_F()
5297 EXPECT_FALSE(client.replacesCurrentHistoryItem()); in TEST_F()
5308 EXPECT_TRUE(client.replacesCurrentHistoryItem()); in TEST_F()
5313 EXPECT_FALSE(client.replacesCurrentHistoryItem()); in TEST_F()
/external/chromium_org/content/renderer/
Drender_frame_impl.cc1750 } else if (ds->replacesCurrentHistoryItem()) { in didStartProvisionalLoad()
2423 should_replace_current_entry = data_source->replacesCurrentHistoryItem(); in willSendRequest()
3347 params.should_replace_current_entry = ds->replacesCurrentHistoryItem(); in OpenURL()