OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindPrefElement
(Results
1 - 2
of
2
) sorted by null
/development/simulator/app/
Preferences.cpp
262
TiXmlElement* Preferences::
FindPrefElement
(const char* str) const
324
TiXmlElement* pElem =
FindPrefElement
(name);
392
return _GetBool(
FindPrefElement
(name), pVal);
397
return _GetInt(
FindPrefElement
(name), pInt);
402
return _GetDouble(
FindPrefElement
(name), pDouble);
408
if (_GetString(
FindPrefElement
(name), str))
418
return _GetString(
FindPrefElement
(name), str);
442
TiXmlElement* pElem =
FindPrefElement
(name);
455
TiXmlElement* pElem =
FindPrefElement
(name);
468
TiXmlElement* pElem =
FindPrefElement
(name)
[
all
...]
Preferences.h
94
TiXmlElement*
FindPrefElement
(const char* str) const;
Completed in 358 milliseconds