HomeSort by relevance Sort by last modified time
    Searched refs:UpdateURL (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/history/
in_memory_history_backend.cc 137 index_->UpdateURL(id, *i);
in_memory_url_index.h 146 void UpdateURL(URLID row_id, const URLRow& row);
history_backend.h 279 virtual bool UpdateURL(URLID id, const history::URLRow& url);
in_memory_url_index_unittest.cc 493 url_index_->UpdateURL(new_row_id, new_row);
499 url_index_->UpdateURL(new_row_id, new_row);
in_memory_url_index.cc 298 void InMemoryURLIndex::UpdateURL(URLID row_id, const URLRow& row) {
    [all...]
history_backend.cc     [all...]
  /external/chromium/chrome/browser/sync/
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);
363 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).
408 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).
  /external/chromium/chrome/browser/sync/glue/
typed_url_model_associator.cc 301 if (!history_backend_->UpdateURL(url->first, url->second)) {

Completed in 334 milliseconds