HomeSort by relevance Sort by last modified time
    Searched defs:visits (Results 26 - 39 of 39) sorted by null

12

  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 833 VisitVector visits; local
1024 VisitVector visits; local
1103 VisitVector visits; local
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_unittest.cc 77 history::VisitVector* visits) {
81 if (visits)
82 this->visits = *visits;
87 history::VisitVector visits; member in struct:__anon8108::QueryHistoryCallbackImpl
    [all...]
  /frameworks/base/core/java/android/provider/
Browser.java 81 BookmarkColumns.VISITS, // 2
297 return cr.query(History.CONTENT_URI, new String[] { History._ID, History.VISITS },
309 * number of visits. If false, the user entered it manually.
321 values.put(History.VISITS, c.getInt(1) + 1);
331 int visits; local
334 visits = 1;
337 visits = 0;
341 values.put(History.VISITS, visits);
368 c = cr.query(History.CONTENT_URI, projection, History.VISITS + " > 0", null, null)
    [all...]
  /external/chromium_org/chrome/browser/history/
history_types.h 196 // The enumeration of all possible sources of visits is listed below.
200 // Different from page transition types, they describe the origins of visits.
230 // ID of this row (visit ID, used a a referrer for other visits).
255 // Compares two visits based on dates, for sorting.
263 // We pass around vectors of visits a lot
267 // used by HistoryBackend::AddVisits() to create new visits for a URL.
457 // Omit visits for which there is a more recent visit to the same URL.
461 // Omit visits for which there is a more recent visit to the same URL on
466 // Return all visits without deduping.
490 int visits; // The visit count member in struct:history::KeywordSearchTermVisit
533 unsigned int visits; member in struct:history::FilteredURL::ExtendedInfo
    [all...]
url_index_private_data.cc 101 // The ID of the URL to get visits for and then update.
103 // Whether fetching the recent visits for the URL succeeded.
123 // Make sure the private data is going to get as many recent visits as
311 // If something appears to have changed, update the recent visits
343 VisitInfoVector* visits = &row_pos->second.visits; local
344 visits->clear();
347 visits->reserve(size);
349 // Copy from the VisitVector the only fields visits needs.
350 visits->push_back(std::make_pair(recent_visits[i].visit_time
1190 VisitInfoVector visits; local
1297 const VisitInfoVector& visits = hist_pos->second.visits; local
    [all...]
history_backend_unittest.cc 219 VisitVector visits; local
220 EXPECT_TRUE(backend_->db()->GetVisitsForURL(id, &visits));
221 return visits[0].transition;
504 // Get the two visits for the URLs we just added.
505 VisitVector visits; local
506 backend_->db_->GetVisitsForURL(row1_id, &visits);
507 ASSERT_EQ(1U, visits.size());
509 visits.clear();
510 backend_->db_->GetVisitsForURL(row2_id, &visits);
511 ASSERT_EQ(1U, visits.size())
705 VisitVector visits; local
781 VisitVector visits; local
926 VisitVector visits; local
956 VisitVector visits; local
1010 VisitVector visits; local
1046 VisitVector visits; local
1085 VisitVector visits; local
1125 VisitVector visits; local
1158 VisitVector visits; local
1213 VisitVector visits; local
2632 VisitVector visits; local
2636 backend_->db()->GetAllVisitsInRange(base::Time(), base::Time(), 0, &visits); local
2645 backend_->db()->GetAllVisitsInRange(base::Time(), base::Time(), 0, &visits); local
2652 backend_->db()->GetAllVisitsInRange(base::Time(), base::Time(), 0, &visits); local
2669 backend_->db()->GetAllVisitsInRange(base::Time(), base::Time(), 0, &visits); local
    [all...]
history_backend.cc 63 VisitDatabase (stores a list of visits for the URLs)
69 VisitDatabase (stores a list of visits for the URLs)
446 // Update the segment for this visit. KEYWORD_GENERATED visits should not
515 // Record all redirect visits with the same timestamp. We don't display
1081 VisitVector* visits = &request->value.b; local
1331 VisitVector visits; local
1390 VisitVector visits; \/\/ Declare outside loop to prevent re-construction. local
1511 VisitVector visits; local
1550 VisitVector visits; local
2740 VisitVector visits; local
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 436 const vector<history::BriefVisitInfo>& visits = *(visit_history_.get()); local
437 for (int i = 0; i < static_cast<int>(visits.size()); i++) {
438 if (!ShouldExcludeTransitionForPrediction(visits[i].transition)) {
439 if (visits[i].url_id == info.url_id) {
440 last_visited = visits[i].time;
446 last_visited > visits[i].time - max_age &&
447 last_visited < visits[i].time - min_age) {
448 if (!IsFormSubmit(visits[i].transition))
449 next_urls_currently_found.insert(visits[i].url_id);
452 if (i == static_cast<int>(visits.size()) - 1 |
    [all...]
  /external/chromium/chrome/browser/history/
history_backend.cc 46 VisitDatabase (stores a list of visits for the URLs)
52 VisitDatabase (stores a list of visits for the URLs)
411 // Update the segment for this visit. KEYWORD_GENERATED visits should not
471 // Record all redirect visits with the same timestamp. We don't display
988 VisitVector* visits = &request->value.b; local
1195 VisitVector visits; local
2033 VisitVector visits; local
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeBrowserProvider.java 143 BookmarkColumns._ID, BookmarkColumns.URL, BookmarkColumns.VISITS,
1162 Integer visits; field in class:ChromeBrowserProvider.BookmarkRow
    [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 836 milliseconds

12