Searched refs:Type_ListStyle (Results 1 – 10 of 10) sorted by relevance
124 virtual KmlDomType Type() const { return Type_ListStyle; } in Type()126 return type == Type_ListStyle || SubStyle::IsA(type); in IsA()
60 case Type_ListStyle: in AddElement()
80 Type_ListStyle, enumerator
75 case Type_ListStyle: return CreateListStyle(); in CreateElementById()
285 if (element && element->Type() == Type_ListStyle) { in AsListStyle()
128 ASSERT_TRUE(liststyle_->IsA(Type_ListStyle)); in TEST_F()129 ASSERT_EQ(Type_ListStyle, liststyle_->Type()); in TEST_F()
87 ASSERT_TRUE(AsListStyle(factory->CreateElementById(Type_ListStyle))); in TEST_F()
153 ASSERT_EQ(Type_ListStyle, e->Type()); in TEST()
392 ASSERT_EQ(kmldom::Type_ListStyle, in TEST_F()
163 assert factory.CreateElementById(kmldom.Type_ListStyle)