/external/chromium_org/chrome/browser/history/ |
history_service.cc | 328 history::URLRow url_row; local 329 if (!GetRowForURL(url, &url_row)) 331 *typed_count = url_row.typed_count(); 338 history::URLRow url_row; local 339 if (!GetRowForURL(url, &url_row)) 341 *last_visit = url_row.last_visit(); 347 history::URLRow url_row; local 348 if (!GetRowForURL(url, &url_row)) 350 *visit_count = url_row.visit_count(); [all...] |
expire_history_backend.h | 152 void DeleteOneURL(const URLRow& url_row, 161 URLID ArchiveOneURL(const URLRow& url_row);
|
in_memory_url_index_types.h | 163 URLRow url_row; member in struct:history::HistoryInfoMapValue
|
history_types.cc | 108 URLResult::URLResult(const URLRow& url_row) 109 : URLRow(url_row),
|
history_backend.cc | 2076 URLRow url_row; local 2697 URLRow url_row; local [all...] |
in_memory_url_index_unittest.cc | 372 const URLRow& expected_row(expected_info->second.url_row); 373 const URLRow& actual_row(actual_info->second.url_row); [all...] |
history_unittest.cc | [all...] |
history_types.h | 289 explicit URLResult(const URLRow& url_row);
|
/external/chromium_org/chrome/browser/sync/glue/ |
typed_url_model_associator.h | 162 // Updates the passed |url_row| based on the values in |specifics|. Fields 166 const sync_pb::TypedUrlSpecifics& specifics, history::URLRow* url_row);
|
/external/chromium/chrome/browser/history/ |
history_backend.cc | 958 history::URLRow url_row; local 1656 URLRow url_row; local 2029 URLRow url_row; local [all...] |
expire_history_backend.h | 155 void DeleteOneURL(const URLRow& url_row, 164 URLID ArchiveOneURL(const URLRow& url_row);
|
text_database_manager_unittest.cc | 331 URLRow url_row(url); 332 url_row.set_title(UTF8ToUTF16("chocolate")); 333 URLID url_id = visit_db.AddURL(url_row);
|
history_unittest.cc | 205 const URLRow* url_row, 209 query_url_row_ = *url_row;
|
history_backend.h | 288 virtual bool GetURL(const GURL& url, history::URLRow* url_row);
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_prompt_controller.cc | 331 const history::URLRow* url_row, 337 if (url_row->url() != url) {
|
/external/chromium_org/chrome/browser/extensions/api/history/ |
history_api.h | 142 const history::URLRow* url_row,
|
history_api.cc | 317 const history::URLRow* url_row,
|
/external/chromium_org/chrome/browser/predictors/ |
autocomplete_action_predictor.cc | 507 history::URLRow url_row; local 509 if ((url_db->GetRowForURL(it->first.url, &url_row) == 0) || 510 ((base::Time::Now() - url_row.last_visit()).InDays() >
|
resource_prefetch_predictor.cc | 122 history::URLRow url_row; variable 123 if (db->GetRowForURL(navigation_id_.main_frame_url, &url_row)) 124 visit_count_ = url_row.visit_count(); [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
history_url_provider.cc | 298 const history::URLRow& url_row() const { return url_row_; } function in class:HistoryURLProvider::VisitClassifier 776 match->description = classifier.url_row().title(); 777 RecordAdditionalInfoFromUrlRow(classifier.url_row(), match); 780 if (!classifier.url_row().typed_count()) { [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_history_api.cc | 245 const history::URLRow* url_row,
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.cc | 184 history::URLRow url_row; local 185 request->url_lookup_success = db->GetURLRow(request->id, &url_row); 187 request->url = url_row.url(); [all...] |
prerender_manager.h | 344 const history::URLRow* url_row,
|
/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/sync/ |
profile_sync_service_typed_url_unittest.cc | 87 MOCK_METHOD2(GetURL, bool(const GURL& url_id, history::URLRow* url_row)); [all...] |