Home
last modified time | relevance | path

Searched refs:createAttributeChangedInvocation (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementCallbackInvocation.h47 …static PassOwnPtr<CustomElementCallbackInvocation> createAttributeChangedInvocation(PassRefPtr<Cus…
DCustomElementCallbackInvocation.cpp130 …ElementCallbackInvocation> CustomElementCallbackInvocation::createAttributeChangedInvocation(PassR… in createAttributeChangedInvocation() function in WebCore::CustomElementCallbackInvocation
DCustomElementScheduler.cpp66 …queue.append(CustomElementCallbackInvocation::createAttributeChangedInvocation(callbacks, name, ol… in scheduleAttributeChangedCallback()