Searched refs:TYPE_PLATFORM_APP (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/ash/shelf/
H A Dshelf_navigator_unittest.cc50 (types[i] == TYPE_PLATFORM_APP) ? STATUS_RUNNING : STATUS_CLOSED;
57 if (focused_item.type == TYPE_PLATFORM_APP) {
77 TYPE_APP_SHORTCUT, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP,
80 // beginning, so '3' refers the first TYPE_PLATFORM_APP item.
92 TYPE_APP_SHORTCUT, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP,
109 ShelfItemType type = TYPE_PLATFORM_APP;
[all...]
H A Dshelf_item_types.h33 TYPE_PLATFORM_APP, enumerator in enum:ash::ShelfItemType
H A Dshelf_model_unittest.cc118 item.type = TYPE_PLATFORM_APP;
122 EXPECT_EQ(TYPE_PLATFORM_APP, model_->items()[index].type);
169 item.type = TYPE_PLATFORM_APP;
208 item.type = TYPE_PLATFORM_APP;
216 item.type = TYPE_PLATFORM_APP;
224 item.type = TYPE_PLATFORM_APP;
267 item.type = TYPE_PLATFORM_APP;
296 item.type = TYPE_PLATFORM_APP;
323 item.type = TYPE_PLATFORM_APP;
351 item.type = TYPE_PLATFORM_APP;
[all...]
H A Dshelf_unittest.cc98 item.type = TYPE_PLATFORM_APP;
118 item.type = TYPE_PLATFORM_APP;
144 item.type = TYPE_PLATFORM_APP;
H A Dshelf_model.cc26 case TYPE_PLATFORM_APP:
139 ShelfItemTypeToWeight(TYPE_PLATFORM_APP));
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddevice_local_account_management_policy_provider.cc122 if (extension->GetType() == extensions::Manifest::TYPE_PLATFORM_APP)
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_item_controller.cc48 return ash::TYPE_PLATFORM_APP;
H A Dlauncher_context_menu.cc145 if (item_.type == ash::TYPE_PLATFORM_APP) {
159 item_.type == ash::TYPE_PLATFORM_APP) {
199 if (item_.type == ash::TYPE_PLATFORM_APP) {
265 if (item_.type != ash::TYPE_PLATFORM_APP)
/external/chromium_org/extensions/common/
H A Dcsp_validator_unittest.cc69 "default-src 'unsafe-eval'", Manifest::TYPE_PLATFORM_APP));
173 "sandbox allow-top-navigation", Manifest::TYPE_PLATFORM_APP));
179 "sandbox allow-popups", Manifest::TYPE_PLATFORM_APP));
H A Dmanifest.h65 TYPE_PLATFORM_APP, enumerator in enum:extensions::Manifest::Type
145 bool is_platform_app() const { return type_ == TYPE_PLATFORM_APP; }
H A Dmanifest.cc125 type_ = TYPE_PLATFORM_APP;
238 int manifest_version = type_ == TYPE_PLATFORM_APP ? 2 : 1;
/external/chromium_org/extensions/browser/
H A Dextension_web_contents_observer.cc46 (type == Manifest::TYPE_PLATFORM_APP &&
67 case Manifest::TYPE_PLATFORM_APP:
H A Dadmin_policy.cc95 case Manifest::TYPE_PLATFORM_APP:
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dapp_isolation_info.cc91 return type == Manifest::TYPE_PLATFORM_APP;
/external/chromium_org/chrome/common/extensions/
H A Dsync_helper.cc62 case Manifest::TYPE_PLATFORM_APP:
H A Dmanifest_unittest.cc34 EXPECT_EQ(type == Manifest::TYPE_PLATFORM_APP,
158 AssertType(manifest.get(), Manifest::TYPE_PLATFORM_APP);
165 AssertType(manifest.get(), Manifest::TYPE_PLATFORM_APP);
216 AssertType(manifest.get(), Manifest::TYPE_PLATFORM_APP);
/external/chromium_org/extensions/common/manifest_handlers/
H A Doffline_enabled_info.cc69 return type == Manifest::TYPE_PLATFORM_APP;
H A Dcsp_info.cc121 return type == Manifest::TYPE_PLATFORM_APP;
/external/chromium_org/ash/test/
H A Dtest_shelf_delegate.cc42 item.type = TYPE_PLATFORM_APP;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dapps_helper.cc54 extensions::Manifest::TYPE_PLATFORM_APP);
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dcore_app_launcher_handler.cc33 if (app_type == extensions::Manifest::TYPE_PLATFORM_APP) {
/external/chromium_org/chrome/common/
H A Dpepper_permission_util.cc99 extension->GetType() == Manifest::TYPE_PLATFORM_APP);
/external/chromium_org/extensions/common/features/
H A Dbase_feature_provider_unittest.cc39 feature->extension_types()->count(Manifest::TYPE_PLATFORM_APP));
83 feature->extension_types()->count(Manifest::TYPE_PLATFORM_APP));
/external/chromium_org/ash/shell/
H A Dwindow_watcher.cc103 : ash::TYPE_PLATFORM_APP;
/external/chromium_org/chrome/common/extensions/api/commands/
H A Dcommands_handler.cc130 type == Manifest::TYPE_PLATFORM_APP;

Completed in 1358 milliseconds

12