Searched refs:old_stack_top_position (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dstacked_panel_browsertest.cc356 int old_stack_top_position = panel1->GetBounds().y(); local
381 EXPECT_EQ(old_stack_top_position, panel1->GetBounds().y());
401 EXPECT_LT(panel1->GetBounds().y(), old_stack_top_position);
405 old_stack_top_position = panel1->GetBounds().y();
417 EXPECT_EQ(old_stack_top_position, panel1->GetBounds().y());

Completed in 314 milliseconds