Searched defs:findFirst (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLEntitySearch.cpp61 const HTMLEntityTableEntry* HTMLEntitySearch::findFirst(UChar nextCharacter) const function in class:WebCore::HTMLEntitySearch
120 m_first = findFirst(nextCharacter);
/external/antlr/src/org/antlr/runtime/tree/
H A DTreeWizard.java236 public Object findFirst(Object t, int ttype) { method in class:TreeWizard
240 public Object findFirst(Object t, String pattern) { method in class:TreeWizard
/external/skia/gpu/src/
H A DGrRedBlackTree.h113 Iter findFirst(const T& t);
276 typename GrRedBlackTree<T,C>::Iter GrRedBlackTree<T,C>::findFirst(const T& t) { function in class:GrRedBlackTree
1000 Iter iter = tree.findFirst(i);
1033 iter = tree.findFirst(i);
1046 GrAssert(tree.findFirst(i) == tree.end());
1058 GrAssert(tree.findFirst(0) == tree.end());
1069 GrAssert(tree.findFirst(99) == tree.end());
1091 Iter iter = tree.findFirst(i);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebelement.cpp82 Specific elements can be accessed using findAll() and findFirst(). These
92 Using findFirst() is more efficient than calling findAll(), and extracting
236 \sa findFirst()
253 QWebElement QWebElement::findFirst(const QString &selectorQuery) const function in class:QWebElement

Completed in 179 milliseconds