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

  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.h 143 virtual bool UpdateURL(const std::string& url,
tabs_api.cc     [all...]
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 213 needs_to_be_cached_ |= private_data_->UpdateURL(
224 private_data_->UpdateURL(service, *row, languages_, scheme_whitelist_);
in_memory_url_index_unittest.cc 118 bool UpdateURL(const URLRow& row);
183 bool InMemoryURLIndexTest::UpdateURL(const URLRow& row) {
184 return GetPrivateData()->UpdateURL(
671 EXPECT_TRUE(UpdateURL(new_row));
734 EXPECT_TRUE(UpdateURL(old_row));
    [all...]
url_index_private_data.h 86 bool UpdateURL(HistoryService* history_service,
history_backend.h 378 virtual bool UpdateURL(URLID id, const history::URLRow& url);
    [all...]
url_index_private_data.cc 279 bool URLIndexPrivateData::UpdateURL(
    [all...]
history_backend.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));
311 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).Times(0);
473 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).
535 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).
570 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).
    [all...]
  /external/chromium_org/content/renderer/
render_frame_impl.h 422 void UpdateURL(blink::WebFrame* frame);
render_frame_impl.cc     [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 402 ASSERT_TRUE(history_backend->UpdateURL(url_id1, url_row));
407 ASSERT_TRUE(history_backend->UpdateURL(url_id2, url_row));
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc 528 if (!history_backend_->UpdateURL(url->first, url->second)) {
    [all...]

Completed in 340 milliseconds