Home
last modified time | relevance | path

Searched refs:GetFileUrl (Results 1 – 11 of 11) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDPlaceHolder.cpp30 fileUrl = target->GetFileUrl(); in FCDPlaceHolder()
46 const fstring& FCDPlaceHolder::GetFileUrl() const in GetFileUrl() function in FCDPlaceHolder
48 return (target != NULL) ? target->GetFileUrl() : fileUrl; in GetFileUrl()
80 FUAssert(!IsEquivalent((*it)->GetFileUrl(), fileUrl),); in LoadTarget()
100 fileUrl = target->GetFileUrl(); in LoadTarget()
121 fileUrl = target->GetFileUrl(); in OnObjectReleased()
H A DFCDExternalReferenceManager.cpp45 if ((*it)->GetFileUrl() == fileUrl) return *it; in FindPlaceHolder()
79 if ((*itP)->GetFileUrl() == document->GetFileUrl()) (*itP)->LoadTarget(document); in RegisterLoadedDocument()
91 if ((*itP)->GetFileUrl() == (*itD)->GetFileUrl()) (*itP)->LoadTarget(*itD); in RegisterLoadedDocument()
H A DFCDPlaceHolder.h79 const fstring& GetFileUrl() const;
H A DFCDEntityReference.cpp47 FUUri uri(placeHolder->GetFileUrl()); in GetUri()
H A DFCDocument.h235 const fstring& GetFileUrl() const { return fileUrl; } in GetFileUrl() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FColladaPlugins/FArchiveXML/
H A DFAXEntityImport.cpp282 if (pHolder->GetFileUrl() == document->GetFileUrl()) pHolder->LoadTarget(document); in RegisterLoadedDocument()
296 if (pHolder->GetFileUrl() == (*itD)->GetFileUrl()) pHolder->LoadTarget(*itD); in RegisterLoadedDocument()
H A DFArchiveXML.cpp386 FUXmlDocument daeDocument(fcdocument->GetFileManager(), fcdocument->GetFileUrl(), true); in ImportFile()
789 if (!theDocument->GetFileUrl().empty()) in Import()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FCDocument/
H A DFCDPlaceHolder.h79 const fstring& GetFileUrl() const;
H A DFCDocument.h235 const fstring& GetFileUrl() const { return fileUrl; } in GetFileUrl() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/test/
H A Drun_py_tests.py4917 def GetFileUrl(self, filename): member in JavaScriptTests
4933 self._driver.Load(self.GetFileUrl('call_function_test.html'))
4936 self._driver.Load(self.GetFileUrl('dispatch_touch_event_test.html'))
4939 self._driver.Load(self.GetFileUrl('execute_async_script_test.html'))
4942 self._driver.Load(self.GetFileUrl('execute_script_test.html'))
4945 self._driver.Load(self.GetFileUrl('get_element_location_test.html'))
4948 self._driver.Load(self.GetFileUrl('get_element_region_test.html'))
4951 self._driver.Load(self.GetFileUrl('is_option_element_toggleable_test.html'))
4954 self._driver.Load(self.GetFileUrl('focus_test.html'))
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/godartsass/internal/embeddedsass/
H A Dembedded_sass.pb.go1469 func (x *InboundMessage_FileImportResponse) GetFileUrl() string { func