/external/chromium_org/ash/shelf/ |
shelf_navigator_unittest.cc | 50 (types[i] == TYPE_PLATFORM_APP) ? STATUS_RUNNING : STATUS_CLOSED; 57 if (focused_item.type == TYPE_PLATFORM_APP) { 92 TYPE_APP_SHORTCUT, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, 95 // beginning, so '3' refers the first TYPE_PLATFORM_APP item. 108 TYPE_APP_SHORTCUT, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, 111 // beginning, so '2' refers the first TYPE_PLATFORM_APP item [all...] |
shelf_model_unittest.cc | 118 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; 252 item.type = TYPE_PLATFORM_APP; 291 item.type = TYPE_PLATFORM_APP; 299 item.type = TYPE_PLATFORM_APP; 307 item.type = TYPE_PLATFORM_APP; [all...] |
shelf_model.cc | 27 case TYPE_PLATFORM_APP: 41 case TYPE_PLATFORM_APP:
|
shelf_window_watcher_unittest.cc | 39 item_details.type = TYPE_PLATFORM_APP; 130 details.type = TYPE_PLATFORM_APP;
|
/external/chromium_org/ash/launcher/ |
launcher_types.h | 48 TYPE_PLATFORM_APP,
|
launcher_unittest.cc | 100 item.type = TYPE_PLATFORM_APP; 120 item.type = TYPE_PLATFORM_APP; 146 item.type = TYPE_PLATFORM_APP;
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
device_local_account_management_policy_provider.cc | 114 if (extension->GetType() == extensions::Manifest::TYPE_PLATFORM_APP)
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
launcher_item_controller.cc | 48 return ash::TYPE_PLATFORM_APP;
|
launcher_context_menu.cc | 124 if (item_.type == ash::TYPE_PLATFORM_APP) { 137 item_.type == ash::TYPE_PLATFORM_APP) { 175 if (item_.type == ash::TYPE_PLATFORM_APP) {
|
/external/chromium_org/extensions/common/ |
csp_validator_unittest.cc | 69 "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));
|
manifest.h | 64 TYPE_PLATFORM_APP, 136 bool is_platform_app() const { return type_ == TYPE_PLATFORM_APP; }
|
manifest.cc | 124 type_ = TYPE_PLATFORM_APP; 238 int manifest_version = type_ == TYPE_PLATFORM_APP ? 2 : 1;
|
/external/chromium_org/chrome/browser/extensions/ |
extension_web_contents_observer.cc | 53 (type == Manifest::TYPE_PLATFORM_APP && 74 case Manifest::TYPE_PLATFORM_APP:
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
app_isolation_info.cc | 91 return type == Manifest::TYPE_PLATFORM_APP;
|
/external/chromium_org/chrome/common/extensions/ |
sync_helper.cc | 61 case Manifest::TYPE_PLATFORM_APP:
|
manifest_unittest.cc | 34 EXPECT_EQ(type == Manifest::TYPE_PLATFORM_APP, 158 AssertType(manifest.get(), Manifest::TYPE_PLATFORM_APP); 210 AssertType(manifest.get(), Manifest::TYPE_PLATFORM_APP);
|
/external/chromium_org/extensions/common/manifest_handlers/ |
offline_enabled_info.cc | 62 return type == Manifest::TYPE_PLATFORM_APP;
|
csp_info.cc | 121 return type == Manifest::TYPE_PLATFORM_APP;
|
/external/chromium_org/ash/test/ |
test_shelf_delegate.cc | 42 item.type = TYPE_PLATFORM_APP;
|
/external/chromium_org/chrome/common/ |
pepper_permission_util.cc | 93 extension->GetType() == Manifest::TYPE_PLATFORM_APP);
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
apps_helper.cc | 54 extensions::Manifest::TYPE_PLATFORM_APP);
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
core_app_launcher_handler.cc | 32 if (app_type == extensions::Manifest::TYPE_PLATFORM_APP) {
|
/external/chromium_org/extensions/browser/ |
admin_policy.cc | 89 case Manifest::TYPE_PLATFORM_APP:
|
/external/chromium_org/chrome/common/extensions/features/ |
base_feature_provider_unittest.cc | 26 feature->extension_types()->count(Manifest::TYPE_PLATFORM_APP)); 69 feature->extension_types()->count(Manifest::TYPE_PLATFORM_APP));
|
/external/chromium_org/ash/shell/ |
window_watcher.cc | 104 ash::TYPE_APP_PANEL : ash::TYPE_PLATFORM_APP;
|