Lines Matching refs:assetmanager

62   AssetManager2 assetmanager;  in TEST_F()  local
63 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
65 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
67 EXPECT_EQ(&assetmanager, theme->GetAssetManager()); in TEST_F()
75 AssetManager2 assetmanager; in TEST_F() local
76 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
78 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
99 AssetManager2 assetmanager; in TEST_F() local
100 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
102 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
120 GetStringFromPool(assetmanager.GetStringPoolForCookie(0), value.data)); in TEST_F()
132 AssetManager2 assetmanager; in TEST_F() local
133 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
135 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
144 AssetManager2 assetmanager; in TEST_F() local
145 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
147 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
178 AssetManager2 assetmanager; in TEST_F() local
179 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
181 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
212 AssetManager2 assetmanager; in TEST_F() local
213 assetmanager.SetApkAssets( in TEST_F()
216 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
242 AssetManager2 assetmanager; in TEST_F() local
243 assetmanager.SetApkAssets({style_assets_.get()}); in TEST_F()
245 std::unique_ptr<Theme> theme_one = assetmanager.NewTheme(); in TEST_F()
262 std::unique_ptr<Theme> theme_two = assetmanager.NewTheme(); in TEST_F()