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

  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 213 needs_to_be_cached_ |= private_data_->UpdateURL(service,
227 needs_to_be_cached_ |= private_data_->UpdateURL(
in_memory_url_index_unittest.cc 123 bool UpdateURL(const URLRow& row);
190 bool InMemoryURLIndexTest::UpdateURL(const URLRow& row) {
191 return GetPrivateData()->UpdateURL(history_service_,
680 EXPECT_TRUE(UpdateURL(new_row));
743 EXPECT_TRUE(UpdateURL(old_row));
    [all...]
url_index_private_data.h 85 bool UpdateURL(HistoryService* history_service,
url_index_private_data.cc 279 bool URLIndexPrivateData::UpdateURL(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.h 149 virtual bool UpdateURL(const std::string& url,
tabs_api.cc     [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 98 MOCK_METHOD2(UpdateURL, bool(history::URLID id, const history::URLRow& url));
323 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).Times(0);
485 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).
547 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).
582 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 788 TEST_F(AndroidProviderBackendTest, UpdateURL) {
    [all...]

Completed in 809 milliseconds