OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateDockedPanel
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
base_panel_browser_test.h
84
Panel*
CreateDockedPanel
(const std::string& name, const gfx::Rect& bounds);
docked_panel_browsertest.cc
54
Panel* panel7 =
CreateDockedPanel
("7", gfx::Rect(0, 0, 200, 100));
124
Panel* panel7 =
CreateDockedPanel
("7", gfx::Rect(0, 0, 200, 100));
154
Panel* panel7 =
CreateDockedPanel
("7", gfx::Rect(0, 0, 200, 100));
207
Panel* panel7 =
CreateDockedPanel
("7", gfx::Rect(0, 0, 200, 100));
panel_drag_browsertest.cc
194
Panel* panel =
CreateDockedPanel
("1", gfx::Rect(0, 0, 100, 100));
285
Panel* panel1 =
CreateDockedPanel
("1", gfx::Rect(0, 0, 100, 100));
286
Panel* panel2 =
CreateDockedPanel
("2", gfx::Rect(0, 0, 100, 100));
379
Panel* panel1 =
CreateDockedPanel
("1", gfx::Rect(0, 0, 100, 100));
380
Panel* panel2 =
CreateDockedPanel
("2", gfx::Rect(0, 0, 100, 100));
381
Panel* panel3 =
CreateDockedPanel
("3", gfx::Rect(0, 0, 100, 100));
[
all
...]
base_panel_browser_test.cc
438
Panel* BasePanelBrowserTest::
CreateDockedPanel
(const std::string& name,
493
Panel* panel =
CreateDockedPanel
(name, bounds);
Completed in 25 milliseconds