Searched defs:allAttributes (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutAttributesBuilder.cpp54 Vector<SVGTextLayoutAttributes>& allAttributes = textRoot->layoutAttributes(); local
55 allAttributes.clear();
58 propagateLayoutAttributes(textRoot, allAttributes, atCharacter, lastCharacter);
184 void SVGTextLayoutAttributesBuilder::propagateLayoutAttributes(RenderObject* start, Vector<SVGTextLayoutAttributes>& allAttributes, unsigned& atCharacter, UChar& lastCharacter) const argument
244 allAttributes.append(attributes);
252 propagateLayoutAttributes(child, allAttributes, atCharacter, lastCharacter);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DAccessibilityUIElementGtk.cpp151 JSStringRef AccessibilityUIElement::allAttributes() function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/win/
H A DAccessibilityUIElementWin.cpp150 JSStringRef AccessibilityUIElement::allAttributes() function in class:AccessibilityUIElement

Completed in 76 milliseconds