Home
last modified time | relevance | path

Searched refs:pRootElement (Results 26 – 40 of 40) sorted by relevance

12

/dports/games/kodi-addon-game.libretro/game.libretro-2.2.0-Matrix/src/input/
H A DButtonMapper.cpp63 TiXmlElement* pRootElement = buttonMapXml.RootElement(); in LoadButtonMap() local
64 bSuccess = Deserialize(pRootElement); in LoadButtonMap()
H A DControllerTopology.cpp49 TiXmlElement* pRootElement = topologyXml.RootElement(); in LoadTopology() local
50 bSuccess = Deserialize(pRootElement); in LoadTopology()
/dports/devel/kodi-platform/kodi-platform-809c5e9/src/util/
H A DXMLUtils.cpp91 bool XMLUtils::GetFloat(const TiXmlNode* pRootElement, const char *tagName, float& fValue, const fl… in GetFloat() argument
93 if (GetFloat(pRootElement, tagName, fValue)) in GetFloat()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIDialog.h65 bool Load(TiXmlElement *pRootElement) override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/
H A DSkin.cpp461 const TiXmlElement* pRootElement = xmlDoc.RootElement(); in SettingOptionsSkinFontsFiller() local
462 if (!pRootElement || pRootElement->ValueStr() != "fonts") in SettingOptionsSkinFontsFiller()
468 const TiXmlElement *pChild = pRootElement->FirstChildElement("fontset"); in SettingOptionsSkinFontsFiller()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/
H A DMediaSourceSettings.h52 …void GetSources(const TiXmlNode* pRootElement, const std::string& strTagName, VECSOURCES& items, s…
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/ExternalPlayer/
H A DExternalPlayer.h62 void GetCustomRegexpReplacers(TiXmlElement *pRootElement, std::vector<std::string>& settings);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DLangCodeExpander.h30 void LoadUserCodes(const TiXmlElement* pRootElement);
H A DXMLUtils.cpp83 bool XMLUtils::GetFloat(const TiXmlNode* pRootElement, const char *tagName, float& fValue, const fl… in GetFloat() argument
85 if (GetFloat(pRootElement, tagName, fValue)) in GetFloat()
H A DLangCodeExpander.cpp57 void CLangCodeExpander::LoadUserCodes(const TiXmlElement* pRootElement) in LoadUserCodes() argument
59 if (pRootElement != NULL) in LoadUserCodes()
65 const TiXmlNode* pLangCode = pRootElement->FirstChild("code"); in LoadUserCodes()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/peripherals/
H A DPeripherals.cpp514 TiXmlElement* pRootElement = xmlDoc.RootElement(); in LoadMappings() local
515 if (!pRootElement || StringUtils::CompareNoCase(pRootElement->Value(), "peripherals") != 0) in LoadMappings()
521 for (TiXmlElement* currentNode = pRootElement->FirstChildElement("peripheral"); currentNode; in LoadMappings()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windows/
H A DGUIMediaWindow.h64 bool Load(TiXmlElement *pRootElement) override;
H A DGUIMediaWindow.cpp129 bool CGUIMediaWindow::Load(TiXmlElement *pRootElement) in Load() argument
131 bool retVal = CGUIWindow::Load(pRootElement); in Load()
139 TiXmlElement *element = pRootElement->FirstChildElement("views"); in Load()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DLangInfo.cpp413 TiXmlElement* pRootElement = xmlDoc.RootElement(); in Load() local
414 if (pRootElement->ValueStr() != "language") in Load()
420 if (pRootElement->Attribute("locale")) in Load()
421 m_defaultRegion.m_strLangLocaleName = pRootElement->Attribute("locale"); in Load()
447 const TiXmlNode *pRegions = pRootElement->FirstChild("regions"); in Load()
H A DApplication.cpp1463 TiXmlElement* pRootElement = xmlDoc.RootElement(); in LoadCustomWindows() local
1464 std::string strValue = pRootElement->Value(); in LoadCustomWindows()
1476 if (pRootElement->Attribute("type")) in LoadCustomWindows()
1477 strType = pRootElement->Attribute("type"); in LoadCustomWindows()
1480 const TiXmlNode *pType = pRootElement->FirstChild("type"); in LoadCustomWindows()
1486 if (!pRootElement->Attribute("id", &id)) in LoadCustomWindows()
1488 const TiXmlNode *pType = pRootElement->FirstChild("id"); in LoadCustomWindows()
1506 hasVisibleCondition = pRootElement->FirstChildElement("visible") != nullptr; in LoadCustomWindows()

12