AppContainerAttributes   41 sandbox/win/src/app_container.cc AppContainerAttributes::AppContainerAttributes() {
AppContainerAttributes   45 sandbox/win/src/app_container.cc AppContainerAttributes::~AppContainerAttributes() {
AppContainerAttributes   51 sandbox/win/src/app_container.cc ResultCode AppContainerAttributes::SetAppContainer(
AppContainerAttributes   77 sandbox/win/src/app_container.cc ResultCode AppContainerAttributes::ShareForStartup(
AppContainerAttributes   93 sandbox/win/src/app_container.cc bool AppContainerAttributes::HasAppContainer() const {
AppContainerAttributes   26 sandbox/win/src/app_container.h class AppContainerAttributes {
AppContainerAttributes   28 sandbox/win/src/app_container.h   AppContainerAttributes();
AppContainerAttributes   29 sandbox/win/src/app_container.h   ~AppContainerAttributes();
AppContainerAttributes   49 sandbox/win/src/app_container.h   DISALLOW_COPY_AND_ASSIGN(AppContainerAttributes);
AppContainerAttributes   39 sandbox/win/src/app_container_unittest.cc   scoped_ptr<AppContainerAttributes> attributes(new AppContainerAttributes);
AppContainerAttributes   48 sandbox/win/src/app_container_unittest.cc   attributes.reset(new AppContainerAttributes);
AppContainerAttributes  328 sandbox/win/src/broker_services.cc     const AppContainerAttributes* app_container =
AppContainerAttributes  286 sandbox/win/src/sandbox_policy_base.cc   appcontainer_list_.reset(new AppContainerAttributes);
AppContainerAttributes  504 sandbox/win/src/sandbox_policy_base.cc const AppContainerAttributes* PolicyBase::GetAppContainer() {
AppContainerAttributes   26 sandbox/win/src/sandbox_policy_base.h class AppContainerAttributes;
AppContainerAttributes   83 sandbox/win/src/sandbox_policy_base.h   const AppContainerAttributes* GetAppContainer();
AppContainerAttributes  151 sandbox/win/src/sandbox_policy_base.h   scoped_ptr<AppContainerAttributes> appcontainer_list_;