Home
last modified time | relevance | path

Searched refs:m_registrationContext (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentInit.cpp81 , m_registrationContext(other.m_registrationContext) in DocumentInit()
141 ASSERT(!m_registrationContext); in withRegistrationContext()
142 m_registrationContext = registrationContext; in withRegistrationContext()
154 if (m_registrationContext) in registrationContext()
155 return m_registrationContext.get(); in registrationContext()
DDocumentInit.h84 RefPtr<CustomElementRegistrationContext> m_registrationContext; variable
DDocument.h954 CustomElementRegistrationContext* registrationContext() { return m_registrationContext.get(); } in registrationContext()
1286 RefPtr<CustomElementRegistrationContext> m_registrationContext; variable
DDocument.cpp441 , m_registrationContext(initializer.registrationContext(this)) in Document()
570 m_registrationContext.clear(); in dispose()