Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp912 …ame, const AtomicString& newValue, SynchronizationOfLazyAttribute inSynchronizationOfLazyAttribute) in setAttributeInternal() argument
916 removeAttributeInternal(index, inSynchronizationOfLazyAttribute); in setAttributeInternal()
921 addAttributeInternal(name, newValue, inSynchronizationOfLazyAttribute); in setAttributeInternal()
928 if (!inSynchronizationOfLazyAttribute) in setAttributeInternal()
935 …if (RefPtr<Attr> attrNode = inSynchronizationOfLazyAttribute ? 0 : attrIfExists(existingAttributeN… in setAttributeInternal()
941 if (!inSynchronizationOfLazyAttribute) in setAttributeInternal()
2057 …oveAttributeInternal(size_t index, SynchronizationOfLazyAttribute inSynchronizationOfLazyAttribute) in removeAttributeInternal() argument
2066 if (!inSynchronizationOfLazyAttribute) { in removeAttributeInternal()
2076 if (!inSynchronizationOfLazyAttribute) in removeAttributeInternal()
2080 …& name, const AtomicString& value, SynchronizationOfLazyAttribute inSynchronizationOfLazyAttribute) in addAttributeInternal() argument
[all …]