Searched refs:get_iconstyle (Results 1 – 11 of 11) sorted by relevance
243 ASSERT_EQ(kScale, source_style_->get_iconstyle()->get_scale()); in TEST_F()244 ASSERT_EQ(kScale, target_style_->get_iconstyle()->get_scale()); in TEST_F()245 ASSERT_EQ(kHeading, target_style_->get_iconstyle()->get_heading()); in TEST_F()246 ASSERT_TRUE(source_style_->get_iconstyle()->has_icon()); in TEST_F()247 ASSERT_TRUE(target_style_->get_iconstyle()->has_icon()); in TEST_F()248 ASSERT_TRUE(source_style_->get_iconstyle()->get_icon()->has_href()); in TEST_F()249 ASSERT_TRUE(target_style_->get_iconstyle()->get_icon()->has_href()); in TEST_F()250 ASSERT_EQ(kHref, source_style_->get_iconstyle()->get_icon()->get_href()); in TEST_F()251 ASSERT_EQ(kHref, target_style_->get_iconstyle()->get_icon()->get_href()); in TEST_F()307 ASSERT_TRUE(style->get_iconstyle()->has_scale()); in VerifySubStyles()[all …]
195 ASSERT_TRUE(style->get_iconstyle()->has_icon()); in TEST_F()196 ASSERT_TRUE(style->get_iconstyle()->get_icon()); in TEST_F()197 ASSERT_TRUE(style->get_iconstyle()->get_icon()->has_href()); in TEST_F()204 style->get_iconstyle()->get_icon()->get_href(), in TEST_F()
73 serializer.SaveElement(get_iconstyle()); in Serialize()99 driver->Visit(get_iconstyle()); in AcceptChildren()
54 const IconStylePtr& get_iconstyle() const { return iconstyle_; } in get_iconstyle() function
55 ASSERT_TRUE(NULL == style_->get_iconstyle()); in TEST_F()104 ASSERT_EQ(iconstyle, style_->get_iconstyle()); in TEST_F()
141 PrintIconStyleIconHref(style->get_iconstyle()); in VisitStyle()
496 IconStylePtr poKmlIconStyle = poKmlStyle->get_iconstyle ( ); in kml2stylestring()
688 IconStylePtr poKmlIconStyle = poKmlStyle->get_iconstyle(); in kml2stylestring()
688 IconStylePtr poKmlIconStyle = poKmlStyle->get_iconstyle();
1486 const IconStylePtr get_iconstyle();