Lines Matching refs:ResourceNameRef

344 bool ResourceTable::AddResource(const ResourceNameRef& name,  in AddResource()
354 bool ResourceTable::AddResourceWithId(const ResourceNameRef& name, const ResourceId& res_id, in AddResourceWithId()
362 bool ResourceTable::AddResourceMangled(const ResourceNameRef& name, const ConfigDescription& config, in AddResourceMangled()
369 bool ResourceTable::AddResourceWithIdMangled(const ResourceNameRef& name, const ResourceId& id, in AddResourceWithIdMangled()
377 bool ResourceTable::ValidateName(NameValidator name_validator, const ResourceNameRef& name, in ValidateName()
388 bool ResourceTable::AddResourceImpl(const ResourceNameRef& name, const ResourceId& res_id, in AddResourceImpl()
481 bool ResourceTable::SetVisibility(const ResourceNameRef& name, const Visibility& visibility, in SetVisibility()
486 bool ResourceTable::SetVisibilityWithId(const ResourceNameRef& name, const Visibility& visibility, in SetVisibilityWithId()
491 bool ResourceTable::SetVisibilityWithIdMangled(const ResourceNameRef& name, in SetVisibilityWithIdMangled()
497 bool ResourceTable::SetVisibilityImpl(const ResourceNameRef& name, const Visibility& visibility, in SetVisibilityImpl()
573 bool ResourceTable::SetAllowNew(const ResourceNameRef& name, const AllowNew& allow_new, in SetAllowNew()
578 bool ResourceTable::SetAllowNewMangled(const ResourceNameRef& name, const AllowNew& allow_new, in SetAllowNewMangled()
583 bool ResourceTable::SetAllowNewImpl(const ResourceNameRef& name, const AllowNew& allow_new, in SetAllowNewImpl()
598 bool ResourceTable::SetOverlayable(const ResourceNameRef& name, const OverlayableItem& overlayable, in SetOverlayable()
603 bool ResourceTable::SetOverlayableImpl(const ResourceNameRef& name, in SetOverlayableImpl()
628 Maybe<ResourceTable::SearchResult> ResourceTable::FindResource(const ResourceNameRef& name) const { in FindResource()