Searched defs:attributeNamespace (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ | ||
D | MutationRecord.h | 68 virtual const AtomicString& attributeNamespace() { return nullAtom; } in attributeNamespace() function |
D | MutationRecord.cpp | 110 virtual const AtomicString& attributeNamespace() OVERRIDE { return m_attributeNamespace; } in attributeNamespace() function in WebCore::__anon614f87eb0111::AttributesRecord |