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

  /external/chromium_org/chrome/browser/ui/panels/
base_panel_browser_test.h 51 struct CreatePanelParams {
61 CreatePanelParams(const std::string& name,
66 Panel* CreatePanelWithParams(const CreatePanelParams& params);
detached_panel_browsertest.cc 23 CreatePanelParams params("1", bounds, SHOW_AS_ACTIVE);
216 CreatePanelParams params("1", gfx::Rect(300, 200, 250, 200), SHOW_AS_ACTIVE);
242 CreatePanelParams params("1", gfx::Rect(300, 200, 250, 200), SHOW_AS_ACTIVE);
stacked_panel_browsertest.cc 714 CreatePanelParams params("N", gfx::Rect(50, 50, 150, 100), SHOW_AS_ACTIVE);
    [all...]
base_panel_browser_test.cc 323 BasePanelBrowserTest::CreatePanelParams::CreatePanelParams(
337 const CreatePanelParams& params) {
410 CreatePanelParams params(panel_name, bounds, SHOW_AS_ACTIVE);
415 CreatePanelParams params(panel_name, gfx::Rect(), SHOW_AS_ACTIVE);
panel_browsertest.cc 417 CreatePanelParams params("PanelTest1", gfx::Rect(), SHOW_AS_ACTIVE);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view_browsertest.cc 36 CreatePanelParams params("1", gfx::Rect(0, 0, 200, 150), SHOW_AS_ACTIVE);
64 CreatePanelParams params("1", gfx::Rect(0, 0, 200, 150), SHOW_AS_INACTIVE);

Completed in 398 milliseconds