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

  /external/chromium_org/chrome/browser/extensions/
extension_ui_util.h 21 bool ShouldDisplayInAppLauncher(const Extension* extension,
extension_ui_util.cc 31 bool ShouldDisplayInAppLauncher(const Extension* extension,
39 return extension->ShouldDisplayInAppLauncher() &&
  /external/chromium_org/chrome/common/extensions/
sync_type_unittest.cc 165 EXPECT_FALSE(extension->ShouldDisplayInAppLauncher());
172 EXPECT_TRUE(app->ShouldDisplayInAppLauncher());
190 EXPECT_TRUE(app->ShouldDisplayInAppLauncher());
198 EXPECT_FALSE(app->ShouldDisplayInAppLauncher());
206 EXPECT_FALSE(app->ShouldDisplayInAppLauncher());
215 EXPECT_TRUE(app->ShouldDisplayInAppLauncher());
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_model_builder.cc 131 if (!extensions::ui_util::ShouldDisplayInAppLauncher(extension, profile_))
175 if (!extensions::ui_util::ShouldDisplayInAppLauncher(extension, profile_))
242 if (!extensions::ui_util::ShouldDisplayInAppLauncher(*app, profile_))
recommended_apps.cc 72 if (!extensions::ui_util::ShouldDisplayInAppLauncher(*app, profile_))
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_search_provider.cc 81 if (!extensions::ui_util::ShouldDisplayInAppLauncher(app, profile_))
  /external/chromium_org/chrome/browser/autocomplete/
extension_app_provider.cc 164 if (!extensions::ui_util::ShouldDisplayInAppLauncher(app, profile_))
  /external/chromium_org/extensions/common/
extension.cc 322 bool Extension::ShouldDisplayInAppLauncher() const {
370 if (is_app() && !ShouldDisplayInAppLauncher() && !ShouldDisplayInNewTabPage())
extension.h 260 bool ShouldDisplayInAppLauncher() const;
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.cc 164 EXPECT_TRUE(extension->ShouldDisplayInAppLauncher());

Completed in 516 milliseconds