OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateStackedPanel
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
stacked_panel_browsertest.cc
26
Panel* panel1 =
CreateStackedPanel
("1", panel1_initial_bounds, stack);
28
Panel* panel2 =
CreateStackedPanel
("2", panel2_initial_bounds, stack);
30
Panel* panel3 =
CreateStackedPanel
("3", panel3_initial_bounds, stack);
120
Panel* panel1 =
CreateStackedPanel
("1", panel1_initial_bounds, stack);
122
Panel* panel2 =
CreateStackedPanel
("2", panel2_initial_bounds, stack);
124
Panel* panel3 =
CreateStackedPanel
("3", panel3_initial_bounds, stack);
217
Panel* panel1 =
CreateStackedPanel
("1", panel1_initial_bounds, stack);
219
Panel* panel2 =
CreateStackedPanel
("2", panel2_initial_bounds, stack);
300
Panel* panel1 =
CreateStackedPanel
("1", panel1_initial_bounds, stack);
302
Panel* panel2 =
CreateStackedPanel
("2", panel2_initial_bounds, stack)
[
all
...]
panel_drag_browsertest.cc
[
all
...]
base_panel_browser_test.h
86
Panel*
CreateStackedPanel
(const std::string& name,
panel_resize_browsertest.cc
535
Panel* panel1 =
CreateStackedPanel
("1", panel1_initial_bounds, stack);
537
Panel* panel2 =
CreateStackedPanel
("2", panel2_initial_bounds, stack);
539
Panel* panel3 =
CreateStackedPanel
("3", panel3_initial_bounds, stack);
base_panel_browser_test.cc
461
Panel* BasePanelBrowserTest::
CreateStackedPanel
(const std::string& name,
Completed in 36 milliseconds