Searched refs:replacesCurrentHistoryItem (Results 1 – 7 of 7) sorted by relevance
112 bool replacesCurrentHistoryItem() const { return m_replacesCurrentHistoryItem; } in replacesCurrentHistoryItem() function113 …tReplacesCurrentHistoryItem(bool replacesCurrentHistoryItem) { m_replacesCurrentHistoryItem = repl… in setReplacesCurrentHistoryItem() argument
1295 bool replacesCurrentHistoryItem = false; in loadWithNavigationAction() local1298 replacesCurrentHistoryItem = true; in loadWithNavigationAction()1303 m_policyDocumentLoader->setReplacesCurrentHistoryItem(replacesCurrentHistoryItem); in loadWithNavigationAction()
97 bool WebDataSourceImpl::replacesCurrentHistoryItem() const in replacesCurrentHistoryItem() function in blink::WebDataSourceImpl99 return DocumentLoader::replacesCurrentHistoryItem(); in replacesCurrentHistoryItem()
66 virtual bool replacesCurrentHistoryItem() const OVERRIDE;
89 virtual bool replacesCurrentHistoryItem() const = 0;
5257 m_replacesCurrentHistoryItem = ds->replacesCurrentHistoryItem(); in didStartProvisionalLoad()5261 bool replacesCurrentHistoryItem() { return m_replacesCurrentHistoryItem; } in replacesCurrentHistoryItem() function in __anonf4dfb8060111::TestHistoryWebFrameClient5279 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()
1750 } 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()