Lines Matching refs:assetmanager
64 AssetManager2 assetmanager; in TEST_F() local
65 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
67 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
69 EXPECT_EQ(&assetmanager, theme->GetAssetManager()); in TEST_F()
77 AssetManager2 assetmanager; in TEST_F() local
78 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
80 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
101 AssetManager2 assetmanager; in TEST_F() local
102 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
104 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
122 GetStringFromPool(assetmanager.GetStringPoolForCookie(0), value.data)); in TEST_F()
134 AssetManager2 assetmanager; in TEST_F() local
135 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
137 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
146 AssetManager2 assetmanager; in TEST_F() local
147 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
149 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
180 AssetManager2 assetmanager; in TEST_F() local
181 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
183 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
214 AssetManager2 assetmanager; in TEST_F() local
215 assetmanager.SetApkAssets( in TEST_F()
218 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
244 AssetManager2 assetmanager; in TEST_F() local
245 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
247 std::unique_ptr<Theme> theme_one = assetmanager.NewTheme(); in TEST_F()
264 std::unique_ptr<Theme> theme_two = assetmanager.NewTheme(); in TEST_F()