HomeSort by relevance Sort by last modified time
    Searched refs:attrName (Results 176 - 200 of 324) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/remoting/webapp/
ui_mode.js 62 * @param {string} attrName The attribute on the element to check.
66 remoting.hasModeAttribute = function(element, attrName, modes) {
67 var attr = element.getAttribute(attrName);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp     [all...]
NodeListsNodeData.h 174 void invalidateCaches(const QualifiedName* attrName = 0);
ContainerNode.h 206 void invalidateNodeListCachesInAncestors(const QualifiedName* attrName = 0, Element* attributeOwnerElement = 0);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 336 public ASN1ObjectIdentifier attrNameToOID(String attrName)
338 return IETFUtils.decodeAttrName(attrName, defaultLookUp);
RFC4519Style.java 225 public ASN1ObjectIdentifier attrNameToOID(String attrName)
227 return IETFUtils.decodeAttrName(attrName, defaultLookUp);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializerImpl.cpp 315 const QualifiedName& attrName = it->name();
316 if (element->hasLegalLinkAttribute(attrName)) {
  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 201 const SkString* attrName =
254 builder->vsCodeAppendf("\t%s = %s;\n", vsName, attrName->c_str());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 208 const AtomicString& HTMLElement::eventNameForAttributeName(const QualifiedName& attrName)
210 if (!attrName.namespaceURI().isNull())
213 if (!attrName.localName().startsWith("on", false))
306 return attributeNameToEventNameMap.get(attrName.localName());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h 49 void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName);
  /packages/apps/UnifiedEmail/assets/
script.js 76 function getCachedValue(div, property, attrName) {
78 if (div.hasAttribute(attrName)) {
79 value = div.getAttribute(attrName);
82 div.setAttribute(attrName, value);
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ActionTranslator.g 147 public Attribute getRuleLabelAttribute(String ruleName, String attrName) {
149 AttributeScope scope = r.getLocalAttributeScope(attrName);
151 return scope.getAttribute(attrName);
712 st.add("attrName", $ID.text);
727 st.add("attrName", $y.text);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /frameworks/base/core/java/android/app/
ActivityManager.java 695 public void restoreFromXml(String attrName, String attrValue) {
696 if (ATTR_TASKDESCRIPTIONLABEL.equals(attrName)) {
698 } else if (ATTR_TASKDESCRIPTIONCOLOR.equals(attrName)) {
700 } else if (ATTR_TASKDESCRIPTIONICONFILENAME.equals(attrName)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskPersister.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c 556 GLuint attrName = bsearchStr (attr[i], optAttr, OA_COUNT);
557 if (attrName >= OA_COUNT)
559 attrVal[attrName] = attr[i+1];
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 556 GLuint attrName = bsearchStr (attr[i], optAttr, OA_COUNT);
557 if (attrName >= OA_COUNT)
559 attrVal[attrName] = attr[i+1];
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.8.0/
manifest-merger-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.9.2/
manifest-merger-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.1/
manifest-merger-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.2/
manifest-merger-23.0.2.jar 

Completed in 3548 milliseconds

1 2 3 4 5 6 78 91011>>