Searched refs:Attributes (Results 26 - 50 of 183) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationObserver.h57 Attributes = 1 << 1, enumerator in enum:WebCore::MutationObserver::MutationType
60 AllMutationTypes = ChildList | Attributes | CharacterData
H A DMutationObserverInterestGroup.h64 if (!target.document().hasMutationObserversOfType(MutationObserver::Attributes))
67 return createIfNeeded(target, MutationObserver::Attributes, MutationObserver::AttributeOldValue, &attributeName);
H A DMutationObserverRegistration.cpp108 ASSERT((type == MutationObserver::Attributes && attributeName) || !attributeName);
115 if (type != MutationObserver::Attributes || !(m_options & MutationObserver::AttributeFilter))
H A DMutationObserverInterestGroup.cpp41 ASSERT((type == MutationObserver::Attributes && attributeName) || !attributeName);
/external/llvm/unittests/IR/
H A DAttributesTest.cpp1 //===- llvm/unittest/IR/AttributesTest.cpp - Attributes unit tests --------===//
10 #include "llvm/IR/Attributes.h"
17 TEST(Attributes, Uniquing) {
34 TEST(Attributes, Ordering) {
/external/smack/src/com/kenai/jbosh/
H A DAttributes.java27 final class Attributes { class
32 private Attributes() { method in class:Attributes
H A DBOSHClient.java554 .setAttribute(Attributes.PAUSE, maxPause.toString())
587 builder.setAttribute(Attributes.TYPE, TERMINATE);
728 return msg.getAttribute(Attributes.PAUSE) != null;
740 return TERMINATE.equals(msg.getAttribute(Attributes.TYPE));
758 String str = respBody.getAttribute(Attributes.CONDITION);
842 builder.setAttribute(Attributes.TO, cfg.getTo());
843 builder.setAttribute(Attributes.XML_LANG, cfg.getLang());
844 builder.setAttribute(Attributes.VER,
846 builder.setAttribute(Attributes.WAIT, "60");
847 builder.setAttribute(Attributes
[all...]
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFormSubmission.cpp83 void FormSubmission::Attributes::parseAction(const String& action)
89 String FormSubmission::Attributes::parseEncodingType(const String& type)
98 void FormSubmission::Attributes::updateEncodingType(const String& type)
104 FormSubmission::Method FormSubmission::Attributes::parseMethodType(const String& type)
113 void FormSubmission::Attributes::updateMethodType(const String& type)
118 String FormSubmission::Attributes::methodString(Method method)
132 void FormSubmission::Attributes::copyFrom(const Attributes& other)
161 PassRefPtr<FormSubmission> FormSubmission::create(HTMLFormElement* form, const Attributes& attributes, PassRefPtr<Event> event, FormSubmissionTrigger trigger)
175 FormSubmission::Attributes copiedAttribute
[all...]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DManifestTest.java26 import java.util.jar.Attributes;
94 private void assertAttribute(Attributes attr, String name, String value) {
99 Attributes main = manifest.getMainAttributes();
152 Map<String, Attributes> entries = mf.getEntries();
155 Attributes namedEntryAttributes = (Attributes) (entries.get(""));
218 new Attributes.Name(ATT_ATT_NAME)));
226 Map<String, Attributes> myMap = m.getEntries();
229 new Attributes.Name(ATT_ATT_NAME)));
237 Attributes
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorKey.java29 import org.xml.sax.Attributes;
62 * Attributes object.
65 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
87 StylesheetHandler handler, String rawName, Attributes attributes,
H A DProcessorStylesheetElement.java30 import org.xml.sax.Attributes;
57 * Attributes object.
60 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
H A DProcessorTemplateElem.java28 import org.xml.sax.Attributes;
49 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
H A DXSLTElementProcessor.java33 import org.xml.sax.Attributes;
158 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
264 StylesheetHandler handler, String rawName, Attributes attributes,
285 Attributes setPropertiesFromAttributes(
286 StylesheetHandler handler, String rawName, Attributes attributes,
/external/chromium_org/content/common/gpu/client/
H A Dcontext_provider_command_buffer_browsertest.cc39 blink::WebGraphicsContext3D::Attributes(),
/external/chromium_org/sandbox/win/src/
H A Drestricted_token.cc61 deny_only_array[i].Attributes = SE_GROUP_USE_FOR_DENY_ONLY;
72 sids_to_restrict_array[i].Attributes = 0;
83 privileges_to_disable_array[i].Attributes = 0;
219 if ((token_groups->Groups[i].Attributes & SE_GROUP_INTEGRITY) == 0 &&
220 (token_groups->Groups[i].Attributes & SE_GROUP_LOGON_ID) == 0) {
385 if ((token_groups->Groups[i].Attributes & SE_GROUP_LOGON_ID) != 0) {
458 if ((token_groups->Groups[i].Attributes & SE_GROUP_INTEGRITY) == 0)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributeTable.java53 Attributes attrs)
209 public Attributes toASN1Structure()
211 return new Attributes(this.toASN1EncodableVector());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DVersionTrackerTask.java19 import org.xml.sax.Attributes;
104 Attributes atts) {
127 Attributes atts) {
/external/jdiff/src/jdiff/
H A DCommentsHandler.java7 import org.xml.sax.Attributes;
58 java.lang.String qName, Attributes attributes) {
152 public void addStartTagToText(String localName, Attributes attributes) {
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java169 Attributes attrs)
175 // Also, need to wrap Attributes to look like AttributeLost
193 Attributes attrs;
197 public void setAttributes(Attributes a) {
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DAttributesImplSerializer.java26 import org.xml.sax.Attributes;
31 * xml.sax.Attributes. But for optimization this class adds a Hashtable for
35 * @see org.xml.sax.Attributes
69 * @see org.xml.sax.Attributes#getIndex(String)
189 * @see org.xml.sax.helpers.AttributesImpl#setAttributes(Attributes)
192 public final void setAttributes(Attributes atts)
211 * @see org.xml.sax.Attributes#getIndex(String)
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DAttList.java27 import org.xml.sax.Attributes;
30 * Wraps a DOM attribute list in a SAX Attributes.
42 public final class AttList implements Attributes
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DAttList.java27 import org.xml.sax.Attributes;
30 * Wraps a DOM attribute list in a SAX Attributes.
33 public class AttList implements Attributes
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/tools/
H A DTestVersionTracker.java16 import org.xml.sax.Attributes;
75 Attributes atts) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DElementParser.java20 import org.xml.sax.Attributes;
92 String qName, Attributes atts) {
/external/eyes-free/AccessCheck/src/com/android/accessibility/
H A DAccessibilityValidationContentHandler.java18 import org.xml.sax.Attributes;
77 /** Attributes we test existence for (for example, contentDescription). */
115 Attributes atts) {

Completed in 685 milliseconds

12345678