/external/chromium/chrome/browser/history/ |
expire_history_backend.h | 123 void DeleteTextIndexForURL(const GURL& url, URLID url_id, bool update_visits);
|
history.h | 493 // Sets the search terms for the specified url and keyword. url_id gives the [all...] |
/external/chromium_org/chrome/browser/history/ |
history_backend_unittest.cc | 734 URLID url_id = backend_->db()->GetRowForURL(url, &row); local 735 ASSERT_NE(0, url_id); 746 EXPECT_TRUE(backend_->db()->GetVisitsForURL(url_id, &visits)); 763 EXPECT_TRUE(backend_->db()->GetVisitsForURL(url_id, &visits)); [all...] |
history_unittest.cc | 1826 const URLID url_id = 3; local [all...] |
history_service.h | 486 // Sets the search terms for the specified url and keyword. url_id gives the [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_typed_url_unittest.cc | 86 MOCK_METHOD2(GetURL, bool(const GURL& url_id, history::URLRow* url_row));
|
/external/chromium_org/chrome/browser/extensions/api/history/ |
history_api.cc | 81 visit_item->id = base::Int64ToString(row.url_id);
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_typed_url_unittest.cc | 87 MOCK_METHOD2(GetURL, bool(const GURL& url_id, history::URLRow* url_row)); [all...] |