Home
last modified time | relevance | path

Searched refs:UpdateURL (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_service_typed_url_unittest.cc81 MOCK_METHOD2(UpdateURL, bool(history::URLID id, const history::URLRow& url));
245 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).Times(0); in SetIdleChangeProcessorExpectations()
363 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)). in TEST_F()
408 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)). in TEST_F()
/external/chromium/chrome/browser/history/
Din_memory_history_backend.cc137 index_->UpdateURL(id, *i); in OnTypedURLsModified()
Din_memory_url_index.h146 void UpdateURL(URLID row_id, const URLRow& row);
Din_memory_url_index_unittest.cc493 url_index_->UpdateURL(new_row_id, new_row); in TEST_F()
499 url_index_->UpdateURL(new_row_id, new_row); in TEST_F()
Dhistory_backend.h279 virtual bool UpdateURL(URLID id, const history::URLRow& url);
Din_memory_url_index.cc298 void InMemoryURLIndex::UpdateURL(URLID row_id, const URLRow& row) { in UpdateURL() function in history::InMemoryURLIndex
Dhistory_backend.cc920 bool HistoryBackend::UpdateURL(URLID id, const history::URLRow& url) { in UpdateURL() function in history::HistoryBackend
/external/chromium/chrome/browser/sync/glue/
Dtyped_url_model_associator.cc301 if (!history_backend_->UpdateURL(url->first, url->second)) { in WriteToHistoryBackend()