/external/chromium_org/chrome/browser/ui/search/ |
D | search_ipc_router_unittest.cc | 181 bool IsActiveTab(content::WebContents* contents) { in IsActiveTab() function in SearchIPCRouterTest 231 bool is_active_tab = IsActiveTab(contents); in TEST_F() 250 bool is_active_tab = IsActiveTab(contents); in TEST_F() 266 EXPECT_TRUE(IsActiveTab(contents)); in TEST_F() 273 EXPECT_FALSE(IsActiveTab(contents)); in TEST_F() 279 EXPECT_TRUE(IsActiveTab(contents)); in TEST_F() 289 bool is_active_tab = IsActiveTab(contents); in TEST_F() 310 bool is_active_tab = IsActiveTab(contents); in TEST_F() 519 bool is_active_tab = IsActiveTab(contents); in TEST_F() 575 bool is_active_tab = IsActiveTab(contents); in TEST_F() [all …]
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | tab_strip_controller.h | 31 virtual bool IsActiveTab(int index) const = 0;
|
D | tab_controller.h | 41 virtual bool IsActiveTab(const BaseTab* tab) const = 0;
|
D | browser_tab_strip_controller.h | 45 virtual bool IsActiveTab(int model_index) const;
|
D | base_tab_strip.cc | 277 bool BaseTabStrip::IsActiveTab(const BaseTab* tab) const { in IsActiveTab() function in BaseTabStrip 280 controller_->IsActiveTab(model_index); in IsActiveTab()
|
D | side_tab_strip.cc | 181 if (controller()->IsActiveTab(new_model_index)) in SelectTabAt() 422 if (controller()->IsActiveTab(i)) { in OnBoundsChanged()
|
D | base_tab_strip.h | 126 virtual bool IsActiveTab(const BaseTab* tab) const OVERRIDE;
|
D | browser_tab_strip_controller.cc | 194 bool BrowserTabStripController::IsActiveTab(int model_index) const { in IsActiveTab() function in BrowserTabStripController
|
D | base_tab.cc | 273 return controller() ? controller()->IsActiveTab(this) : true; in IsActive()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab_strip_controller.h | 41 virtual bool IsActiveTab(int index) const = 0;
|
D | tab_controller.h | 54 virtual bool IsActiveTab(const Tab* tab) const = 0;
|
D | fake_base_tab_strip_controller.cc | 45 bool FakeBaseTabStripController::IsActiveTab(int index) const { in IsActiveTab() function in FakeBaseTabStripController
|
D | fake_base_tab_strip_controller.h | 28 virtual bool IsActiveTab(int index) const OVERRIDE;
|
D | browser_tab_strip_controller.h | 51 virtual bool IsActiveTab(int model_index) const OVERRIDE;
|
D | tab_unittest.cc | 38 virtual bool IsActiveTab(const Tab* tab) const OVERRIDE { in IsActiveTab() function in FakeTabController
|
D | tab_strip.h | 199 virtual bool IsActiveTab(const Tab* tab) const OVERRIDE;
|
D | browser_tab_strip_controller.cc | 265 bool BrowserTabStripController::IsActiveTab(int model_index) const { in IsActiveTab() function in BrowserTabStripController
|
D | tab_strip.cc | 1062 bool TabStrip::IsActiveTab(const Tab* tab) const { in IsActiveTab() function in TabStrip 1065 controller_->IsActiveTab(model_index); in IsActiveTab()
|
D | tab.cc | 544 return controller() ? controller()->IsActiveTab(this) : true; in IsActive()
|