Searched refs:expected_href (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.cc110 // Returns a pointer to the xmlNs on |node| with the |expected_href|, or
112 static xmlNs* GetNamespace(xmlNode* node, const char* expected_href) { argument
113 const xmlChar* href = reinterpret_cast<const xmlChar*>(expected_href);
/external/chromium_org/chrome/common/extensions/
H A Dupdate_manifest.cc112 // Returns a pointer to the xmlNs on |node| with the |expected_href|, or
114 static xmlNs* GetNamespace(xmlNode* node, const char* expected_href) { argument
115 const xmlChar* href = reinterpret_cast<const xmlChar*>(expected_href);

Completed in 81 milliseconds