HomeSort by relevance Sort by last modified time
    Searched full:attributename (Results 101 - 125 of 164) sorted by null

1 2 3 45 6 7

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ElementsTreeOutline.js     [all...]
  /external/chromium_org/remoting/webapp/
jscompiler_hacks.js 57 MutationRecord.prototype.attributeName;
  /external/chromium_org/third_party/WebKit/PerformanceTests/Animation/
balls-svg.html 151 animation.setAttribute('attributeName', 'transform');
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.cpp 552 bool XSSAuditor::eraseAttributeIfInjected(const FilterTokenRequest& request, const QualifiedName& attributeName, const String& replacementValue, AttributeKind treatment)
555 if (findAttributeWithName(request.token, attributeName, indexOfAttribute)) {
558 if (threadSafeMatch(attributeName, srcAttr) && isLikelySafeResource(String(attribute.value)))
560 if (threadSafeMatch(attributeName, http_equivAttr) && !isDangerousHTTPEquiv(String(attribute.value)))
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedEnumeration.cpp 111 animatedType->enumeration() = enumerationValueForTargetAttribute(m_animationElement->targetElement(), m_animationElement->attributeName(), string);
SVGAnimateMotionElement.cpp 97 // AnimateMotion does not use attributeName so it is always valid.
SVGTextContentElement.cpp 82 ownerType->m_textLength.synchronize(ownerType, textLengthPropertyInfo()->attributeName, value);
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 62 const QualifiedName& attributeName() const { return m_attributeName; }
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPropertyMacros.h 136 m_##LowerProperty.synchronize(this, LowerProperty##PropertyInfo()->attributeName, value); \
  /external/chromium_org/ui/webui/resources/js/
i18n_template_no_process.js 67 * attributename:key;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 400 public void setAttributeValues(String attributeName, float[] data, int components) {
401 VertexAttribute attr = getProgramAttribute(attributeName, true);
405 public void setAttributeValues(String attributeName, int vbo, int type, int components,
407 VertexAttribute attr = getProgramAttribute(attributeName, true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 156 String attributeName) {
163 IAttributeInfo info = first.getAttributeInfo(ANDROID_URI, attributeName);
177 attributeName),
179 first.getStringAttr(ANDROID_URI, attributeName), ICON_GRAVITY,
462 String replace(String attributeUri, String attributeName, String attributeValue);
    [all...]
  /cts/tools/utils/
CollectAllTests.java 308 String attributeName) {
311 return e.getAttribute(attributeName);
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 275 jsattributes.forEach(function(attributeName) {
276 n.removeAttribute(attributeName);
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 114 String attributeName, XmlSerializerAndParser<V> serializerAndParser) {
118 mAttributesName = attributeName;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 329 IGLProperty attributeName = new GLStringProperty(GLStateType.ATTRIBUTE_NAME, "");
337 attributeName, attributeType, attributeSize, attributeValue);
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.idl 66 [RaisesException] boolean hasSelectorForAttributeInShadow(Element host, DOMString attributeName);
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac_unittest.mm 21 // |attributeName| remains the same.
24 NSString* attributeName) {
27 [string attribute:attributeName
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.cpp 303 SkString attributeName("aAttr");
304 attributeName.appendS32(attributeIndices[a]);
307 attributeName);
  /external/skia/src/gpu/gl/
GrGLProgramEffects.cpp 303 SkString attributeName("aAttr");
304 attributeName.appendS32(attributeIndices[a]);
307 attributeName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 453 * @param attributeName the attribute name
456 public boolean definesAttribute(String namespaceUri, String attributeName) {
458 if (desc.getXmlLocalName().equals(attributeName) &&
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 256 inline const QualifiedName& attributeName() const { return m_attrName; }
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java     [all...]
PacketParserUtils.java.orig     [all...]

Completed in 487 milliseconds

1 2 3 45 6 7