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

  /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());
extension.h 245 bool ShouldDisplayInAppLauncher() const;
extension.cc 378 bool Extension::ShouldDisplayInAppLauncher() const {
426 if (is_app() && !ShouldDisplayInAppLauncher() && !ShouldDisplayInNewTabPage())
  /external/chromium_org/chrome/browser/ui/app_list/
apps_model_builder.cc 42 bool ShouldDisplayInAppLauncher(Profile* profile,
49 return app->ShouldDisplayInAppLauncher() && !blocked_by_policy;
114 if (!extension->ShouldDisplayInAppLauncher())
165 if (ShouldDisplayInAppLauncher(profile_, *app))
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_search_provider.cc 87 if (!app->ShouldDisplayInAppLauncher())
  /external/chromium_org/chrome/browser/apps/
shortcut_manager.cc 54 extension->ShouldDisplayInAppLauncher();
  /external/chromium_org/chrome/browser/autocomplete/
extension_app_provider.cc 159 if (!app->ShouldDisplayInAppLauncher())
  /external/chromium_org/remoting/test/
remote_desktop_browsertest.cc 293 EXPECT_TRUE(extension->ShouldDisplayInAppLauncher());

Completed in 781 milliseconds