HomeSort by relevance Sort by last modified time
    Searched refs:URLRow (Results 76 - 100 of 143) sorted by null

1 2 34 5 6

  /external/chromium/chrome/browser/history/
history_querying_unittest.cc 305 std::vector<URLRow> urls_to_add;
307 URLRow row1(GURL("http://foo.bar/"));
312 URLRow row2(GURL("http://foo.bar/"));
in_memory_url_index.cc 62 ScoredHistoryMatch::ScoredHistoryMatch(const URLRow& url_info)
163 bool InMemoryURLIndex::IndexRow(const URLRow& row) {
174 URLRow new_row(GURL(url), row.id());
210 URLRow row;
298 void InMemoryURLIndex::UpdateURL(URLID row_id, const URLRow& row) {
312 URLRow& old_row = row_pos->second;
703 const URLRow& row,
756 // URLRow.
    [all...]
history.cc 389 history::URLRow row(url);
396 std::vector<history::URLRow> rows;
404 const std::vector<history::URLRow>& info,
412 for (std::vector<history::URLRow>::const_iterator i = info.begin();
history.h 263 // success will be true and the information will be in the URLRow parameter.
271 const history::URLRow*,
563 void AddPagesWithDetails(const std::vector<history::URLRow>& info,
    [all...]
text_database_manager.cc 197 URLRow url_row;
244 URLRow url_row;
  /external/chromium/chrome/browser/autocomplete/
extension_app_provider_unittest.cc 64 history::URLRow info(GURL(kExtensionApps[i].url));
  /external/chromium/chrome/browser/importer/
in_process_importer_bridge.cc 58 const std::vector<history::URLRow> &rows,
mork_reader.cc 498 std::vector<history::URLRow>* rows) {
514 history::URLRow row(url);
579 std::vector<history::URLRow> rows;
external_process_importer_client.cc 149 const std::vector<history::URLRow>& history_rows_group,
profile_import_process_messages.h 73 // Traits for history::URLRow to pack/unpack.
75 struct ParamTraits<history::URLRow> {
76 typedef history::URLRow param_type;
101 *p = history::URLRow(url, id);
126 }; // ParamTraits<history::URLRow>
407 int /* total number of history::URLRow items */)
410 std::vector<history::URLRow>,
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.h 142 const history::URLRow* url_row,
  /external/chromium_org/chrome/browser/history/
in_memory_url_index_types.h 163 URLRow url_row;
history_backend_unittest.cc 207 URLRow row;
471 URLRow row1(GURL("http://www.google.com/"));
477 URLRow row2(GURL("http://news.google.com/"));
502 URLRow outrow1;
520 URLRow outrow2;
586 URLRow outrow;
637 URLRow row1(GURL("http://www.google.com/"));
643 URLRow row2(GURL("http://news.google.com/"));
667 URLRow tmp_url_row;
733 URLRow row
    [all...]
in_memory_url_index_unittest.cc 112 bool UpdateURL(const URLRow& row);
177 bool InMemoryURLIndexTest::UpdateURL(const URLRow& row) {
243 URLRow row;
372 const URLRow& expected_row(expected_info->second.url_row);
373 const URLRow& actual_row(actual_info->second.url_row);
654 URLRow new_row(GURL("http://www.brokeandaloneinmanitoba.com/"), row_id);
704 URLRow old_row(matches[0].url_info);
    [all...]
history_types_unittest.cc 121 URLRow url_row(url);
history_backend.cc 740 URLRow url_info(url);
823 URLRow existing_url;
    [all...]
history_querying_unittest.cc 393 URLRow row1(GURL("http://foo.bar/"));
398 URLRow row2(GURL("http://foo.bar/"));
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.h 143 const history::URLRow* row,
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_sessions_sync_test.cc 86 history::URLRow virtual_row;
two_client_typed_urls_sync_test.cc 137 std::vector<history::URLRow> urls = GetTypedUrlsFromClient(0);
459 history::URLRow row;
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.cc 345 URLRow url_row;
385 URLRow url_row;
598 URLRow url_row;
781 URLRow url_row(i->url);
981 URLRow old_url_row;
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 55 bool CreateOrPromoteMatch(const history::URLRow& info,
181 // URLRow and puts them in the additional info field of the |match|
183 void RecordAdditionalInfoFromUrlRow(const history::URLRow& info,
297 // Returns the URLRow for the visit.
298 const history::URLRow& url_row() const { return url_row_; }
304 history::URLRow url_row_;
335 url_row_ = history::URLRow(url);
    [all...]
extension_app_provider_unittest.cc 77 history::URLRow info(GURL(kExtensionApps[i].launch_url));
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 29 void GetHistoryItemDictionary(const history::URLRow& row,
40 void AddHistoryNode(const history::URLRow& row, ListValue* list) {
245 const history::URLRow* url_row,
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor_unittest.cc 141 history::URLRow row(test_row.url);
301 rows.push_back(history::URLRow(test_url_db[i].url));

Completed in 1868 milliseconds

1 2 34 5 6