Searched refs:endOffset (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/Accessible2/
H A DAccessibleEditableText.idl67 If startOffset is less than endOffset, the substring starts with the
68 character at startOffset and ends with the character just before endOffset.
69 If endOffset is lower than startOffset, the result is the same as a call
90 @param [in] endOffset
104 [in] long endOffset
115 @param [in] endOffset
128 [in] long endOffset
162 @param [in] endOffset
176 [in] long endOffset
215 @param [in] endOffset
[all...]
H A DAccessibleText2.idl80 @param [out] endOffset
94 [out] long *endOffset,
H A DAccessibleText.idl130 @li endOffset < startOffset
140 @param [in] endOffset
151 [in] long endOffset
162 @param [out] endOffset
177 [out] long *endOffset,
318 <li>the startOffset for the "one ? three" object would be 4, matching the embed character and the endOffset would be 5.</li>
319 <li>the startOffset for the "two" object would be 0, and the endOffset would be 3</li>
327 @param [out] endOffset
336 [out, retval] long *endOffset
342 the character at endOffset (exclusiv
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DAccessibleTextImpl.h38 virtual HRESULT STDMETHODCALLTYPE addSelection(long startOffset, long endOffset);
39 virtual HRESULT STDMETHODCALLTYPE get_attributes(long offset, long* startOffset, long* endOffset, BSTR* textAttributes);
44 virtual HRESULT STDMETHODCALLTYPE get_selection(long selectionIndex, long* startOffset, long* endOffset);
45 virtual HRESULT STDMETHODCALLTYPE get_text(long startOffset, long endOffset, BSTR* text);
46 virtual HRESULT STDMETHODCALLTYPE get_textBeforeOffset(long offset, enum IA2TextBoundaryType boundaryType, long* startOffset, long* endOffset, BSTR* text);
47 virtual HRESULT STDMETHODCALLTYPE get_textAfterOffset(long offset, enum IA2TextBoundaryType boundaryType, long* startOffset, long* endOffset, BSTR* text);
48 virtual HRESULT STDMETHODCALLTYPE get_textAtOffset(long offset, enum IA2TextBoundaryType boundaryType, long* startOffset, long* endOffset, BSTR* text);
51 virtual HRESULT STDMETHODCALLTYPE setSelection(long selectionIndex, long startOffset, long endOffset);
59 virtual HRESULT STDMETHODCALLTYPE get_attributeRange(long offset, BSTR filter, long* startOffset, long* endOffset, BSTR* attributeValues);
62 virtual HRESULT STDMETHODCALLTYPE copyText(long startOffset, long endOffset);
[all...]
H A DAccessibleTextImpl.cpp55 HRESULT AccessibleText::addSelection(long startOffset, long endOffset) argument
61 endOffset = convertSpecialOffset(endOffset);
63 m_object->setSelectedTextRange(PlainTextRange(startOffset, endOffset-startOffset));
68 HRESULT AccessibleText::get_attributes(long offset, long* startOffset, long* endOffset, BSTR* textAttributes) argument
169 HRESULT AccessibleText::get_selection(long selectionIndex, long* startOffset, long* endOffset) argument
182 *endOffset = selectionRange.length;
186 HRESULT AccessibleText::get_text(long startOffset, long endOffset, BSTR* text) argument
192 endOffset = convertSpecialOffset(endOffset);
202 get_textBeforeOffset(long offset, enum IA2TextBoundaryType boundaryType, long* startOffset, long* endOffset, BSTR* text) argument
270 get_textAfterOffset(long offset, enum IA2TextBoundaryType boundaryType, long* startOffset, long* endOffset, BSTR* text) argument
337 get_textAtOffset(long offset, enum IA2TextBoundaryType boundaryType, long* startOffset, long* endOffset, BSTR* text) argument
427 setSelection(long selectionIndex, long startOffset, long endOffset) argument
539 get_attributeRange(long offset, BSTR filter, long* startOffset, long* endOffset, BSTR* attributeValues) argument
547 copyText(long startOffset, long endOffset) argument
565 deleteText(long startOffset, long endOffset) argument
603 cutText(long startOffset, long endOffset) argument
644 replaceText(long startOffset, long endOffset, BSTR* text) argument
665 setAttributes(long startOffset, long endOffset, BSTR* attributes) argument
[all...]
H A DWebHTMLRepresentation.h64 /* [in] */ int endOffset,
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWRingBufferQ.cpp201 UInt32 drawDestOff = drawBufferWidth * endOffset / drawBufferSize;
282 IOByteCount endOffset = (fFrontOffset + fQueueLength) % fBufferSize; // pointer that designates end of queue local
286 if ( endOffset >= fFrontOffset ) // [__f....e__]
288 if ( sizeOfEntry > (fBufferSize - endOffset) )
291 IOByteCount padding = fBufferSize - endOffset; // the number of bytes to get insertion offset to wrap
296 endOffset = (fFrontOffset + fQueueLength + padding) % fBufferSize; // advance insertion offset past end of memory range; should be zero
320 *offset = endOffset;
322 DebugLog("IOFWRingBufferQ::willFitAtEnd BSize: %u Length: %u Front: %u Insert: %u EntrySize: %u\n", fBufferSize, fQueueLength, fFrontOffset, endOffset, sizeOfEntry);
334 IOByteCount endOffset = (fFrontOffset + fQueueLength) % fBufferSize; // pointer that designates end of queue local
341 if ( fFrontOffset >= endOffset ) // [
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebHTMLRepresentation.h57 - (NSAttributedString *)attributedStringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)endOffset;
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSDateMath.cpp149 LocalTimeOffset endOffset = calculateLocalTimeOffset(newEnd); local
150 if (cache.offset == endOffset) {
156 return endOffset;
159 if (offset == endOffset) {
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMRange.h48 @property(readonly) NSInteger endOffset; variable
H A DWKDOMRange.mm122 - (NSInteger)endOffset
126 return _impl->endOffset(ec);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedCodeBlock.cpp254 int endOffset;
257 expressionRangeForBytecodeOffset(bytecodeOffset, divot, startOffset, endOffset, line, column);
318 int& divot, int& startOffset, int& endOffset, unsigned& line, unsigned& column)
324 endOffset = 0;
348 endOffset = info.endOffset;
354 int divot, int startOffset, int endOffset, unsigned line, unsigned column)
360 endOffset = 0;
366 endOffset = 0;
367 } else if (endOffset > ExpressionRangeInf
[all...]
H A DExpressionRangeInfo.h104 uint32_t endOffset : 7; member in struct:JSC::ExpressionRangeInfo
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParserTokens.h190 endOffset = location.endOffset;
196 unsigned endOffset; member in struct:JSC::JSTokenLocation
H A DSourceCode.h103 int endOffset() const { return m_endChar; } function in class:JSC::SourceCode
H A DSourceProviderCacheItem.h65 token.m_location.endOffset = closeBraceOffset + 1;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DURLUtilities.js103 var endOffset = path[path.length - 1] === "/" ? 1 : 0;
104 var lastSlashIndex = path.lastIndexOf("/", path.length - 1 - endOffset);
106 lastPathComponent = path.substring(lastSlashIndex + 1, path.length - endOffset);
H A DUtilities.js230 var endOffset = 0;
284 endOffset = i;
298 endOffset = stayWithinNode.nodeType === Node.TEXT_NODE ? stayWithinNode.nodeValue.length : stayWithinNode.childNodes.length;
302 endOffset = offset;
307 result.setEnd(endNode, endOffset);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorCompletionController.js389 var endOffset = Math.min(startOffset, string.length); variable
391 var endOfLineOrWord = endOffset === string.length || isStopCharacter(string.charAt(endOffset));
400 var startOffset = endOffset;
401 var firstOffset = endOffset + direction;
430 var tempEndOffset = endOffset;
431 endOffset = startOffset;
435 return {string: string.substring(startOffset, endOffset), startOffset: startOffset, endOffset: endOffset};
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DDOMRange.idl85 - (int)endOffset;
87 HRESULT endOffset([out, retval] int* offset);
H A DIWebHTMLRepresentation.idl62 - (NSAttributedString *)attributedStringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)endOffset;
64 HRESULT attributedStringFromDOMNodes([in] IDOMNode* startNode, [in] int startOffset, [in] IDOMNode* endNode, [in] int endOffset, [out, retval] IDataObject** attributedString);
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddsc_iterator.cpp136 uint64_t endOffset = mappings[i].file_offset()+mappings[i].size();
137 if ( (size != 0) && (endOffset > size) )
139 if ( endOffset > greatestMappingOffset )
140 greatestMappingOffset = endOffset;
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DStackVisitor.h92 void retrieveExpressionInfo(int& divot, int& startOffset, int& endOffset, unsigned& line, unsigned& column);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DTextRange.js84 get endOffset()
H A DDOMNodeStyles.js415 var endOffset = style.styleSheetTextRange.endOffset;
417 if (isNaN(startOffset) || isNaN(endOffset)) {
421 endOffset = style.styleSheetTextRange.endOffset;
425 console.assert(!isNaN(endOffset));
426 if (isNaN(startOffset) || isNaN(endOffset))
438 var newContent = content.substring(0, startOffset) + text + content.substring(endOffset);

Completed in 266 milliseconds

12