Searched refs:FetchKmlRelative (Results 1 – 5 of 5) sorted by relevance
64 ASSERT_FALSE(kml_cache_->FetchKmlRelative(kEmpty, kEmpty)); in TEST_F()70 ASSERT_FALSE(kml_cache_->FetchKmlRelative(kGarbage, kGarbage)); in TEST_F()85 KmlFilePtr kml_file = kml_cache_->FetchKmlRelative(kBaseUrl, kTargetHref); in TEST_F()105 kml_file = kml_cache_->FetchKmlRelative(kBaseUrl, kTargetHref); in TEST_F()
41 KmlFilePtr KmlCache::FetchKmlRelative(const string& base, in FetchKmlRelative() function in kmlengine::KmlCache73 return FetchKmlRelative(kml_uri, kml_uri); in FetchKmlAbsolute()
72 KmlFilePtr FetchKmlRelative(const string& base_url,
39 return kml_cache->FetchKmlRelative(kml_file->get_url(), href); in FetchLink()
111 const KmlFilePtr kml_file = kml_cache_->FetchKmlRelative(base_url_, styleurl); in MergeStyleUrl()