Searched refs:UpdateURL (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service_typed_url_unittest.cc | 81 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/ |
D | in_memory_history_backend.cc | 137 index_->UpdateURL(id, *i); in OnTypedURLsModified()
|
D | in_memory_url_index.h | 146 void UpdateURL(URLID row_id, const URLRow& row);
|
D | in_memory_url_index_unittest.cc | 493 url_index_->UpdateURL(new_row_id, new_row); in TEST_F() 499 url_index_->UpdateURL(new_row_id, new_row); in TEST_F()
|
D | history_backend.h | 279 virtual bool UpdateURL(URLID id, const history::URLRow& url);
|
D | in_memory_url_index.cc | 298 void InMemoryURLIndex::UpdateURL(URLID row_id, const URLRow& row) { in UpdateURL() function in history::InMemoryURLIndex
|
D | history_backend.cc | 920 bool HistoryBackend::UpdateURL(URLID id, const history::URLRow& url) { in UpdateURL() function in history::HistoryBackend
|
/external/chromium/chrome/browser/sync/glue/ |
D | typed_url_model_associator.cc | 301 if (!history_backend_->UpdateURL(url->first, url->second)) { in WriteToHistoryBackend()
|