Searched refs:elementData (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementDataCache.cpp41 inline bool hasSameAttributes(const Vector<Attribute>& attributes, ShareableElementData& elementData) argument
43 if (attributes.size() != elementData.attributes().size())
45 return !memcmp(attributes.data(), elementData.m_attributeArray, attributes.size() * sizeof(Attribute));
H A DElement.h253 const StylePropertySet* inlineStyle() const { return elementData() ? elementData()->m_inlineStyle.get() : 0; }
289 bool sharesSameElementData(const Element& other) const { return elementData() == other.elementData(); }
496 const ElementData* elementData() const { return m_elementData.get(); } function in class:blink::Element
679 return elementData() && elementData()->attributes().findIndex(name) != kNotFound;
685 if (elementData()) {
686 if (const Attribute* attribute = elementData()->attributes().find(name))
694 if (!elementData())
[all...]
H A DElement.cpp285 ASSERT(elementData());
286 const Attribute& attribute = elementData()->attributes().at(index);
300 ASSERT(elementData());
302 const Attribute& attribute = elementData()->attributes().at(index);
310 if (!elementData())
313 size_t index = elementData()->attributes().findIndex(name);
374 if (!elementData())
379 if (elementData()->m_styleAttributeIsDirty) {
383 if (elementData()->m_animatedSVGAttributesAreDirty) {
391 if (!elementData())
[all...]
H A DAttr.cpp203 ASSERT(m_element->elementData());
H A DNode.cpp181 if (const ElementData* elementData = element->elementData()) {
182 attributes += elementData->attributes().size();
H A DDocument.cpp5621 void Document::getTransitionElementData(Vector<TransitionElementData>& elementData) argument
5655 elementData.append(newElements);
/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java288 E elementData(int index) { method in class:MinMaxPriorityQueue
293 return isEmpty() ? null : elementData(0);
362 return isEmpty() ? null : elementData(getMaxElementIndex());
388 E actualLastElement = elementData(size);
391 E toTrickle = elementData(size);
411 // We consider elementData(index) a "hole", and we want to fill it
428 ? new MoveDesc<E>(toTrickle, elementData(index))
448 E value = elementData(index);
496 return ordering.compare(elementData(a), elementData(
[all...]
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.cpp1268 Vector<Document::TransitionElementData> elementData; local
1269 frame()->document()->getTransitionElementData(elementData);
1270 if (elementData.isEmpty() || !validateTransitionNavigationMode())
1273 Vector<Document::TransitionElementData>::iterator iter = elementData.begin();
1274 for (; iter != elementData.end(); ++iter)
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp2225 Vector<Document::TransitionElementData> elementData; local
2226 frame()->document()->getTransitionElementData(elementData);
2229 Vector<Document::TransitionElementData>::iterator iter = elementData.begin();
2230 for (; iter != elementData.end(); ++iter)
2238 Vector<Document::TransitionElementData> elementData; local
2239 frame()->document()->getTransitionElementData(elementData);
2241 Vector<Document::TransitionElementData>::iterator iter = elementData.begin();
2242 for (; iter != elementData.end(); ++iter)
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElement.cpp885 if (!elementData() || !elementData()->m_animatedSVGAttributesAreDirty)
896 elementData()->m_animatedSVGAttributesAreDirty = false;
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp5225 static const deUint16 elementData[] =
5253 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(elementData), &elementData[0], GL_STATIC_DRAW);
5566 static const deUint16 elementData[] =
5589 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(elementData), &elementData[0], GL_STATIC_DRAW);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp454 ASSERT(elementData());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 829 milliseconds