Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementCallbackScheduler.cpp55 …queue->append(CustomElementCallbackInvocation::createInvocation(callbacks, CustomElementLifecycleC… in scheduleCreatedCallback()
64 …queue->append(CustomElementCallbackInvocation::createInvocation(callbacks, CustomElementLifecycleC… in scheduleAttachedCallback()
73 …queue->append(CustomElementCallbackInvocation::createInvocation(callbacks, CustomElementLifecycleC… in scheduleDetachedCallback()
DCustomElementCallbackInvocation.h47 …static PassOwnPtr<CustomElementCallbackInvocation> createInvocation(PassRefPtr<CustomElementLifecy…
DCustomElementCallbackInvocation.cpp114 PassOwnPtr<CustomElementCallbackInvocation> CustomElementCallbackInvocation::createInvocation(PassR… in createInvocation() function in WebCore::CustomElementCallbackInvocation