HomeSort by relevance Sort by last modified time
    Searched defs:element (Results 101 - 125 of 1193) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.cpp 55 RefPtrWillBeRawPtr<TextControlInnerContainer> element = adoptRefWillBeNoop(new TextControlInnerContainer(document)); local
56 element->setAttribute(idAttr, ShadowElementNames::textFieldContainer());
57 return element.release();
75 RefPtrWillBeRawPtr<EditingViewPortElement> element = adoptRefWillBeNoop(new EditingViewPortElement(document)); local
76 element->setAttribute(idAttr, ShadowElementNames::editingViewPort());
77 return element.release();
109 RefPtrWillBeRawPtr<TextControlInnerEditorElement> element = adoptRefWillBeNoop(new TextControlInnerEditorElement(document)); local
110 element->setAttribute(idAttr, ShadowElementNames::innerEditor());
111 return element.release();
120 Element* shadowAncestor = shadowHost()
156 RefPtrWillBeRawPtr<SearchFieldDecorationElement> element = adoptRefWillBeNoop(new SearchFieldDecorationElement(document)); local
205 RefPtrWillBeRawPtr<SearchFieldCancelButtonElement> element = adoptRefWillBeNoop(new SearchFieldCancelButtonElement(document)); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPluginContainerTest.cpp 34 #include "core/dom/Element.h"
98 WebElement element = webView->mainFrame()->document().getElementById(id); local
99 return element.pluginContainer();
  /external/deqp/executor/
