Searched refs:numberOfChildren (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDGetCollectionNodes.c117 ptLink->numberOfChildren = ptCollection->children;
193 ptLink->numberOfChildren = ptCollection->children;
H A DHIDPriv.h250 UInt32 numberOfChildren; member in struct:HIDCollectionExtendedNode
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py211 return self._outline.numberOfChildren()
216 return item.numberOfChildren()
231 return self._outline.numberOfChildren() > 0
237 return item.numberOfChildren() > 0
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py211 return self._outline.numberOfChildren()
216 return item.numberOfChildren()
231 return self._outline.numberOfChildren() > 0
237 return item.numberOfChildren() > 0
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py211 return self._outline.numberOfChildren()
216 return item.numberOfChildren()
231 return self._outline.numberOfChildren() > 0
237 return item.numberOfChildren() > 0
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFlexibleBox.cpp43 LineContext(LayoutUnit crossAxisOffset, LayoutUnit crossAxisExtent, size_t numberOfChildren, LayoutUnit maxAscent) argument
46 , numberOfChildren(numberOfChildren)
53 size_t numberOfChildren; member in struct:WebCore::RenderFlexibleBox::LineContext
974 static LayoutUnit initialJustifyContentOffset(LayoutUnit availableFreeSpace, EJustifyContent justifyContent, unsigned numberOfChildren)
981 if (availableFreeSpace > 0 && numberOfChildren)
982 return availableFreeSpace / (2 * numberOfChildren);
989 static LayoutUnit justifyContentSpaceBetweenChildren(LayoutUnit availableFreeSpace, EJustifyContent justifyContent, unsigned numberOfChildren) argument
991 if (availableFreeSpace > 0 && numberOfChildren > 1) {
993 return availableFreeSpace / (numberOfChildren
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDParserPriv.h214 UInt32 numberOfChildren; member in struct:HIDCollectionExtendedNode
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatWindowController.h130 - (int) numberOfChildren;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatWindowController.h130 - (int) numberOfChildren;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatWindowController.h130 - (int) numberOfChildren;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDDescriptorParser.h182 UInt32 numberOfChildren; member in struct:HIDCollectionNode
/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.mm185 - (NSUInteger)numberOfChildren;
219 - (NSUInteger)numberOfChildren

Completed in 166 milliseconds