Home
last modified time | relevance | path

Searched defs:leaf (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineBox.cpp249 InlineBox* leaf = 0; in nextLeafChild() local
259 InlineBox* leaf = 0; in prevLeafChild() local
DRootInlineBox.cpp351 static bool isEditableLeaf(InlineBox* leaf) in isEditableLeaf()
375 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChild()) { in closestLeafChildForXPos() local
DInlineFlowBox.cpp979 InlineBox* leaf = 0; in firstLeafChild() local
987 InlineBox* leaf = 0; in lastLeafChild() local
/external/tesseract/classify/
Dkdtree.h64 preorder, postorder, endorder, leaf enumerator
/external/webkit/JavaScriptCore/wtf/
DTCPageMap.h147 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); in Ensure() local
259 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); in Ensure() local
/external/junit/src/junit/swingui/
DTestSuitePanel.java56 boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) { in getTreeCellRendererComponent()
/external/grub/netboot/
Dtulip.c835 struct medialeaf *leaf = &mtable->mleaf[i]; in parse_eeprom() local
/external/sqlite/dist/
Dsqlite3.c29356 u8 leaf; /* True if leaf flag is set */ member