/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DocumentMarker.cpp | 108 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()
|
D | DocumentMarkerController.cpp | 129 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()
|
D | Range.cpp | 80 …(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
|
D | DocumentMarker.h | 105 unsigned endOffset() const { return m_endOffset; } in endOffset() function
|
D | Range.h | 61 int endOffset() const { return m_end.offset(); } in endOffset() function
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ExceptionRangeFilter.java | 38 private final int endOffset; field in ExceptionRangeFilter 50 int endOffset, in ExceptionRangeFilter()
|
D | ExceptionHandlerFilter.java | 38 private final int endOffset; field in ExceptionHandlerFilter 50 int endOffset, in ExceptionHandlerFilter()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebCompositionUnderline.h | 54 unsigned endOffset; member
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | CompositionUnderline.h | 39 unsigned endOffset; member
|
D | ApplyBlockElementCommand.cpp | 217 int endOffset = end.offsetInContainerNode(); in rangeForParagraphSplittingTextNodesIfNeeded() local
|
D | TextIterator.cpp | 271 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()
|
D | TextCheckingHelper.cpp | 413 …tail>& grammarDetails, int badGrammarPhraseLocation, int startOffset, int endOffset, bool markAll)… in findFirstGrammarDetail()
|
/external/proguard/src/proguard/classfile/attribute/ |
D | ExceptionInfo.java | 82 public boolean isApplicable(int startOffset, int endOffset) in isApplicable()
|
D | CodeAttribute.java | 129 …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/ |
D | UnreachableExceptionRemover.java | 114 int endOffset) in mayThrowExceptions()
|
D | ReachableCodeMarker.java | 62 public boolean isReachable(int startOffset, int endOffset) in isReachable()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebRange.cpp | 76 int WebRange::endOffset() const in endOffset() function in blink::WebRange
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | PartialEvaluator.java | 284 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/ |
D | StringExtensions.cs | 131 public static string substring( string str, int startOffset, int endOffset ) in substring()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | StringExtensions.cs | 127 public static string substring(this string str, int startOffset, int endOffset) in substring()
|
/external/lzma/C/ |
D | XzIn.c | 276 Int64 endOffset = 0; in Xzs_ReadBackward() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLToken.h | 129 void end(int endOffset) in end()
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
D | list.js | 787 countItemsInRange_: function(startIndex, endOffset) { argument
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/ |
D | list.js | 790 countItemsInRange_: function(startIndex, endOffset) { argument
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | list.js | 888 countItemsInRange_: function(startIndex, endOffset) { argument
|