Searched refs:AppContainerAttributes (Results 1 – 6 of 6) sorted by relevance
26 class AppContainerAttributes {28 AppContainerAttributes();29 ~AppContainerAttributes();49 DISALLOW_COPY_AND_ASSIGN(AppContainerAttributes);
41 AppContainerAttributes::AppContainerAttributes() { in AppContainerAttributes() function in sandbox::AppContainerAttributes45 AppContainerAttributes::~AppContainerAttributes() { in ~AppContainerAttributes()51 ResultCode AppContainerAttributes::SetAppContainer( in SetAppContainer()77 ResultCode AppContainerAttributes::ShareForStartup( in ShareForStartup()93 bool AppContainerAttributes::HasAppContainer() const { in HasAppContainer()
39 scoped_ptr<AppContainerAttributes> attributes(new AppContainerAttributes); in TEST()48 attributes.reset(new AppContainerAttributes); in TEST()
26 class AppContainerAttributes; variable87 const AppContainerAttributes* GetAppContainer();156 scoped_ptr<AppContainerAttributes> appcontainer_list_;
317 appcontainer_list_.reset(new AppContainerAttributes); in SetAppContainer()546 const AppContainerAttributes* PolicyBase::GetAppContainer() { in GetAppContainer()
392 const AppContainerAttributes* app_container = in SpawnTarget()