OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldShowWelcomePage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/first_run/
first_run.h
113
// Sets a flag that will cause
ShouldShowWelcomePage
to return true
122
bool
ShouldShowWelcomePage
();
first_run_browsertest.cc
68
EXPECT_FALSE(first_run::
ShouldShowWelcomePage
());
70
EXPECT_TRUE(first_run::
ShouldShowWelcomePage
());
71
EXPECT_FALSE(first_run::
ShouldShowWelcomePage
());
first_run.cc
642
bool
ShouldShowWelcomePage
() {
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc
[
all
...]
Completed in 474 milliseconds