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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h 41 virtual bool IsActiveTab(int index) const = 0;
fake_base_tab_strip_controller.h 28 virtual bool IsActiveTab(int index) const OVERRIDE;
tab_controller.h 54 virtual bool IsActiveTab(const Tab* tab) const = 0;
fake_base_tab_strip_controller.cc 45 bool FakeBaseTabStripController::IsActiveTab(int index) const {
browser_tab_strip_controller.h 51 virtual bool IsActiveTab(int model_index) const OVERRIDE;
tab_strip.h 217 virtual bool IsActiveTab(const Tab* tab) const OVERRIDE;
tab_unittest.cc 39 virtual bool IsActiveTab(const Tab* tab) const OVERRIDE {
browser_tab_strip_controller.cc 251 bool BrowserTabStripController::IsActiveTab(int model_index) const {
tab_strip.cc     [all...]
tab.cc 428 return controller_->IsActiveTab(this);
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router_unittest.cc 193 bool IsActiveTab(content::WebContents* contents) {
209 bool is_active_tab = IsActiveTab(contents);
259 bool is_active_tab = IsActiveTab(contents);
278 bool is_active_tab = IsActiveTab(contents);
294 EXPECT_TRUE(IsActiveTab(contents));
301 EXPECT_FALSE(IsActiveTab(contents));
307 EXPECT_TRUE(IsActiveTab(contents));
317 bool is_active_tab = IsActiveTab(contents);
338 bool is_active_tab = IsActiveTab(contents);
552 bool is_active_tab = IsActiveTab(contents)
    [all...]

Completed in 107 milliseconds