/external/chromium_org/chrome/browser/ui/panels/ |
D | stacked_panel_browsertest.cc | 721 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 …]
|
D | native_panel_stack_window.h | 70 virtual bool HasPanel(Panel* panel) const = 0;
|
D | detached_panel_collection.h | 63 bool HasPanel(Panel* panel) const;
|
D | docked_panel_collection.h | 96 bool HasPanel(Panel* panel) const;
|
D | stacked_panel_collection.h | 68 bool HasPanel(Panel* panel) const;
|
D | detached_panel_collection.cc | 229 bool DetachedPanelCollection::HasPanel(Panel* panel) const { in HasPanel() function in DetachedPanelCollection
|
D | detached_panel_browsertest.cc | 30 EXPECT_TRUE(detached_collection->HasPanel(panel)); in IN_PROC_BROWSER_TEST_F()
|
D | stacked_panel_collection.cc | 626 bool StackedPanelCollection::HasPanel(Panel* panel) const { in HasPanel() function in StackedPanelCollection 796 return secondary_stack_window_ && secondary_stack_window_->HasPanel(panel) ? in GetStackWindowForPanel()
|
D | panel_drag_browsertest.cc | 851 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()
|
D | panel_browsertest.cc | 281 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()
|
D | docked_panel_collection.cc | 797 bool DockedPanelCollection::HasPanel(Panel* panel) const { in HasPanel() function in DockedPanelCollection
|
/external/chromium_org/chrome/browser/ui/gtk/panels/ |
D | panel_stack_window_gtk.h | 30 virtual bool HasPanel(Panel* panel) const OVERRIDE;
|
D | panel_stack_window_gtk.cc | 79 bool PanelStackWindowGtk::HasPanel(Panel* panel) const { in HasPanel() function in PanelStackWindowGtk
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
D | panel_stack_window_cocoa.h | 41 virtual bool HasPanel(Panel* panel) const OVERRIDE;
|
D | panel_stack_window_cocoa.mm | 122 bool PanelStackWindowCocoa::HasPanel(Panel* panel) const { function
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
D | panel_stack_view.h | 50 virtual bool HasPanel(Panel* panel) const OVERRIDE;
|
D | panel_stack_view.cc | 191 bool PanelStackView::HasPanel(Panel* panel) const { in HasPanel() function in PanelStackView
|