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

  /external/chromium_org/chrome/renderer/searchbox/
search_bouncer.cc 27 return IsNewTabPage(url);
30 bool SearchBouncer::IsNewTabPage(const GURL& url) const {
search_bouncer.h 31 bool IsNewTabPage(const GURL& url) const;
search_bouncer_unittest.cc 35 TEST_F(SearchBouncerTest, IsNewTabPage) {
36 EXPECT_FALSE(bouncer_->IsNewTabPage(GURL("http://example.com/foo")));
37 EXPECT_TRUE(bouncer_->IsNewTabPage(GURL("http://example.com/newtab")));
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h 53 virtual bool IsNewTabPage(int index) const = 0;
fake_base_tab_strip_controller.h 32 virtual bool IsNewTabPage(int index) const OVERRIDE;
fake_base_tab_strip_controller.cc 63 bool FakeBaseTabStripController::IsNewTabPage(int index) const {
browser_tab_strip_controller.h 55 virtual bool IsNewTabPage(int model_index) const OVERRIDE;
browser_tab_strip_controller.cc 267 bool BrowserTabStripController::IsNewTabPage(int model_index) const {
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc     [all...]

Completed in 2916 milliseconds