Home
last modified time | relevance | path

Searched defs:endOffset (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarker.cpp108 DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset) in DocumentMarker()
116 DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset, const Str… in DocumentMarker()
125 DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset, const Str… in DocumentMarker()
134 DocumentMarker::DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch) in DocumentMarker()
143 DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset, PassRefPt… in DocumentMarker()
DDocumentMarkerController.cpp129 unsigned endOffset = textPiece->endOffset(); in addTextMatchMarker() local
157 int endOffset = textPiece->endOffset(); in removeMarkers() local
267 unsigned endOffset = startOffset + length - 1; in copyMarkers() local
318 unsigned endOffset = startOffset + length; in removeMarkers() local
654 int endOffset = node == endContainer ? range->endOffset() : INT_MAX; in setMarkersActive() local
659 …rkerController::setMarkersActive(Node* node, unsigned startOffset, unsigned endOffset, bool active) in setMarkersActive()
DRange.cpp80 …(Document& ownerDocument, Node* startContainer, int startOffset, Node* endContainer, int endOffset) in Range()
98 …(Document& ownerDocument, Node* startContainer, int startOffset, Node* endContainer, int endOffset) in create()
159 int Range::endOffset(ExceptionState& exceptionState) const in endOffset() function in WebCore::Range
774 …haracterData(PassRefPtr<CharacterData> data, unsigned startOffset, unsigned endOffset, ExceptionSt… in deleteCharacterData()
783 Node* container, unsigned startOffset, unsigned endOffset, ExceptionState& exceptionState) in processContentsBetweenOffsets()
1548 int endOffset = node == endContainer ? m_end.offset() : numeric_limits<int>::max(); in textRects() local
1580 int endOffset = node == endContainer ? m_end.offset() : numeric_limits<int>::max(); in textQuads() local
1871 int endOffset = (node == endContainer) ? m_end.offset() : INT_MAX; in getBorderAndTextQuads() local
DDocumentMarker.h105 unsigned endOffset() const { return m_endOffset; } in endOffset() function
DRange.h61 int endOffset() const { return m_end.offset(); } in endOffset() function
/external/proguard/src/proguard/classfile/visitor/
DExceptionRangeFilter.java38 private final int endOffset; field in ExceptionRangeFilter
50 int endOffset, in ExceptionRangeFilter()
DExceptionHandlerFilter.java38 private final int endOffset; field in ExceptionHandlerFilter
50 int endOffset, in ExceptionHandlerFilter()
/external/chromium_org/third_party/WebKit/public/web/
DWebCompositionUnderline.h54 unsigned endOffset; member
/external/chromium_org/third_party/WebKit/Source/core/editing/
DCompositionUnderline.h39 unsigned endOffset; member
DApplyBlockElementCommand.cpp217 int endOffset = end.offsetInContainerNode(); in rangeForParagraphSplittingTextNodesIfNeeded() local
DTextIterator.cpp271 int endOffset = range->endOffset(); in TextIterator() local
1183 int endOffset = r->endOffset(); in SimplifiedBackwardsTextIterator() local
1400 …SimplifiedBackwardsTextIterator::emitCharacter(UChar c, Node* node, int startOffset, int endOffset) in emitCharacter()
DTextCheckingHelper.cpp413 …tail>& grammarDetails, int badGrammarPhraseLocation, int startOffset, int endOffset, bool markAll)… in findFirstGrammarDetail()
/external/proguard/src/proguard/classfile/attribute/
DExceptionInfo.java82 public boolean isApplicable(int startOffset, int endOffset) in isApplicable()
DCodeAttribute.java129 …public void instructionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, Instruc… in instructionsAccept()
179 …public void exceptionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, Exception… in exceptionsAccept()
/external/proguard/src/proguard/optimize/peephole/
DUnreachableExceptionRemover.java114 int endOffset) in mayThrowExceptions()
DReachableCodeMarker.java62 public boolean isReachable(int startOffset, int endOffset) in isReachable()
/external/chromium_org/third_party/WebKit/Source/web/
DWebRange.cpp76 int WebRange::endOffset() const in endOffset() function in blink::WebRange
/external/proguard/src/proguard/optimize/evaluation/
DPartialEvaluator.java284 public boolean isTraced(int startOffset, int endOffset) in isTraced()
531 int endOffset) in evaluateInstructionBlockAndExceptionHandlers()
986 int endOffset) in evaluateExceptionHandlers()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DStringExtensions.cs131 public static string substring( string str, int startOffset, int endOffset ) in substring()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DStringExtensions.cs127 public static string substring(this string str, int startOffset, int endOffset) in substring()
/external/lzma/C/
DXzIn.c276 Int64 endOffset = 0; in Xzs_ReadBackward() local
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLToken.h129 void end(int endOffset) in end()
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dlist.js787 countItemsInRange_: function(startIndex, endOffset) { argument
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
Dlist.js790 countItemsInRange_: function(startIndex, endOffset) { argument
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dlist.js888 countItemsInRange_: function(startIndex, endOffset) { argument

12