/external/chromium_org/chrome/browser/search/ |
search.cc | 197 const GURL new_tab_url(GetNewTabPageURL(profile)); 198 if (new_tab_url.is_valid() && 199 search::MatchesOriginAndPath(url, new_tab_url)) 399 GURL new_tab_url(GetNewTabPageURL(profile)); 400 return new_tab_url.is_valid() && 401 search::MatchesOriginAndPath(entry->GetURL(), new_tab_url); 641 GURL new_tab_url(GetNewTabPageURL(profile)); 642 if (!new_tab_url.is_valid()) 645 *url = new_tab_url; 655 GURL new_tab_url(GetNewTabPageURL(profile)) [all...] |
instant_unittest_base.cc | 75 data.new_tab_url = base_url + "newtab";
|
search_unittest.cc | 178 data.new_tab_url = (insecure_ntp_url ? "http" : "https") + 527 // The new_tab_url gets set after the first NTP is visible. [all...] |
/external/chromium_org/chrome/browser/ |
chrome_content_browser_client_unittest.cc | 55 data.new_tab_url = new_tab_page_url.spec();
|
/external/chromium_org/chrome/browser/ui/views/ |
constrained_window_views_browsertest.cc | 397 GURL new_tab_url(chrome::kChromeUINewTabURL); 398 ui_test_utils::NavigateToURL(browser(), new_tab_url); local 446 GURL new_tab_url(chrome::kChromeUINewTabURL); 447 ui_test_utils::NavigateToURL(browser(), new_tab_url); local 450 new ui::test::TestWebDialogDelegate(new_tab_url),
|
/external/chromium_org/chrome/browser/webdata/ |
keyword_table_unittest.cc | 140 keyword.new_tab_url = "http://new-tab-url/"; 156 keyword.new_tab_url.clear(); 197 keyword.new_tab_url = "http://new-tab-url"; 212 keyword.new_tab_url.clear();
|
keyword_table.cc | 81 columns.push_back("new_tab_url"); 134 s->BindString(starting_column + 23, data.new_tab_url); 187 "new_tab_url VARCHAR)"); 294 "instant_url_post_params=?, image_url_post_params=?, new_tab_url=? " 503 db_->Execute("ALTER TABLE keywords ADD COLUMN new_tab_url " 525 data->new_tab_url = s.ColumnString(24);
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url.h | 438 std::string new_tab_url; member in struct:TemplateURLData 580 const std::string& new_tab_url() const { return data_.new_tab_url; } function in class:TemplateURL
|
template_url_prepopulate_data.cc | 1152 std::string new_tab_url; local [all...] |
template_url_service.cc | 71 (url1->new_tab_url() == url2->new_tab_url()) && 1618 std::string new_tab_url; local 1721 std::string new_tab_url = local [all...] |
template_url_prepopulate_data_unittest.cc | 234 EXPECT_FALSE(t_urls[default_index]->new_tab_url().empty()); 267 EXPECT_FALSE(t_urls[default_index]->new_tab_url().empty());
|
template_url.cc | 256 case NEW_TAB: return owner_->new_tab_url(); [all...] |
template_url_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/profile_resetter/ |
automatic_profile_resetter_delegate.cc | 51 tree->SetString("new_tab_url", template_url->new_tab_url());
|
automatic_profile_resetter_delegate_unittest.cc | 216 data.new_tab_url = "http://example.com/newtab.html";
|
/external/chromium_org/chrome/browser/ui/search/ |
search_tab_helper_unittest.cc | 274 data.new_tab_url = std::string("https://foo.com/newtab?strk");
|
search_ipc_router_unittest.cc | 105 data.new_tab_url = "https://foo.com/newtab?espv"; [all...] |
/external/chromium/chrome/browser/ |
browser_browsertest.cc | 377 GURL new_tab_url(chrome::kChromeUINewTabURL); 378 ui_test_utils::NavigateToURL(browser(), new_tab_url); local
|
/external/chromium_org/components/test/data/web_database/ |
version_53.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,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,search_terms_replacement_key VARCHAR,image_url VARCHAR,search_url_post_params VARCHAR,suggest_url_post_params VARCHAR,instant_url_post_params VARCHAR,image_url_post_params VARCHAR,new_tab_url VARCHAR);
|
/external/chromium_org/chrome/browser/ui/ |
browser_browsertest.cc | 1095 ui_test_utils::NavigateToURL(browser(), new_tab_url); local [all...] |
/external/chromium_org/sync/protocol/ |
proto_value_conversions.cc | 672 SET_STR(new_tab_url); [all...] |
/external/chromium_org/chrome/browser/policy/ |
policy_browsertest.cc | [all...] |