Home | History | Annotate | Download | only in tests

Lines Matching full:getattribute

66   EXPECT_EQ(kInvalidCookie, theme->GetAttribute(app::R::attr::attr_one, &value, &flags));
80 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
86 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags);
104 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
110 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags);
119 cookie = theme->GetAttribute(app::R::attr::attr_three, &value, &flags);
139 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
146 cookie = theme->GetAttribute(app::R::attr::attr_six, &value, &flags);
153 cookie = theme->GetAttribute(app::R::attr::attr_five, &value, &flags);
173 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
180 cookie = theme->GetAttribute(app::R::attr::attr_six, &value, &flags);
187 cookie = theme->GetAttribute(app::R::attr::attr_five, &value, &flags);
207 cookie = theme->GetAttribute(libclient::R::attr::foo, &value, &flags);
214 cookie = theme->GetAttribute(libclient::R::attr::bar, &value, &flags);
236 cookie = theme_one->GetAttribute(app::R::attr::attr_one, &value, &flags);
243 EXPECT_EQ(kInvalidCookie, theme_one->GetAttribute(app::R::attr::attr_six, &value, &flags));
255 EXPECT_EQ(kInvalidCookie, theme_one->GetAttribute(app::R::attr::attr_one, &value, &flags));
258 cookie = theme_one->GetAttribute(app::R::attr::attr_six, &value, &flags);