Searched defs:ntp_url (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
H A Dlocal_ntp_browsertest.cc28 GURL ntp_url = https_test_server().GetURL( variable
30 InstantTestBase::Init(instant_url, ntp_url, false);
40 ntp_url(),
H A Dinstant_test_utils.h42 void Init(const GURL& instant_url, const GURL& ntp_url,
65 const GURL& ntp_url() const { return ntp_url_; } function in class:InstantTestBase
H A Dinstant_test_utils.cc89 const GURL& ntp_url,
92 ntp_url_ = ntp_url;
88 Init(const GURL& instant_url, const GURL& ntp_url, bool init_suggestions_url) argument
H A Dinstant_extended_interactive_uitest.cc151 GURL ntp_url = https_test_server().GetURL( variable
153 InstantTestBase::Init(instant_url, ntp_url, false);
266 GURL ntp_url = https_test_server().GetURL( variable
268 InstantTestBase::Init(instant_url, ntp_url, true);
324 GURL ntp_url = https_test_server().GetURL( variable
326 InstantTestBase::Init(instant_url, ntp_url, false);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_unittest.cc137 GURL ntp_url("chrome://newtab");
141 AddTab(browser(), ntp_url); local
151 AddTab(browser(), ntp_url); local
H A Dbrowser_browsertest.cc484 GURL ntp_url(chrome::GetNewTabPageURL(browser()->profile()));
485 ui_test_utils::NavigateToURL(browser(), ntp_url); local
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dmost_visited_handler.cc59 const GURL ntp_url = GURL(chrome::kChromeUINewTabURL); local
63 if (entry && (entry->GetURL() != ntp_url)) {
H A Dsuggestions_page_handler.cc49 const GURL ntp_url = GURL(chrome::kChromeUINewTabURL); local
53 if (entry && (entry->GetURL() != ntp_url)) {

Completed in 139 milliseconds