Home
last modified time | relevance | path

Searched refs:HasPanel (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Dstacked_panel_browsertest.cc721 EXPECT_TRUE(stack2->HasPanel(new_panel)); in IN_PROC_BROWSER_TEST_F()
756 EXPECT_TRUE(stack2->HasPanel(new_panel)); in IN_PROC_BROWSER_TEST_F()
792 EXPECT_TRUE(stack2->HasPanel(new_panel)); in IN_PROC_BROWSER_TEST_F()
969 EXPECT_TRUE(panel_manager->detached_collection()->HasPanel(new_panel)); in IN_PROC_BROWSER_TEST_F()
1003 EXPECT_TRUE(stack1->HasPanel(panel1)); in IN_PROC_BROWSER_TEST_F()
1004 EXPECT_TRUE(stack1->HasPanel(panel2)); in IN_PROC_BROWSER_TEST_F()
1019 EXPECT_TRUE(stack2->HasPanel(panel3)); in IN_PROC_BROWSER_TEST_F()
1020 EXPECT_TRUE(stack2->HasPanel(panel4)); in IN_PROC_BROWSER_TEST_F()
1030 EXPECT_TRUE(stack1->HasPanel(panel5)); in IN_PROC_BROWSER_TEST_F()
1040 EXPECT_TRUE(stack2->HasPanel(panel6)); in IN_PROC_BROWSER_TEST_F()
[all …]
Dnative_panel_stack_window.h70 virtual bool HasPanel(Panel* panel) const = 0;
Ddetached_panel_collection.h63 bool HasPanel(Panel* panel) const;
Ddocked_panel_collection.h96 bool HasPanel(Panel* panel) const;
Dstacked_panel_collection.h68 bool HasPanel(Panel* panel) const;
Ddetached_panel_collection.cc229 bool DetachedPanelCollection::HasPanel(Panel* panel) const { in HasPanel() function in DetachedPanelCollection
Ddetached_panel_browsertest.cc30 EXPECT_TRUE(detached_collection->HasPanel(panel)); in IN_PROC_BROWSER_TEST_F()
Dstacked_panel_collection.cc626 bool StackedPanelCollection::HasPanel(Panel* panel) const { in HasPanel() function in StackedPanelCollection
796 return secondary_stack_window_ && secondary_stack_window_->HasPanel(panel) ? in GetStackWindowForPanel()
Dpanel_drag_browsertest.cc851 EXPECT_TRUE(detached_collection->HasPanel(panel1)); in IN_PROC_BROWSER_TEST_F()
852 EXPECT_TRUE(detached_collection->HasPanel(panel2)); in IN_PROC_BROWSER_TEST_F()
862 EXPECT_TRUE(detached_collection->HasPanel(panel1)); in IN_PROC_BROWSER_TEST_F()
886 EXPECT_TRUE(detached_collection->HasPanel(panel1)); in IN_PROC_BROWSER_TEST_F()
887 EXPECT_TRUE(detached_collection->HasPanel(panel2)); in IN_PROC_BROWSER_TEST_F()
897 EXPECT_TRUE(detached_collection->HasPanel(panel1)); in IN_PROC_BROWSER_TEST_F()
917 EXPECT_TRUE(detached_collection->HasPanel(panel1)); in IN_PROC_BROWSER_TEST_F()
Dpanel_browsertest.cc281 EXPECT_TRUE(docked_collection->HasPanel(panel1)); in IN_PROC_BROWSER_TEST_F()
282 EXPECT_TRUE(docked_collection->HasPanel(panel2)); in IN_PROC_BROWSER_TEST_F()
283 EXPECT_TRUE(docked_collection->HasPanel(panel3)); in IN_PROC_BROWSER_TEST_F()
Ddocked_panel_collection.cc797 bool DockedPanelCollection::HasPanel(Panel* panel) const { in HasPanel() function in DockedPanelCollection
/external/chromium_org/chrome/browser/ui/gtk/panels/
Dpanel_stack_window_gtk.h30 virtual bool HasPanel(Panel* panel) const OVERRIDE;
Dpanel_stack_window_gtk.cc79 bool PanelStackWindowGtk::HasPanel(Panel* panel) const { in HasPanel() function in PanelStackWindowGtk
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_stack_window_cocoa.h41 virtual bool HasPanel(Panel* panel) const OVERRIDE;
Dpanel_stack_window_cocoa.mm122 bool PanelStackWindowCocoa::HasPanel(Panel* panel) const { function
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_stack_view.h50 virtual bool HasPanel(Panel* panel) const OVERRIDE;
Dpanel_stack_view.cc191 bool PanelStackView::HasPanel(Panel* panel) const { in HasPanel() function in PanelStackView