HomeSort by relevance Sort by last modified time
    Searched refs:URLResult (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.h 44 AutocompleteMatch ResultToMatch(const history::URLResult& result,
49 void ClassifyDescription(const history::URLResult& result,
54 int CalculateRelevance(const history::URLResult& result);
history_contents_provider.cc 32 MatchReference(const history::URLResult* result, int relevance)
37 const history::URLResult* result;
185 for (std::vector<history::URLResult*>::const_reverse_iterator i =
187 history::URLResult* result = *i;
203 static bool MatchInTitle(const history::URLResult& result) {
208 const history::URLResult& result,
231 const history::URLResult& result,
256 const history::URLResult& result) {
284 history::URLResult url_result(match.node->GetURL(), match.match_positions);
  /external/chromium_org/chrome/browser/history/
history_types.h 280 // URLResult -------------------------------------------------------------------
282 class URLResult : public URLRow {
284 URLResult();
285 URLResult(const GURL& url, base::Time visit_time);
286 // Constructor that create a URLResult from the specified URL and title match
288 URLResult(const GURL& url, const Snippet::MatchPositions& title_matches);
289 explicit URLResult(const URLRow& url_row);
290 virtual ~URLResult();
309 void SwapResult(URLResult* other);
311 static bool CompareVisitTime(const URLResult& lhs, const URLResult& rhs)
    [all...]
history_types.cc 91 // URLResult -------------------------------------------------------------------
93 URLResult::URLResult()
97 URLResult::URLResult(const GURL& url, base::Time visit_time)
103 URLResult::URLResult(const GURL& url,
108 URLResult::URLResult(const URLRow& url_row)
113 URLResult::~URLResult()
    [all...]
history_types_unittest.cc 42 URLResult result1(url1, base::Time::Now());
43 URLResult result2(url1, base::Time::Now());
44 URLResult result3(url2, base::Time::Now());
57 URLResult result1(url2, base::Time::Now());
58 URLResult result2(url3, base::Time::Now());
history_querying_unittest.cc 58 const URLResult& result = results[n];
history_backend.cc     [all...]
url_database.cc 378 history::URLResult info;
  /external/chromium/chrome/browser/history/
history_types.h 331 // URLResult -------------------------------------------------------------------
333 class URLResult : public URLRow {
335 URLResult();
336 URLResult(const GURL& url, base::Time visit_time);
337 // Constructor that create a URLResult from the specified URL and title match
339 URLResult(const GURL& url, const Snippet::MatchPositions& title_matches);
340 ~URLResult();
354 void SwapResult(URLResult* other);
372 // URLResult objects, plus an efficient way of looking up the index of each time
376 typedef std::vector<URLResult*> URLResultVector
    [all...]
history_types.cc 127 // URLResult -------------------------------------------------------------------
129 URLResult::URLResult() {
132 URLResult::URLResult(const GURL& url, base::Time visit_time)
137 URLResult::URLResult(const GURL& url,
143 URLResult::~URLResult() {
146 void URLResult::SwapResult(URLResult* other)
    [all...]
history_types_unittest.cc 42 URLResult result1(url1, base::Time::Now());
43 URLResult result2(url1, base::Time::Now());
44 URLResult result3(url2, base::Time::Now());
57 URLResult result1(url2, base::Time::Now());
58 URLResult result2(url3, base::Time::Now());
history_querying_unittest.cc 57 const URLResult& result = results[n];
history_backend.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/
history2_ui.cc 252 history::URLResult const &page = (*results)[i];
history_ui.cc 252 history::URLResult const &page = (*results)[i];
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 747 history::URLResult const &page = (*results)[i];
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc     [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc     [all...]

Completed in 383 milliseconds