xeTestCaseListParser.cpp 86 xml::Element element = m_xmlParser.getElement(); local
88 if (element == xml::ELEMENT_INCOMPLETE ||
89 element == xml::ELEMENT_END_OF_STRING)
92 if (element == xml::ELEMENT_START || element == xml::ELEMENT_END)
94 bool isStart = element == xml::ELEMENT_START;
139 else if (element != xml::ELEMENT_DATA)
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableSortedMultiset.java 37 final E element; field in class:RegularImmutableSortedMultiset.CumulativeCountEntry
41 CumulativeCountEntry(E element, int count, @Nullable CumulativeCountEntry<E> previous) {
42 this.element = element;
49 return element;
139 public int count(@Nullable Object element) {
140 if (element == null) {
145 elementList(), (E) element, comparator(), ANY_PRESENT, INVERTED_INSERTION_INDEX);
  /external/guava/guava-gwt/src/com/google/common/collect/
Multiset_CustomFieldSerializerBase.java 39 Object element = reader.readObject(); local
41 builder.addCopies(element, count);
51 Object element = reader.readObject(); local
53 multiset.add(element, count);
  /external/jarjar/src/main/com/tonicsystems/jarjar/
RulesFileParser.java 54 PatternElement element = null; local
60 element = rule;
62 element = new Zap();
64 element = new Keep();
68 element.setPattern(parts[1]);
69 patterns.add(element);
  /external/ltrace/
value_dict.c 105 struct named_value element = { name, *val, own_name }; local
106 if (VECT_PUSHBACK(&dict->named, &element) < 0) {
132 struct named_value *element local
134 if (strcmp(element->name, name) == 0)
135 return &element->value;
  /external/pdfium/core/src/fpdfapi/fpdf_cmaps/
fpdf_cmaps.cpp 32 static int compareWordRange(const void* key, const void* element)
34 if (*(FX_WORD*)key < * (FX_WORD*)element) {
37 if (*(FX_WORD*)key > ((FX_WORD*)element)[1]) {
48 FX_WORD* element = (FX_WORD*)p2; local
49 if (hiword < element[0]) {
52 if (hiword > element[0]) {
56 if (loword < element[1]) {
59 if (loword > element[2]) {
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
InternalNano.java 217 // element mismatch
252 // element mismatch
308 byte[] element = field[i];
309 if (element != null) {
310 result = 31 * result + Arrays.hashCode(element);
325 Object element = field[i]; local
326 if (element != null) {
327 result = 31 * result + element.hashCode();
  /frameworks/minikin/include/minikin/
SparseBitSet.h 72 // invariant: sizeof(element) == (1 << kLogBytesPerEl)
73 typedef uint32_t element; typedef in class:android::SparseBitSet
74 static const element kElAllOnes = ~((element)0);
75 static const element kElFirst = ((element)1) << kElMask;
79 static int CountLeadingZeros(element x);
83 UniquePtr<element[]> mBitmaps;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
ts_parser.cpp 213 timestamp *element = NULL,*duplicate = NULL; local
224 if (!element)
225 element = &phead->input_timestamps[i];
227 if (element->timestamps > phead->input_timestamps[i].timestamps){
228 element = &phead->input_timestamps[i];
230 } else if(element->timestamps == phead->input_timestamps[i].timestamps)
235 if (element) {
237 header->nTimeStamp = element->timestamps;
240 element->in_use = false;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 249 timestamp *element = NULL,*duplicate = NULL; local
265 if (!element)
266 element = &phead->input_timestamps[i];
268 if (element->timestamps > phead->input_timestamps[i].timestamps) {
269 element = &phead->input_timestamps[i];
271 } else if (element->timestamps == phead->input_timestamps[i].timestamps)
277 if (element) {
279 header->nTimeStamp = element->timestamps;
284 element->in_use = false;
291 element = NULL
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentcreateelementNS02.java 47 * The method createElementNS creates an element of the given valid qualifiedName and NamespaceURI.
79 Element element; local
88 element = doc.createElementNS(namespaceURI, qualifiedName);
documentcreateelementNS05.java 80 Element element; local
89 element = doc.createElementNS(namespaceURI, qualifiedName);
documentgetelementsbytagnameNS02.java 39 * Create a new element having a local name="employeeId" belonging to the namespace "test"
77 Element docElem;
78 Element element; local
83 element = doc.createElementNS("test", "employeeId");
84 appendedChild = docElem.appendChild(element);
elementgetattributenodens02.java 35 * Create a new element node and add a new attribute node to it. Using the getAttributeNodeNS,
71 Element element; local
76 element = doc.createElementNS("namespaceURI", "root");
78 newAttribute1 = element.setAttributeNodeNS(attribute);
79 attribute = element.getAttributeNodeNS("http://www.w3.org/DOM/Level2", "att");
elementgetattributens02.java 73 Element element; local
80 element = (Element) childList.item(1);
81 attrValue = element.getAttributeNS(nullNS, "defaultAttr");
elementgetelementsbytagnamens02.java 86 Element element; local
89 element = doc.getDocumentElement();
90 elementList = element.getElementsByTagNameNS("**", "*");
elementgetelementsbytagnamens05.java 87 Element element; local
90 element = doc.getDocumentElement();
91 elementList = element.getElementsByTagNameNS("http://www.altavista.com", "*");
elementhasattribute01.java 48 * on this element or has a default value, false otherwise
84 Element element; local
87 element = doc.getDocumentElement();
88 state = element.hasAttribute("");
elementhasattribute02.java 35 * on this element or has a default value, false otherwise
36 * Invoke the hasAttribute method to on an element with default attributes and verify if it
72 Element element; local
77 element = (Element) elementList.item(0);
78 assertNotNull("empEmployeeNotNull", element);
79 state = element.hasAttribute("defaultAttr");
elementhasattribute03.java 35 * on this element or has a default value, false otherwise.
36 * Create an element Node and an attribute Node. Invoke hasAttribute method
37 * to verify that there is no attribute. Append the attribute node to the element node.
38 * Invoke the hasAttribute method on the element and verify if it returns true.
67 Element element; local
72 element = doc.createElement("address");
74 state = element.hasAttribute("domestic");
76 newAttribute = element.setAttributeNode(attribute);
77 state = element.hasAttribute("domestic")
    [all...]
elementhasattribute04.java 35 * on this element or has a default value, false otherwise.
36 * Create an element Node and an attribute Node and add the attribute node to the element.
37 * Invoke the hasAttribute method on the element and verify if the method returns true.
66 Element element; local
71 element = doc.createElement("address");
73 newAttribute = element.setAttributeNode(attribute);
74 state = element.hasAttribute("domestic");
elementhasattributens01.java 36 * URI is specified on this element or has a default value, false otherwise.
38 * Retreive the first employee element node. Invoke the hasAttributeNS method to check if it
74 Element element; local
79 element = (Element) elementList.item(0);
80 state = element.hasAttributeNS("http://www.w3.org/2000/xmlns/", "xmlns");
elementhasattributens02.java 35 * name and namespace URI is specified on this element or has a default value,
37 * Create a new element and attribute node that belong to the same namespace.
38 * Add the attribute node to the element node. Check if the newly created element
75 Element element; local
80 element = doc.createElementNS("http://www.w3.org/DOM", "address");
82 newAttribute = element.setAttributeNode(attribute);
83 state = element.hasAttributeNS("http://www.w3.org/DOM", "domestic");

Completed in 946 milliseconds

1 2 3 45 6 7 8 91011>>