/external/chromium_org/chrome/browser/ui/search/ |
H A D | local_ntp_browsertest.cc | 26 GURL instant_url = https_test_server().GetURL( variable 28 InstantTestBase::Init(instant_url, false); 39 instant_url(),
|
H A D | instant_ntp.cc | 16 const std::string& instant_url, 18 : InstantPage(ntp_prerenderer, instant_url, profile, 31 GURL instantNTP_url(instant_url()); 15 InstantNTP(InstantNTPPrerenderer* ntp_prerenderer, const std::string& instant_url, Profile* profile) argument
|
H A D | instant_test_utils.h | 42 void Init(const GURL& instant_url, bool init_suggestions_url); 62 const GURL& instant_url() const { return instant_url_; } function in class:InstantTestBase
|
H A D | instant_page.cc | 34 const std::string& InstantPage::instant_url() const { function in class:InstantPage 43 InstantPage::InstantPage(Delegate* delegate, const std::string& instant_url, argument 48 instant_url_(instant_url),
|
H A D | instant_loader.cc | 44 void InstantLoader::Init(const GURL& instant_url, argument 49 profile, instant_url); 52 instant_url_ = instant_url;
|
H A D | instant_ntp_prerenderer.cc | 135 const GURL instant_url = chrome::GetInstantURL(profile_, local 138 if (!instant_url.is_valid()) 141 return instant_url.spec(); 145 GURL instant_url(GetInstantURL()); 146 GURL origin(instant_url.GetOrigin()); 221 void InstantNTPPrerenderer::ResetNTP(const std::string& instant_url) { argument 224 DCHECK(!instant_url.empty()); 226 ntp_.reset(new InstantNTP(this, instant_url, profile_)); 233 const std::string& instant_url = GetInstantURL(); local 234 if (instant_url [all...] |
H A D | instant_ntp_prerenderer_unittest.cc | 21 const std::string& instant_url, 24 test_instant_url_(instant_url), 38 virtual const std::string& instant_url() const OVERRIDE { 42 void set_instant_url(const std::string& instant_url) { argument 43 test_instant_url_ = instant_url; 96 void set_instant_url(const std::string& instant_url) { argument 97 test_instant_url_ = instant_url; 153 std::string instant_url("http://instant_url"); 155 instant_ntp_prerenderer(), instant_url, profil 20 TestableInstantNTP(InstantNTPPrerenderer* ntp_prerenderer, const std::string& instant_url, Profile* profile) argument [all...] |
H A D | instant_test_utils.cc | 67 data.instant_url = instant_url_.spec(); 91 data.instant_url = url; 98 void InstantTestBase::Init(const GURL& instant_url, bool init_suggestions_url) { argument 99 instant_url_ = instant_url;
|
H A D | instant_controller.cc | 124 // equals the instant_url (minus the query params, as those will be filled 132 GURL instant_url = chrome::GetInstantURL(profile(), local 135 !search::MatchesOriginAndPath(instant_url, current_url) ||
|
H A D | instant_extended_interactive_uitest.cc | 153 GURL instant_url = https_test_server().GetURL( variable 155 InstantTestBase::Init(instant_url, false); 279 GURL instant_url = https_test_server().GetURL( variable 281 InstantTestBase::Init(instant_url, true); 335 GURL instant_url = https_test_server().GetURL( variable 337 InstantTestBase::Init(instant_url, false); 513 SetOmniboxText(instant_url().Resolve("#q=puppies").spec()); 537 // Make sure we actually used search_url, not instant_url. 917 fake_factory()->SetFakeResponse(instant_url().Resolve("#q=flowers"), 933 instant_url() [all...] |
/external/chromium/chrome/browser/autocomplete/ |
H A D | search_provider_unittest.cc | 374 GURL instant_url = GURL(default_t_url_->url()->ReplaceSearchTerms( local 376 AutocompleteMatch instant_match = FindMatchWithDestination(instant_url); 408 GURL instant_url = GURL(default_t_url_->url()->ReplaceSearchTerms( local 410 AutocompleteMatch instant_match = FindMatchWithDestination(instant_url); 423 instant_match = FindMatchWithDestination(instant_url); 451 GURL instant_url = GURL(default_t_url_->url()->ReplaceSearchTerms( local 453 AutocompleteMatch instant_match = FindMatchWithDestination(instant_url);
|
/external/chromium/chrome/browser/search_engines/ |
H A D | template_url.h | 345 const TemplateURLRef* instant_url() const { function in class:TemplateURL
|
H A D | template_url_model.cc | 771 std::string instant_url; local 784 if (t_url->instant_url()) 785 instant_url = t_url->instant_url()->url(); 798 prefs->SetString(prefs::kDefaultSearchProviderInstantURL, instant_url); 826 std::string instant_url = local 851 (*default_provider)->SetInstantURL(instant_url, 0, 0);
|
/external/chromium_org/chrome/browser/search/ |
H A D | search.cc | 210 const GURL instant_url = local 212 if (!instant_url.is_valid()) 215 if (search::MatchesOriginAndPath(url, instant_url)) 422 GURL instant_url = 425 if (!instant_url.is_valid() || 426 !template_url->HasSearchTermsReplacementKey(instant_url)) 432 if (!instant_url.SchemeIsSecure() && 433 !google_util::StartsWithCommandLineGoogleBaseURL(instant_url)) { 437 instant_url = instant_url 581 const GURL instant_url = TemplateURLRefToGURL( local [all...] |
/external/chromium_org/components/test/data/web_database/ |
H A D | version_43.sql | 10 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0, sync_guid VARCHAR); 12 CREATE TABLE keywords_backup (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0, sync_guid VARCHAR);
|
H A D | version_44.sql | 8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR); 26 instant_url TEXT,
|
H A D | version_45.sql | 23 CREATE TABLE "keywords" (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR); 39 instant_url TEXT,
|
H A D | version_45_compatible.sql | 23 CREATE TABLE "keywords" (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR); 39 instant_url TEXT,
|
H A D | version_45_invalid.sql | 23 CREATE TABLE "keywords" (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR); 39 instant_url TEXT,
|
H A D | version_46.sql | 23 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR); 24 CREATE TABLE keywords_backup(id INT,short_name TEXT,keyword TEXT,favicon_url TEXT,url TEXT,safe_for_autoreplace INT,originating_url TEXT,date_created INT,usage_count INT,input_encodings TEXT,show_in_default_list INT,suggest_url TEXT,prepopulate_id INT,created_by_policy INT,instant_url TEXT,last_modified INT,sync_guid TEXT);
|
H A D | version_47.sql | 10 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR,alternate_urls VARCHAR); 26 instant_url TEXT,
|
H A D | version_29.sql | 8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR);
|
H A D | version_32.sql | 8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR);
|
H A D | version_33.sql | 8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR);
|
/external/chromium_org/chrome/browser/search_engines/ |
H A D | template_url.h | 436 std::string instant_url; member in struct:TemplateURLData 508 // or instant_url, causes Chrome to replace the URL with the search term. 578 const std::string& instant_url() const { return data_.instant_url; } function in class:TemplateURL
|