Searched refs:firstRange (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCLPool.cpp341 NuDCLPoolCOM::S_AllocateSendPacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, IOVirtualRange* firstRange, ... ) argument
343 if ( firstRange )
350 va_start( args, firstRange ) ;
359 buffers[0] = *firstRange ;
360 va_start( args, firstRange ) ;
389 NuDCLPoolCOM::S_AllocateReceivePacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, IOVirtualRange* firstRange, ... ) argument
391 if ( firstRange )
398 va_start( args, firstRange ) ;
407 buffers[0] = *firstRange ;
408 va_start( args, firstRange ) ;
491 S_SetDCLRanges_v( NuDCLRef dcl, IOVirtualRange* firstRange, ... ) argument
[all...]
H A DIOFireWireLibNuDCLPool.h125 static NuDCLSendPacketRef S_AllocateSendPacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, IOVirtualRange* firstRange, ... ) ;
128 static NuDCLReceivePacketRef S_AllocateReceivePacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, IOVirtualRange* firstRange, ... ) ;
142 static IOReturn S_SetDCLRanges_v ( NuDCLRef dcl, IOVirtualRange* firstRange, ... ) ;
H A DIOFireWireLibIsoch.h670 @param firstRange The first buffer to be transmitted. Follow with additional ranges; terminate with NULL.
672 NuDCLSendPacketRef (*AllocateSendPacket_v)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, IOVirtualRange* firstRange, ... ) ;
707 @param firstRange The first buffer to be transmitted. Follow with additional ranges; terminate with NULL.
709 NuDCLReceivePacketRef (*AllocateReceivePacket_v)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, IOVirtualRange* firstRange, ... ) ;
853 IOReturn (*SetDCLRanges_v) ( NuDCLRef dcl, IOVirtualRange* firstRange, ... ) ;
/macosx-10.10/WebCore-7600.1.25/editing/
H A DVisibleSelection.h93 PassRefPtr<Range> firstRange() const;
H A DInsertListCommand.cpp144 RefPtr<Range> currentSelection = endingSelection().firstRange();
192 doApplyForSingleParagraph(false, listTag, endingSelection().firstRange().get());
H A DVisibleSelection.cpp126 PassRefPtr<Range> VisibleSelection::firstRange() const function in class:WebCore::VisibleSelection
H A DEditorCommand.cpp1473 Element* formatBlockElement = FormatBlockCommand::elementForFormatBlockCommand(selection.firstRange().get());
H A DFrameSelection.cpp469 } else if (RefPtr<Range> range = m_selection.firstRange()) {
H A DEditor.cpp3127 RefPtr<Range> resultRange = rangeOfString(target, selection.firstRange().get(), options);
/macosx-10.10/WebCore-7600.1.25/editing/cocoa/
H A DHTMLConverter.mm963 NSRange firstRange = NSMakeRange(NSNotFound, 0);
977 firstRange = [shadowStyle rangeOfString:@"px"];
978 if (firstRange.length > 0 && NSMaxRange(firstRange) < shadowStyleLength)
979 secondRange = [shadowStyle rangeOfString:@"px" options:0 range:NSMakeRange(NSMaxRange(firstRange), shadowStyleLength - NSMaxRange(firstRange))];
982 if (firstRange.location > 0 && firstRange.length > 0 && secondRange.length > 0 && thirdRange.length > 0) {
983 spaceRange = [shadowStyle rangeOfString:@" " options:NSBackwardsSearch range:NSMakeRange(0, firstRange.location)];
986 shadowOffset.width = [[shadowStyle substringWithRange:NSMakeRange(NSMaxRange(spaceRange), firstRange
[all...]
/macosx-10.10/WebCore-7600.1.25/page/
H A DDOMSelection.cpp371 return m_frame->selection().selection().firstRange();
H A DPage.cpp576 RefPtr<Range> selectedRange = frameWithSelection->selection().selection().firstRange();
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCompile.c2963 int firstCmd, lastCmd, firstRange, lastRange, k;
3024 firstRange = jumpFixupPtr->exceptIndex;
3026 for (k = firstRange; k <= lastRange; k++) {
2937 int firstCmd, lastCmd, firstRange, lastRange, k; local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCompile.c3058 int firstCmd, lastCmd, firstRange, lastRange, k;
3119 firstRange = jumpFixupPtr->exceptIndex;
3121 for (k = firstRange; k <= lastRange; k++) {
3031 int firstCmd, lastCmd, firstRange, lastRange, k; local
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DServicesOverlayController.mm524 RefPtr<Range> selectionRange = m_webPage.corePage()->selection().firstRange();
H A DWebPageMac.mm1027 RefPtr<Range> range = selection.selection().firstRange();
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityObject.cpp598 return selection.firstRange();

Completed in 243 milliseconds