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.cpp83 , m_registrationContext(other.m_registrationContext) in DocumentInit()
131 ASSERT(!m_createNewRegistrationContext && !m_registrationContext); in withRegistrationContext()
132 m_registrationContext = registrationContext; in withRegistrationContext()
138 ASSERT(!m_createNewRegistrationContext && !m_registrationContext); in withNewRegistrationContext()
151 return m_registrationContext.get(); in registrationContext()
DDocumentInit.h86 RefPtrWillBeMember<CustomElementRegistrationContext> m_registrationContext; variable
DDocument.h993 CustomElementRegistrationContext* registrationContext() { return m_registrationContext.get(); } in registrationContext()
1379 RefPtrWillBeMember<CustomElementRegistrationContext> m_registrationContext; variable
DDocument.cpp487 , m_registrationContext(initializer.registrationContext(this)) in Document()
632 m_registrationContext.clear(); in dispose()
5856 visitor->trace(m_registrationContext); in trace()