Home
last modified time | relevance | path

Searched defs:testElement (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DClassCollection.h62 inline bool ClassCollection::elementMatches(const Element& testElement) const in elementMatches()
DTagCollection.h79 inline bool HTMLTagCollection::elementMatches(const Element& testElement) const in elementMatches()
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingQueueTest.java170 public void testElement() { in testElement() method in ForwardingQueueTest