Home
last modified time | relevance | path

Searched defs:element (Results 1 – 25 of 1148) sorted by relevance

12345678910>>...46

/external/droiddriver/src/com/google/android/droiddriver/validators/
DDefaultAccessibilityValidator.java31 public boolean isApplicable(UiElement element, Action action) { in isApplicable()
36 public String validate(UiElement element, Action action) { in validate()
41 private static boolean isAccessibilityFocusable(UiElement element) { in isAccessibilityFocusable()
52 private static boolean isTopLevelScrollItem(UiElement element) { in isTopLevelScrollItem()
57 private static boolean isActionableForAccessibility(UiElement element) { in isActionableForAccessibility()
69 private static boolean isSpeakingNode(UiElement element) { in isSpeakingNode()
74 private static boolean hasNonActionableSpeakingChildren(UiElement element) { in hasNonActionableSpeakingChildren()
84 private static boolean hasContentDescriptionOrText(UiElement element) { in hasContentDescriptionOrText()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSiblingTraversalStrategies.h60 inline bool DOMSiblingTraversalStrategy::isFirstChild(Element& element) const in isFirstChild()
65 inline bool DOMSiblingTraversalStrategy::isLastChild(Element& element) const in isLastChild()
70 inline bool DOMSiblingTraversalStrategy::isFirstOfType(Element& element, const QualifiedName& type)… in isFirstOfType()
75 inline bool DOMSiblingTraversalStrategy::isLastOfType(Element& element, const QualifiedName& type) … in isLastOfType()
80 inline int DOMSiblingTraversalStrategy::countElementsBefore(Element& element) const in countElementsBefore()
89 inline int DOMSiblingTraversalStrategy::countElementsOfTypeBefore(Element& element, const Qualified… in countElementsOfTypeBefore()
97 inline int DOMSiblingTraversalStrategy::countElementsAfter(Element& element) const in countElementsAfter()
105 inline int DOMSiblingTraversalStrategy::countElementsOfTypeAfter(Element& element, const QualifiedN… in countElementsOfTypeAfter()
137 inline bool ShadowDOMSiblingTraversalStrategy::isFirstChild(Element& element) const in isFirstChild()
149 inline bool ShadowDOMSiblingTraversalStrategy::isLastChild(Element& element) const in isLastChild()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/animation/
DElementAnimation.h50 …static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, … in animate()
55 …static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, … in animate()
60 … static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect) in animate()
65 …static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVect… in animate()
74 …static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVect… in animate()
83 …static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVect… in animate()
92 …static WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer> > getAnimationPlayers(Element& element) in getAnimationPlayers()
110 …static AnimationPlayer* animateInternal(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> … in animateInternal()
/external/guava/guava/src/com/google/common/collect/
DMultiset.java102 int count(@Nullable Object element); in count()
125 int add(@Nullable E element, int occurrences); in add()
140 int remove(@Nullable Object element, int occurrences); in remove()
155 int setCount(E element, int count); in setCount()
177 boolean setCount(E element, int oldCount, int newCount); in setCount()
345 boolean contains(@Nullable Object element); in contains()
389 boolean add(E element); in add()
403 boolean remove(@Nullable Object element); in remove()
DForwardingMultiset.java61 public int count(Object element) { in count()
66 public int add(E element, int occurrences) { in add()
71 public int remove(Object element, int occurrences) { in remove()
94 public int setCount(E element, int count) { in setCount()
99 public boolean setCount(E element, int oldCount, int newCount) { in setCount()
152 @Beta protected boolean standardAdd(E element) { in standardAdd()
178 @Beta @Override protected boolean standardRemove(Object element) { in standardRemove()
217 @Beta protected int standardSetCount(E element, int count) { in standardSetCount()
230 E element, int oldCount, int newCount) { in standardSetCount()
DForwardingList.java65 public void add(int index, E element) { in add()
80 public int indexOf(Object element) { in indexOf()
85 public int lastIndexOf(Object element) { in lastIndexOf()
105 public E set(int index, E element) { in set()
130 @Beta protected boolean standardAdd(E element){ in standardAdd()
131 add(size(), element); in standardAdd() local
155 @Beta protected int standardIndexOf(@Nullable Object element) { in standardIndexOf()
167 @Beta protected int standardLastIndexOf(@Nullable Object element) { in standardLastIndexOf()
DAbstractMultiset.java59 @Override public boolean contains(@Nullable Object element) { in contains()
68 public int count(Object element) { in count()
79 @Override public boolean add(@Nullable E element) { in add()
85 public int add(E element, int occurrences) { in add()
89 @Override public boolean remove(Object element) { in remove()
94 public int remove(Object element, int occurrences) { in remove()
99 public int setCount(E element, int count) { in setCount()
104 public boolean setCount(E element, int oldCount, int newCount) { in setCount()
DConcurrentHashMultiset.java147 @Override public int count(@Nullable Object element) { in count()
157 private AtomicInteger safeGet(Object element) { in safeGet()
201 E element = entry.getElement(); in snapshot() local
220 @Override public int add(E element, int occurrences) { in add()
275 @Override public int remove(@Nullable Object element, int occurrences) { in remove()
314 public boolean removeExactly(@Nullable Object element, int occurrences) { in removeExactly()
348 @Override public int setCount(E element, int count) { in setCount()
402 @Override public boolean setCount(E element, int expectedOldCount, int newCount) { in setCount()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dmath_util.js78 cvox.MathUtil.isToken = function(element) { argument
109 cvox.MathUtil.isLayout = function(element) { argument
139 cvox.MathUtil.isScript = function(element) { argument
164 cvox.MathUtil.isTables = function(element) { argument
191 cvox.MathUtil.isElementary = function(element) { argument
215 cvox.MathUtil.isMathmlTag = function(element) { argument
236 cvox.MathUtil.isWhitespace = function(element) { argument
248 cvox.MathUtil.isNotWhitespace = function(element) { argument
/external/chromium_org/v8/test/webkit/
Darray-every.js29 function isBigEnough(element, index, array) { argument
51 function isBigEnoughAndPop(element, index, array) { argument
60 function isBigEnoughAndChange(element, index, array) { argument
69 function isBigEnoughAndPush(element, index, array) { argument
78 function isBigEnoughAndException(element, index, array) { argument
97 function isBigEnoughShortCircuit(element, index, array) { argument
111 function isNotUndefined(element, index, array) { argument
/external/chromium_org/third_party/polymer/components-chromium/core-overlay/
Dcore-overlay-layer-extracted.js14 addElement: function(element) { argument
51 updateEventController: function(element) { argument
57 removeElement: function(element) { argument
65 replaceElement: function(element) { argument
78 cacheDomLocation: function(element) { argument
/external/chromium_org/components/autofill/content/renderer/
Dform_autofill_util.cc57 bool IsOptionElement(const WebElement& element) { in IsOptionElement()
62 bool IsScriptElement(const WebElement& element) { in IsScriptElement()
67 bool IsNoScriptElement(const WebElement& element) { in IsNoScriptElement()
76 bool IsAutofillableElement(const WebFormControlElement& element) { in IsAutofillableElement()
139 const WebElement element = node.toConst<WebElement>(); in FindChildTextInner() local
194 base::string16 InferLabelFromPrevious(const WebFormControlElement& element) { in InferLabelFromPrevious()
261 base::string16 InferLabelFromListItem(const WebFormControlElement& element) { in InferLabelFromListItem()
281 base::string16 InferLabelFromTableColumn(const WebFormControlElement& element) { in InferLabelFromTableColumn()
310 base::string16 InferLabelFromTableRow(const WebFormControlElement& element) { in InferLabelFromTableRow()
339 base::string16 InferLabelFromDivTable(const WebFormControlElement& element) { in InferLabelFromDivTable()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGPathData.cpp39 static void updatePathFromCircleElement(SVGElement* element, Path& path) in updatePathFromCircleElement()
49 static void updatePathFromEllipseElement(SVGElement* element, Path& path) in updatePathFromEllipseElement()
66 static void updatePathFromLineElement(SVGElement* element, Path& path) in updatePathFromLineElement()
75 static void updatePathFromPathElement(SVGElement* element, Path& path) in updatePathFromPathElement()
80 static void updatePathFromPolylineElement(SVGElement* element, Path& path) in updatePathFromPolylineElement()
96 static void updatePathFromPolygonElement(SVGElement* element, Path& path) in updatePathFromPolygonElement()
102 static void updatePathFromRectElement(SVGElement* element, Path& path) in updatePathFromRectElement()
134 void updatePathFromGraphicsElement(SVGElement* element, Path& path) in updatePathFromGraphicsElement()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentOrderedMap.cpp44 inline bool keyMatchesId(const AtomicString& key, const Element& element) in keyMatchesId()
49 inline bool keyMatchesMapName(const AtomicString& key, const Element& element) in keyMatchesMapName()
54 inline bool keyMatchesLowercasedMapName(const AtomicString& key, const Element& element) in keyMatchesLowercasedMapName()
59 inline bool keyMatchesLabelForAttribute(const AtomicString& key, const Element& element) in keyMatchesLabelForAttribute()
69 void DocumentOrderedMap::add(const AtomicString& key, Element* element) in add()
85 void DocumentOrderedMap::remove(const AtomicString& key, Element* element) in remove()
124 …for (Element* element = ElementTraversal::firstWithin(scope->rootNode()); element; element = Eleme… in get() local
154 …for (Element* element = entry->element ? entry->element.get() : ElementTraversal::firstWithin(scop… in getAllElementsById() local
DStyleElement.cpp40 static bool isCSS(Element* element, const AtomicString& type) in isCSS()
63 void StyleElement::processStyleSheet(Document& document, Element* element) in processStyleSheet()
77 void StyleElement::removedFromDocument(Document& document, Element* element) in removedFromDocument()
82 void StyleElement::removedFromDocument(Document& document, Element* element, ContainerNode* scoping… in removedFromDocument()
99 void StyleElement::clearDocumentData(Document& document, Element* element) in clearDocumentData()
111 void StyleElement::childrenChanged(Element* element) in childrenChanged()
120 void StyleElement::finishParsingChildren(Element* element) in finishParsingChildren()
127 void StyleElement::process(Element* element) in process()
DDatasetDOMStringMap.h39 static PassOwnPtrWillBeRawPtr<DatasetDOMStringMap> create(Element* element) in create()
55 virtual Element* element() OVERRIDE { return m_element; } in element() function
60 explicit DatasetDOMStringMap(Element* element) in DatasetDOMStringMap()
DElementFullscreen.cpp12 void ElementFullscreen::requestFullscreen(Element& element) in requestFullscreen()
17 void ElementFullscreen::webkitRequestFullscreen(Element& element) in webkitRequestFullscreen()
22 void ElementFullscreen::webkitRequestFullScreen(Element& element, unsigned short flags) in webkitRequestFullScreen()
DNamedNodeMap.h44 static PassOwnPtrWillBeRawPtr<NamedNodeMap> create(Element* element) in create()
68 Element* element() const { return m_element; } in element() function
73 explicit NamedNodeMap(Element* element) in NamedNodeMap()
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementObserver.cpp48 void CustomElementObserver::notifyElementDidFinishParsingChildren(Element* element) in notifyElementDidFinishParsingChildren()
56 void CustomElementObserver::notifyElementWasDestroyed(Element* element) in notifyElementWasDestroyed()
64 void CustomElementObserver::observe(Element* element) in observe()
70 void CustomElementObserver::unobserve(Element* element) in unobserve()
DCustomElementRegistrationContext.cpp75 RefPtrWillBeRawPtr<Element> element; in createCustomTagElement() local
91 void CustomElementRegistrationContext::didGiveTypeExtension(Element* element, const AtomicString& t… in didGiveTypeExtension()
96 void CustomElementRegistrationContext::resolveOrScheduleResolution(Element* element, const AtomicSt… in resolveOrScheduleResolution()
111 void CustomElementRegistrationContext::resolve(Element* element, const CustomElementDescriptor& des… in resolve()
122 void CustomElementRegistrationContext::setIsAttributeAndTypeExtension(Element* element, const Atomi… in setIsAttributeAndTypeExtension()
130 void CustomElementRegistrationContext::setTypeExtension(Element* element, const AtomicString& type) in setTypeExtension()
DCustomElement.cpp95 void CustomElement::define(Element* element, PassRefPtr<CustomElementDefinition> passDefinition) in define()
112 void CustomElement::attributeDidChange(Element* element, const AtomicString& name, const AtomicStri… in attributeDidChange()
118 void CustomElement::didAttach(Element* element, const Document& document) in didAttach()
126 void CustomElement::didDetach(Element* element, const Document& document) in didDetach()
134 void CustomElement::wasDestroyed(Element* element) in wasDestroyed()
/external/srec/portable/src/
DArrayList.c27 ESR_ReturnCode ArrayListAdd(ArrayList* self, void* element) in ArrayListAdd()
37 ESR_ReturnCode ArrayListInsertAt(ArrayList* self, size_t index, void* element) in ArrayListInsertAt()
47 ESR_ReturnCode ArrayListRemove(ArrayList* self, void* element) in ArrayListRemove()
77 ESR_ReturnCode ArrayListContains(ArrayList* self, void* element, ESR_BOOL* exists) in ArrayListContains()
97 ESR_ReturnCode ArrayListGet(ArrayList* self, size_t index, void** element) in ArrayListGet()
107 ESR_ReturnCode ArrayListSet(ArrayList* self, size_t index, void* element) in ArrayListSet()
/external/srec/shared/src/
DIntArrayList.c24 ESR_ReturnCode IntArrayListAdd(IntArrayList* self, int element) in IntArrayListAdd()
31 ESR_ReturnCode IntArrayListRemove(IntArrayList* self, int element) in IntArrayListRemove()
45 ESR_ReturnCode IntArrayListContains(IntArrayList* self, int element, ESR_BOOL* exists) in IntArrayListContains()
59 ESR_ReturnCode IntArrayListGet(IntArrayList* self, size_t index, int* element) in IntArrayListGet()
66 ESR_ReturnCode IntArrayListSet(IntArrayList* self, size_t index, int element) in IntArrayListSet()
DInt8ArrayList.c26 ESR_ReturnCode Int8ArrayListAdd(Int8ArrayList* self, asr_int8_t element) in Int8ArrayListAdd()
36 ESR_ReturnCode Int8ArrayListRemove(Int8ArrayList* self, asr_int8_t element) in Int8ArrayListRemove()
56 ESR_ReturnCode Int8ArrayListContains(Int8ArrayList* self, asr_int8_t element, ESR_BOOL* exists) in Int8ArrayListContains()
76 ESR_ReturnCode Int8ArrayListGet(Int8ArrayList* self, size_t index, asr_int8_t* element) in Int8ArrayListGet()
86 ESR_ReturnCode Int8ArrayListSet(Int8ArrayList* self, size_t index, asr_int8_t element) in Int8ArrayListSet()
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Dprototype-1.7.js1818 function $(element) { argument
1909 Element._purgeElement = function(element) { argument
1919 visible: function(element) { argument
1923 toggle: function(element) { argument
1929 hide: function(element) { argument
1935 show: function(element) { argument
1941 remove: function(element) { argument
2004 function update(element, content) { argument
2058 replace: function(element, content) { argument
2072 insert: function(element, insertions) { argument
[all …]

12345678910>>...46