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

  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h 83 static bool WasRestarted();
158 // member variable instead of a static variable inside WasRestarted because
startup_browser_creator.cc 337 bool StartupBrowserCreator::WasRestarted() {
383 StartupBrowserCreator::WasRestarted()) &&
startup_browser_creator_browsertest.cc 368 // Tests that StartupBrowserCreator::WasRestarted reads and resets the
373 EXPECT_TRUE(StartupBrowserCreator::WasRestarted());
375 EXPECT_TRUE(StartupBrowserCreator::WasRestarted());
380 // Tests that StartupBrowserCreator::WasRestarted reads and resets the
385 EXPECT_FALSE(StartupBrowserCreator::WasRestarted());
387 EXPECT_FALSE(StartupBrowserCreator::WasRestarted());
721 // Make StartupBrowserCreator::WasRestarted() return true.
    [all...]
startup_browser_creator_impl.cc 605 StartupBrowserCreator::WasRestarted()));
    [all...]

Completed in 407 milliseconds