Home | History | Annotate | Download | only in extensions

Lines Matching refs:manifest_value_

1699   manifest_value_.reset(source.DeepCopy());
2148 if (!LoadIsApp(manifest_value_.get(), error) ||
2149 !LoadExtent(manifest_value_.get(), keys::kWebURLs,
2153 !EnsureNotHybridApp(manifest_value_.get(), error) ||
2154 !LoadLaunchURL(manifest_value_.get(), error) ||
2155 !LoadLaunchContainer(manifest_value_.get(), error) ||
2156 !LoadAppIsolation(manifest_value_.get(), error)) {
2491 DCHECK(source.Equals(manifest_value_.get()));