Lines Matching refs:assetmanager

64   AssetManager2 assetmanager;  in TEST_F()  local
65 assetmanager.SetApkAssets({style_assets_}); in TEST_F()
67 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
69 EXPECT_EQ(&assetmanager, theme->GetAssetManager()); in TEST_F()
74 AssetManager2 assetmanager; in TEST_F() local
75 assetmanager.SetApkAssets({style_assets_}); in TEST_F()
77 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
94 AssetManager2 assetmanager; in TEST_F() local
95 assetmanager.SetApkAssets({style_assets_}); in TEST_F()
97 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
111 GetStringFromPool(assetmanager.GetStringPoolForCookie(0), value->data)); in TEST_F()
123 AssetManager2 assetmanager; in TEST_F() local
124 assetmanager.SetApkAssets({style_assets_}); in TEST_F()
126 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
132 AssetManager2 assetmanager; in TEST_F() local
133 assetmanager.SetApkAssets({style_assets_}); in TEST_F()
135 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
162 AssetManager2 assetmanager; in TEST_F() local
163 assetmanager.SetApkAssets({style_assets_}); in TEST_F()
165 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
192 AssetManager2 assetmanager; in TEST_F() local
193 assetmanager.SetApkAssets({lib_two_assets_, lib_one_assets_, libclient_assets_}); in TEST_F()
195 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
217 AssetManager2 assetmanager; in TEST_F() local
218 assetmanager.SetApkAssets({style_assets_}); in TEST_F()
220 std::unique_ptr<Theme> theme_one = assetmanager.NewTheme(); in TEST_F()
233 std::unique_ptr<Theme> theme_two = assetmanager.NewTheme(); in TEST_F()