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

  /external/chromium/chrome/common/extensions/
extension_set.h 49 // |old_url|. Also returns true if neither URL is in an app.
50 bool InSameExtent(const GURL& old_url, const GURL& new_url) const;
extension_set.cc 56 bool ExtensionSet::InSameExtent(const GURL& old_url,
58 return GetByURL(old_url) == GetByURL(new_url);
  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.cc 262 history::URLRow old_url; local
263 if (!history_backend_->GetURL(url, &old_url)) {
270 if (!history_backend_->GetVisitsForURL(old_url.id(), &visits)) {
278 new_url.set_visit_count(old_url.visit_count());
280 new_url.set_last_visit(old_url.last_visit());
284 std::pair<history::URLID, history::URLRow>(old_url.id(), new_url));
286 if (old_url.title().compare(new_url.title()) != 0) {
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 838 std::string old_url = old_value_query->column_string(old_value_column + 1); local
847 bookmark_data->set_url(old_url);
    [all...]
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest.cc 52 GURL old_url = browser()->GetSelectedTabContents()->GetURL(); local
60 EXPECT_EQ(old_url, browser()->GetSelectedTabContents()->GetURL());
    [all...]

Completed in 851 milliseconds