LoadFromPath 707 chrome/browser/themes/browser_theme_pack.cc if (!pack->data_pack_->LoadFromPath(path)) { LoadFromPath 79 components/policy/core/common/config_dir_policy_loader.cc LoadFromPath(config_dir_.Append(kMandatoryConfigDir), LoadFromPath 82 components/policy/core/common/config_dir_policy_loader.cc LoadFromPath(config_dir_.Append(kRecommendedConfigDir), LoadFromPath 39 components/policy/core/common/config_dir_policy_loader.h void LoadFromPath(const base::FilePath& path, LoadFromPath 30 content/test/test_content_client.cc data_pack_.LoadFromPath(content_resources_pack_path); LoadFromPath 36 ui/base/resource/data_pack.h bool LoadFromPath(const base::FilePath& path); LoadFromPath 25 ui/base/resource/data_pack_unittest.cc TEST(DataPackTest, LoadFromPath) { LoadFromPath 36 ui/base/resource/data_pack_unittest.cc ASSERT_TRUE(pack.LoadFromPath(data_path)); LoadFromPath 106 ui/base/resource/data_pack_unittest.cc ASSERT_FALSE(pack.LoadFromPath(data_path)); LoadFromPath 130 ui/base/resource/data_pack_unittest.cc ASSERT_TRUE(pack.LoadFromPath(file)); LoadFromPath 289 ui/base/resource/resource_bundle.cc if (!data_pack->LoadFromPath(locale_file_path)) { LoadFromPath 305 ui/base/resource/resource_bundle.cc if (!path.empty() && data_pack->LoadFromPath(path)) LoadFromPath 309 ui/base/resource/resource_bundle.cc if (!locale_path.empty() && data_pack->LoadFromPath(locale_path)) { LoadFromPath 624 ui/base/resource/resource_bundle.cc if (data_pack->LoadFromPath(pack_path)) {