/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGResourceLinearGradient.cpp | 42 m_attributes = LinearGradientAttributes(); 43 return toSVGLinearGradientElement(gradientElement)->collectGradientAttributes(m_attributes); 58 gradientData->gradient = Gradient::create(startPoint(m_attributes), endPoint(m_attributes)); 59 gradientData->gradient->setSpreadMethod(platformSpreadMethodFromSVGType(m_attributes.spreadMethod())); 60 addStops(gradientData, m_attributes.stops());
|
RenderSVGResourceRadialGradient.cpp | 43 m_attributes = RadialGradientAttributes(); 44 return toSVGRadialGradientElement(gradientElement)->collectGradientAttributes(m_attributes); 69 gradientData->gradient = Gradient::create(this->focalPoint(m_attributes), 70 this->focalRadius(m_attributes), 71 this->centerPoint(m_attributes), 72 this->radius(m_attributes)); 74 gradientData->gradient->setSpreadMethod(platformSpreadMethodFromSVGType(m_attributes.spreadMethod())); 76 addStops(gradientData, m_attributes.stops());
|
RenderSVGResourceLinearGradient.h | 41 virtual SVGUnitTypes::SVGUnitType gradientUnits() const { return m_attributes.gradientUnits(); } 42 virtual void calculateGradientTransform(AffineTransform& transform) { transform = m_attributes.gradientTransform(); } 50 LinearGradientAttributes m_attributes; member in class:WebCore::FINAL
|
RenderSVGResourceRadialGradient.h | 41 virtual SVGUnitTypes::SVGUnitType gradientUnits() const { return m_attributes.gradientUnits(); } 42 virtual void calculateGradientTransform(AffineTransform& transform) { transform = m_attributes.gradientTransform(); } 52 RadialGradientAttributes m_attributes; member in class:WebCore::FINAL
|
RenderSVGResourcePattern.cpp | 67 m_attributes = PatternAttributes(); 68 patternElement->collectPatternAttributes(m_attributes); 73 if (!m_attributes.patternContentElement()) 77 if (m_attributes.hasViewBox() && m_attributes.viewBox().isEmpty()) 83 if (!buildTileImageTransform(object, m_attributes, patternElement, tileBoundaries, tileImageTransform)) 95 absoluteTileBoundaries.scale(static_cast<float>(m_attributes.patternTransform().xScale()), 96 static_cast<float>(m_attributes.patternTransform().yScale())); 99 OwnPtr<ImageBuffer> tileImage = createTileImage(m_attributes, tileBoundaries, absoluteTileBoundaries, tileImageTransform, clampedAbsoluteTileBoundaries); 116 AffineTransform patternTransform = m_attributes.patternTransform() [all...] |
RenderSVGResourcePattern.h | 70 PatternAttributes m_attributes; member in class:WebCore::FINAL
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
CompactHTMLToken.cpp | 57 // size of CompactHTMLToken, we just use the m_attributes vector. 58 m_attributes.append(Attribute(attemptStaticStringCreation(token->publicIdentifier(), Likely8Bit), String(token->systemIdentifier()))); 65 m_attributes.reserveInitialCapacity(token->attributes().size()); 67 m_attributes.append(Attribute(attemptStaticStringCreation(it->name, Likely8Bit), StringImpl::create8BitIfPossible(it->value))); 86 for (unsigned i = 0; i < m_attributes.size(); ++i) { 87 if (threadSafeMatch(m_attributes.at(i).name, name)) 88 return &m_attributes.at(i); 95 for (Vector<Attribute>::const_iterator it = m_attributes.begin(); it != m_attributes.end(); ++it) {
|
AtomicHTMLToken.h | 71 return findAttributeInVector(m_attributes, attributeName); 77 return m_attributes; 83 return m_attributes; 164 m_attributes.reserveInitialCapacity(token.attributes().size()); 168 if (!findAttributeInVector(m_attributes, name)) 169 m_attributes.append(Attribute(name, it->value)); 193 , m_attributes(attributes) 220 Vector<Attribute> m_attributes; member in class:WebCore::AtomicHTMLToken 229 m_attributes.clear(); 230 m_attributes.reserveInitialCapacity(size) [all...] |
CompactHTMLToken.h | 59 const Vector<Attribute>& attributes() const { return m_attributes; } 64 // size of CompactHTMLToken, we just use the m_attributes vector. 65 const String& publicIdentifier() const { return m_attributes[0].name; } 66 const String& systemIdentifier() const { return m_attributes[0].value; } 76 Vector<Attribute> m_attributes; member in class:WebCore::CompactHTMLToken
|
HTMLToken.h | 258 m_attributes.clear(); 270 m_attributes.clear(); 281 m_attributes.clear(); 289 m_attributes.grow(m_attributes.size() + 1); 290 m_currentAttribute = &m_attributes.last(); 347 append(m_attributes[i].value, value); 353 return m_attributes; 358 for (unsigned i = 0; i < m_attributes.size(); ++i) { 359 if (AtomicString(m_attributes.at(i).name) == name.localName() 445 AttributeList m_attributes; member in class:WebCore::HTMLToken [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentSharedObjectPool.cpp | 37 : m_attributes(attributes) 45 return memcmp(m_attributes, other.m_attributes, sizeof(Attribute) * m_attributeCount); 50 return StringHasher::hashMemory(m_attributes, m_attributeCount * sizeof(Attribute)); 54 const Attribute* m_attributes; member in class:WebCore::ShareableElementDataCacheKey
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
AttributeCollection.java | 34 return (Attribute_info) m_attributes.get (offset); 58 return m_attributes.size (); 67 int _attributes_count = m_attributes.size (); // use size() if this class becomes non-final 86 final int attributes_count = m_attributes.size (); // use size() if this class becomes non-final 87 _clone.m_attributes = new ArrayList (attributes_count); 90 _clone.m_attributes.add (((Attribute_info) m_attributes.get (a)).clone ()); 126 final List/* Attribute_info */ attributes = m_attributes; 152 final Attribute_info result = (Attribute_info) m_attributes.set (offset, attribute); 177 final Attribute_info result = (Attribute_info) m_attributes.remove (offset) [all...] |
Method_info.java | 71 m_attributes = attributes; 87 m_attributes = ElementFactory.newAttributeCollection (attributes_count); 93 m_attributes.add (attribute_info); 132 return m_attributes.hasSynthetic (); 137 return ((m_access_flags & ACC_BRIDGE) != 0) || m_attributes.hasBridge (); 155 return m_attributes; 164 for (int i = 0; i < m_attributes.size (); i++) 166 Attribute_info attribute_info = m_attributes.get (i); 187 _clone.m_attributes = (IAttributeCollection) m_attributes.clone () 217 private IAttributeCollection m_attributes; field in class:Method_info [all...] |
Field_info.java | 71 m_attributes = attributes; 85 m_attributes = ElementFactory.newAttributeCollection (attributes_count); 92 m_attributes.add (attribute_info); 121 return m_attributes.hasSynthetic (); 138 return m_attributes; 160 _clone.m_attributes = (IAttributeCollection) m_attributes.clone (); 180 m_attributes.writeInClassFormat (out); 191 private IAttributeCollection m_attributes; // never null field in class:Field_info
|
ClassDef.java | 58 m_attributes = ElementFactory.newAttributeCollection (-1); 152 return m_attributes.hasSynthetic (); 157 final InnerClassesAttribute_info innerClassesAttribute = m_attributes.getInnerClassesAttribute (); 189 return m_attributes; 219 _clone.m_attributes = (IAttributeCollection) m_attributes.clone (); 251 m_attributes.writeInClassFormat (out); 725 private IAttributeCollection m_attributes; field in class:ClassDef
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
CodeAttribute_info.java | 101 m_attributes = attributes; 120 return m_attributes; 130 return 14 + m_codeSize + m_exceptionHandlerTable.length () + m_attributes.length (); 151 for (int a = 0; a < m_attributes.size (); ++ a) 153 s.append (" " + m_attributes.get (a) + eol); 173 _clone.m_attributes = (IAttributeCollection) m_attributes.clone (); 192 m_attributes.writeInClassFormat (out); 238 m_attributes = ElementFactory.newAttributeCollection (attributes_count); 245 m_attributes.add (attribute_info) 256 private IAttributeCollection m_attributes; \/\/ never null field in class:CodeAttribute_info [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
DrawingBuffer.cpp | 168 bool needPremultiply = m_attributes.alpha && !m_attributes.premultipliedAlpha; 272 m_attributes = m_context->getContextAttributes(); 274 if (m_attributes.alpha) { 326 if (m_attributes.alpha && m_attributes.premultipliedAlpha && !premultiplyAlpha) 328 else if (m_attributes.alpha && !m_attributes.premultipliedAlpha && premultiplyAlpha) 356 m_layer->setOpaque(!m_attributes.alpha); 357 m_layer->setBlendBackgroundColor(m_attributes.alpha) [all...] |
DrawingBuffer.h | 200 GraphicsContext3D::Attributes m_attributes; member in class:WebCore::DrawingBuffer
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLFormElement.h | 58 String enctype() const { return m_attributes.encodingType(); } 61 String encoding() const { return m_attributes.encodingType(); } 162 FormSubmission::Attributes m_attributes; member in class:WebCore::FINAL
|
HTMLFormElement.cpp | 370 RefPtr<FormSubmission> formSubmission = FormSubmission::create(this, m_attributes, event, formSubmissionTrigger); 490 m_attributes.parseAction(value); 492 m_attributes.setTarget(value); 494 m_attributes.updateMethodType(value); 496 m_attributes.updateEncodingType(value); 498 m_attributes.setAcceptCharset(value); 661 return FormSubmission::Attributes::methodString(m_attributes.method());
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializerBase.java | 136 protected AttributesImplSerializer m_attributes = new AttributesImplSerializer(); field in class:SerializerBase 404 // m_attributes.getIndex(rawName):m_attributes.getIndex(uri, localName); 407 // index = m_attributes.getIndex(rawName); 410 // index = m_attributes.getIndex(uri, localName); 413 index = m_attributes.getIndex(rawName); 415 index = m_attributes.getIndex(uri,localName); 423 m_attributes.setValue(index,value); 429 m_attributes.addAttribute(uri, localName, rawName, type, value); [all...] |
ToStream.java | [all...] |
ToXMLSAXHandler.java | 206 m_saxHandler.startElement(uri, localName, m_elemContext.m_elementName, m_attributes); 209 m_attributes.clear();
|
ToUnknownStream.java | 499 * add these attributes to m_attributes. So me must call super. 500 * addAttributes() In this case m_attributes is only used for the 1054 m_handler.startElement(m_firstElementURI, null, m_firstElementName, m_attributes); 1056 m_attributes = null; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
XMLDocumentParser.cpp | 130 m_attributes = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * attributeCount * 5)); 135 m_attributes[i * 5 + j] = xmlStrdup(attributes[i * 5 + j]); 137 m_attributes[i * 5 + 3] = xmlStrndup(attributes[i * 5 + 3], length); 138 m_attributes[i * 5 + 4] = m_attributes[i * 5 + 3] + length; 149 xmlFree(m_attributes[i * 5 + j]); 150 xmlFree(m_attributes); 157 m_attributeCount, m_defaultedCount, const_cast<const xmlChar**>(m_attributes)); 168 xmlChar** m_attributes; member in class:WebCore::FINAL [all...] |