Home
last modified time | relevance | path

Searched refs:SOURCE_EXTENSION (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/history/
Dvisit_database_unittest.cc365 ASSERT_TRUE(AddVisit(&visit_info3, SOURCE_EXTENSION)); in TEST_F()
385 EXPECT_EQ(SOURCE_EXTENSION, sources[matches[0].visit_id]); in TEST_F()
Dexpire_history_backend_unittest.cc271 main_db_->AddVisit(&visit_row3, SOURCE_EXTENSION); in AddExampleSourceData()
Dhistory_backend_unittest.cc1133 history::SOURCE_EXTENSION); in TEST_F()
1156 case history::SOURCE_EXTENSION: in TEST_F()
/external/chromium_org/components/history/core/browser/
Dhistory_types.h63 SOURCE_EXTENSION = 2, // Added by an extension. enumerator
/external/chromium_org/chrome/browser/extensions/api/history/
Dhistory_api.cc381 hs->AddPage(url, base::Time::Now(), history::SOURCE_EXTENSION); in RunAsync()
/external/chromium_org/chrome/browser/sync/glue/
Dtyped_url_model_associator.cc144 static const int kLastImportedSource = history::SOURCE_EXTENSION; in ShouldIgnoreVisits()