OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createAttributeChangedInvocation
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackInvocation.h
48
static PassOwnPtr<CustomElementCallbackInvocation>
createAttributeChangedInvocation
(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);
CustomElementCallbackInvocation.cpp
130
PassOwnPtr<CustomElementCallbackInvocation> CustomElementCallbackInvocation::
createAttributeChangedInvocation
(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue)
CustomElementCallbackScheduler.cpp
46
queue->append(CustomElementCallbackInvocation::
createAttributeChangedInvocation
(callbacks, name, oldValue, newValue));
Completed in 29 milliseconds