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

/macosx-10.9.5/IOHIDFamily-503.215.2/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.9.5/RubyCocoa-80/RubyCocoa/sample/PDFKitViewer/
H A DMyPDFDocument.rb200 item.numberOfChildren
202 @outline ? @outline.numberOfChildren : 0
216 item.numberOfChildren > 0
218 @outline ? @outline.numberOfChildren > 0 : false
/macosx-10.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/WebCore-7537.78.1/rendering/
H A DRenderFlexibleBox.cpp100 LineContext(LayoutUnit crossAxisOffset, LayoutUnit crossAxisExtent, size_t numberOfChildren, LayoutUnit maxAscent) argument
103 , numberOfChildren(numberOfChildren)
110 size_t numberOfChildren; member in struct:WebCore::RenderFlexibleBox::LineContext
1053 static LayoutUnit initialJustifyContentOffset(LayoutUnit availableFreeSpace, EJustifyContent justifyContent, unsigned numberOfChildren)
1060 if (availableFreeSpace > 0 && numberOfChildren)
1061 return availableFreeSpace / (2 * numberOfChildren);
1068 static LayoutUnit justifyContentSpaceBetweenChildren(LayoutUnit availableFreeSpace, EJustifyContent justifyContent, unsigned numberOfChildren) argument
1070 if (availableFreeSpace > 0 && numberOfChildren > 1) {
1072 return availableFreeSpace / (numberOfChildren
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDParserPriv.h214 UInt32 numberOfChildren; member in struct:HIDCollectionExtendedNode
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatWindowController.h130 - (int) numberOfChildren;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatWindowController.h130 - (int) numberOfChildren;
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDDescriptorParser.h182 UInt32 numberOfChildren; member in struct:HIDCollectionNode
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.mm165 - (NSUInteger)numberOfChildren;
222 - (NSUInteger)numberOfChildren

Completed in 315 milliseconds