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

  /external/chromium_org/chrome/browser/ui/panels/
base_panel_browser_test.h 83 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 425 Panel* BasePanelBrowserTest::CreateDockedPanel(const std::string& name,
480 Panel* panel = CreateDockedPanel(name, bounds);

Completed in 832 milliseconds