HomeSort by relevance Sort by last modified time
    Searched refs:GetNamespace (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/tools/json_schema_compiler/
schema_util.py 11 def GetNamespace(ref):
h_generator.py 126 schema_util.GetNamespace(prop.ref_type) == self._namespace.name):
  /external/chromium_org/content/browser/dom_storage/
dom_storage_host.cc 58 DOMStorageNamespace* ns = GetNamespace(connection_id);
68 DOMStorageNamespace* ns = GetNamespace(connection_id);
189 DOMStorageNamespace* DOMStorageHost::GetNamespace(int connection_id) {
203 DOMStorageNamespace* ns = GetNamespace(connection_id);
dom_storage_host.h 72 DOMStorageNamespace* GetNamespace(int connection_id);
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.h 41 std::string GetNamespace(const clang::Decl* record);
ChromeClassTester.cpp 122 std::string n = GetNamespace(record);
131 std::string ChromeClassTester::GetNamespace(const Decl* record) {
FindBadConstructsConsumer.cpp 283 return GetNamespace(record).find("testing") != std::string::npos;
490 self->GetNamespace(decl) == "base") {
673 GetNamespace(template_decl) == "base") {
  /external/chromium_org/extensions/common/
update_manifest.cc 114 static xmlNs* GetNamespace(xmlNode* node, const char* expected_href) {
243 xmlNs* gupdate_ns = GetNamespace(root, kExpectedGupdateXmlns);
  /external/pdfium/core/include/fxcrt/
fx_xml.h 90 CFX_ByteString GetNamespace(FX_BOOL bQualified = FALSE) const;
91 void GetNamespace(CFX_ByteStringL &nameSpace, FX_BOOL bQualified = FALSE) const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
gpedit.h 108 STDMETHOD(GetNamespace) (THIS_ DWORD dwSection,LPOLESTR pszName,int cchMaxLength) PURE;

Completed in 1446 milliseconds