OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WasRestarted
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h
85
static bool
WasRestarted
();
160
// member variable instead of a static variable inside
WasRestarted
because
startup_browser_creator.cc
337
bool StartupBrowserCreator::
WasRestarted
() {
382
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
());
699
// Make StartupBrowserCreator::
WasRestarted
() return true.
[
all
...]
startup_browser_creator_impl.cc
661
StartupBrowserCreator::
WasRestarted
()));
[
all
...]
Completed in 106 milliseconds