Home
last modified time | relevance | path

Searched refs:GetNamespace (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dupdate_test_suites.py27 namespace = datastore_hooks.GetNamespace()
63 namespace = datastore_hooks.GetNamespace()
Dnamespaced_stored_object.py46 namespace = datastore_hooks.GetNamespace()
Ddatastore_hooks.py120 def GetNamespace(): function
Dlayered_cache.py74 namespace = datastore_hooks.GetNamespace()
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localemgr.cpp38 CFX_ByteString bssp = pXmlLocale->GetNamespace(); in FX_LocaleMgr_Create()
/external/pdfium/core/include/fxcrt/
Dfx_xml.h65 CFX_ByteString GetNamespace(FX_BOOL bQualified = FALSE) const;
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp598 CFX_ByteString CXML_Element::GetNamespace(FX_BOOL bQualified) const { in GetNamespace() function in CXML_Element