HomeSort by relevance Sort by last modified time
    Searched refs:UpdateURL (Results 1 - 21 of 21) 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_org/chrome/browser/extensions/api/tabs/
tabs_api.h 141 virtual bool UpdateURL(const std::string& url,
tabs_api.cc     [all...]
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 209 needs_to_be_cached_ |= private_data_->UpdateURL(
220 private_data_->UpdateURL(service, *row, languages_, scheme_whitelist_);
in_memory_url_index_unittest.cc 112 bool UpdateURL(const URLRow& row);
177 bool InMemoryURLIndexTest::UpdateURL(const URLRow& row) {
178 return GetPrivateData()->UpdateURL(
656 EXPECT_TRUE(UpdateURL(new_row));
713 EXPECT_TRUE(UpdateURL(old_row));
    [all...]
url_index_private_data.h 84 bool UpdateURL(HistoryService* history_service,
history_backend.h 418 virtual bool UpdateURL(URLID id, const history::URLRow& url);
    [all...]
url_index_private_data.cc 281 bool URLIndexPrivateData::UpdateURL(
    [all...]
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 82 MOCK_METHOD2(UpdateURL, bool(history::URLID id, const history::URLRow& url));
286 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).Times(0);
448 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).
510 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).
545 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).
    [all...]
  /external/chromium/chrome/browser/sync/glue/
typed_url_model_associator.cc 301 if (!history_backend_->UpdateURL(url->first, url->second)) {
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 392 ASSERT_TRUE(history_backend->UpdateURL(url_id1, url_row));
397 ASSERT_TRUE(history_backend->UpdateURL(url_id2, url_row));
786 TEST_F(AndroidProviderBackendTest, UpdateURL) {
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc 521 if (!history_backend_->UpdateURL(url->first, url->second)) {
  /external/chromium_org/content/renderer/
render_view_impl.h     [all...]
render_view_impl.cc     [all...]

Completed in 839 milliseconds