/external/chromium_org/chrome/browser/autocomplete/ |
history_provider_util.cc | 12 : url_info(), 18 HistoryMatch::HistoryMatch(const URLRow& url_info, 22 : url_info(url_info), 29 return h.url_info.url() == url; 33 const GURL& gurl = url_info.url();
|
history_provider_util.h | 20 HistoryMatch(const URLRow& url_info, 32 URLRow url_info; member in struct:history::HistoryMatch
|
history_url_provider.cc | 54 if (!a.url_info.typed_count() != !b.url_info.typed_count()) 55 return a.url_info.typed_count() > b.url_info.typed_count(); 63 if (a.url_info.typed_count() != b.url_info.typed_count()) 64 return a.url_info.typed_count() > b.url_info.typed_count(); 68 if ((a.url_info.typed_count() == 1) && (a.IsHostOnly() != b.IsHostOnly())) 72 if (a.url_info.visit_count() != b.url_info.visit_count() [all...] |
history_quick_provider.cc | 217 !template_url->IsSearchURL(history_match.url_info.url(), 231 const history::URLRow& info = history_match.url_info;
|
/external/chromium_org/chrome/browser/history/ |
in_memory_url_index_unittest.cc | 466 EXPECT_EQ(5, matches[0].url_info.id()); 467 EXPECT_EQ("http://drudgereport.com/", matches[0].url_info.url().spec()); 468 EXPECT_EQ(ASCIIToUTF16("DRUDGE REPORT 2010"), matches[0].url_info.title()); 476 EXPECT_EQ(5, matches[0].url_info.id()); 477 EXPECT_EQ("http://drudgereport.com/", matches[0].url_info.url().spec()); 478 EXPECT_EQ(ASCIIToUTF16("DRUDGE REPORT 2010"), matches[0].url_info.title()); 494 EXPECT_EQ(32, matches[0].url_info.id()); 496 matches[0].url_info.url().spec()); // Note: URL gets lowercased. 498 matches[0].url_info.title()); 507 EXPECT_EQ(33, matches[0].url_info.id()) [all...] |
scored_history_match.cc | 234 if (!m1.url_info.typed_count() != !m2.url_info.typed_count()) 235 return m1.url_info.typed_count() > m2.url_info.typed_count(); 243 if (m1.url_info.typed_count() != m2.url_info.typed_count()) 244 return m1.url_info.typed_count() > m2.url_info.typed_count(); 248 if (m1.url_info.typed_count() == 1) { 254 if (m1.url_info.visit_count() != m2.url_info.visit_count() [all...] |
history_backend.cc | 718 URLRow url_info(url); 719 URLID url_id = db_->GetRowForURL(url, &url_info); 724 url_info.set_visit_count(url_info.visit_count() + 1); 726 url_info.set_typed_count(url_info.typed_count() + typed_increment); 727 if (url_info.last_visit() < time) 728 url_info.set_last_visit(time); 732 url_info.set_hidden(false); 734 db_->UpdateURLRow(url_id, url_info); [all...] |
scored_history_match.h | 62 // with url_info to make tie-breaking a bit smarter.
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.cc | 1119 scoped_ptr<LocalPredictorURLInfo> url_info; local [all...] |
prerender_local_predictor.h | 191 LocalPredictorURLInfo* url_info,
|
/external/chromium_org/chrome/browser/net/ |
preconnect.h | 11 #include "chrome/browser/net/url_info.h"
|
url_info_unittest.cc | 12 #include "chrome/browser/net/url_info.h"
|
url_info.cc | 5 #include "chrome/browser/net/url_info.h"
|
predictor.h | 34 #include "chrome/browser/net/url_info.h"
|
predictor_unittest.cc | 18 #include "chrome/browser/net/url_info.h"
|
/external/chromium_org/chrome/browser/net/spdyproxy/ |
proxy_advisor.h | 11 #include "chrome/browser/net/url_info.h"
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/ |
tree.jquery.js | 899 JqTreeWidget.prototype._loadDataFromUrl = function(url_info, parent_node, on_finished) { 919 if ($.type(url_info) === 'string') { 920 url_info = { 921 url: url_info 924 if (!url_info.method) { 925 return url_info.method = 'get'; 929 if (!url_info) { 930 url_info = this._getDataUrlInfo(parent_node); 934 url: url_info.url, 935 data: url_info.data [all...] |
/external/chromium_org/chrome/ |
chrome_browser.gypi | [all...] |