Searched defs:endOffset (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMRange.h48 @property(readonly) NSInteger endOffset; variable
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DSourceCode.h103 int endOffset() const { return m_endChar; } function in class:JSC::SourceCode
H A DParserTokens.h196 unsigned endOffset; member in struct:JSC::JSTokenLocation
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorCompletionController.js389 var endOffset = Math.min(startOffset, string.length); variable
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWRingBufferQ.cpp282 IOByteCount endOffset = (fFrontOffset + fQueueLength) % fBufferSize; // pointer that designates end of queue local
334 IOByteCount endOffset = (fFrontOffset + fQueueLength) % fBufferSize; // pointer that designates end of queue local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DExpressionRangeInfo.h104 uint32_t endOffset : 7; member in struct:JSC::ExpressionRangeInfo
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSDateMath.cpp149 LocalTimeOffset endOffset = calculateLocalTimeOffset(newEnd); local
H A DVM.cpp609 int endOffset = 0; local
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DStackVisitor.cpp306 void StackVisitor::Frame::retrieveExpressionInfo(int& divot, int& startOffset, int& endOffset, unsigned& line, unsigned& column) argument
309 codeBlock->unlinkedCodeBlock()->expressionRangeForBytecodeOffset(bytecodeOffset(), divot, startOffset, endOffset, line, column); local
H A DInterpreter.cpp523 void StackFrame::expressionInfo(int& divot, int& startOffset, int& endOffset, unsigned& line, unsigned& column) argument
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DAccessibleTextImpl.cpp55 HRESULT AccessibleText::addSelection(long startOffset, long endOffset) argument
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
186 HRESULT AccessibleText::get_text(long startOffset, long endOffset, BSTR* text) argument
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...]
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A Dfsck_journal.c451 off_t endOffset =jnlSwap->swap64(jhdr.end); local
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h297 int endOffset = divotEnd.offset - divot.offset; local
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp493 uint64_t endOffset = segCmd->fileoff(); local

Completed in 207 milliseconds