OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldShowAppLauncher
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/extensions/
apps_promo_unittest.cc
87
EXPECT_FALSE(apps_promo()->
ShouldShowAppLauncher
(installed_ids));
97
EXPECT_TRUE(apps_promo()->
ShouldShowAppLauncher
(installed_ids));
106
EXPECT_TRUE(apps_promo()->
ShouldShowAppLauncher
(installed_ids));
115
EXPECT_TRUE(apps_promo()->
ShouldShowAppLauncher
(installed_ids));
124
EXPECT_TRUE(apps_promo()->
ShouldShowAppLauncher
(installed_ids));
apps_promo.h
73
bool
ShouldShowAppLauncher
(const ExtensionIdSet& installed_ids);
apps_promo.cc
159
bool AppsPromo::
ShouldShowAppLauncher
(const ExtensionIdSet& installed_ids) {
/external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc
256
extensions_service_->apps_promo()->
ShouldShowAppLauncher
(
Completed in 53 milliseconds