HomeSort by relevance Sort by last modified time
    Searched refs:CustomElementCallbackInvocation (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackInvocation.h 44 class CustomElementCallbackInvocation {
45 WTF_MAKE_NONCOPYABLE(CustomElementCallbackInvocation);
47 static PassOwnPtr<CustomElementCallbackInvocation> createInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, CustomElementLifecycleCallbacks::CallbackType);
48 static PassOwnPtr<CustomElementCallbackInvocation> createAttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);
50 virtual ~CustomElementCallbackInvocation() { }
55 CustomElementCallbackInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks)
CustomElementCallbackInvocation.cpp 32 #include "core/dom/custom/CustomElementCallbackInvocation.h"
39 class CreatedInvocation : public CustomElementCallbackInvocation {
42 : CustomElementCallbackInvocation(callbacks)
58 class AttachedDetachedInvocation : public CustomElementCallbackInvocation {
69 : CustomElementCallbackInvocation(callbacks)
89 class AttributeChangedInvocation : public CustomElementCallbackInvocation {
102 : CustomElementCallbackInvocation(callbacks)
114 PassOwnPtr<CustomElementCallbackInvocation> CustomElementCallbackInvocation::createInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, CustomElementLifecycleCallbacks::CallbackType which)
126 return PassOwnPtr<CustomElementCallbackInvocation>();
    [all...]
CustomElementCallbackQueue.h 35 #include "core/dom/custom/CustomElementCallbackInvocation.h"
58 void append(PassOwnPtr<CustomElementCallbackInvocation> invocation) { m_queue.append(invocation); }
66 Vector<OwnPtr<CustomElementCallbackInvocation> > m_queue;
CustomElementCallbackScheduler.cpp 46 queue->append(CustomElementCallbackInvocation::createAttributeChangedInvocation(callbacks, name, oldValue, newValue));
55 queue->append(CustomElementCallbackInvocation::createInvocation(callbacks, CustomElementLifecycleCallbacks::Created));
64 queue->append(CustomElementCallbackInvocation::createInvocation(callbacks, CustomElementLifecycleCallbacks::Attached));
73 queue->append(CustomElementCallbackInvocation::createInvocation(callbacks, CustomElementLifecycleCallbacks::Detached));
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 126 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
webcore_dom.target.darwin-mips.mk 126 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
webcore_dom.target.darwin-x86.mk 126 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
webcore_dom.target.linux-arm.mk 126 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
webcore_dom.target.linux-mips.mk 126 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \
webcore_dom.target.linux-x86.mk 126 third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp \

Completed in 454 milliseconds