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

12345

/external/webkit/Source/WebKit/chromium/public/
H A DWebCompositionUnderline.h43 , endOffset(0)
49 , endOffset(e)
54 unsigned endOffset; member in struct:WebKit::WebCompositionUnderline
H A DWebRange.h66 WEBKIT_API int endOffset() const;
/external/proguard/src/proguard/classfile/visitor/
H A DExceptionHandlerFilter.java38 private final int endOffset; field in class:ExceptionHandlerFilter
45 * @param endOffset the end of the instruction offset range.
50 int endOffset,
54 this.endOffset = endOffset;
65 handlerPC < endOffset)
49 ExceptionHandlerFilter(int startOffset, int endOffset, ExceptionInfoVisitor exceptionInfoVisitor) argument
H A DExceptionRangeFilter.java38 private final int endOffset; field in class:ExceptionRangeFilter
45 * @param endOffset the end offset of the instruction range.
50 int endOffset,
54 this.endOffset = endOffset;
63 if (exceptionInfo.isApplicable(startOffset, endOffset))
49 ExceptionRangeFilter(int startOffset, int endOffset, ExceptionInfoVisitor exceptionInfoVisitor) argument
/external/proguard/src/proguard/classfile/attribute/
H A DExceptionInfo.java82 public boolean isApplicable(int startOffset, int endOffset) argument
84 return u2startPC < endOffset &&
H A DCodeAttribute.java129 public void instructionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, InstructionVisitor instructionVisitor) argument
133 while (offset < endOffset)
179 public void exceptionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, ExceptionInfoVisitor exceptionInfoVisitor) argument
184 if (exceptionInfo.isApplicable(startOffset, endOffset))
/external/webkit/Source/WebKit/chromium/src/
H A DCompositionUnderlineBuilder.h47 : WebCore::CompositionUnderline(u.startOffset, u.endOffset,
H A DWebRange.cpp63 int WebRange::endOffset() const function in class:WebKit::WebRange
65 return m_private->endOffset();
/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h238 inline EvalFunctionCallNode::EvalFunctionCallNode(JSGlobalData* globalData, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset) argument
240 , ThrowableExpressionData(divot, startOffset, endOffset)
245 inline FunctionCallValueNode::FunctionCallValueNode(JSGlobalData* globalData, ExpressionNode* expr, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset) argument
247 , ThrowableExpressionData(divot, startOffset, endOffset)
253 inline FunctionCallResolveNode::FunctionCallResolveNode(JSGlobalData* globalData, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset) argument
255 , ThrowableExpressionData(divot, startOffset, endOffset)
261 inline FunctionCallBracketNode::FunctionCallBracketNode(JSGlobalData* globalData, ExpressionNode* base, ExpressionNode* subscript, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset) argument
263 , ThrowableSubExpressionData(divot, startOffset, endOffset)
270 inline FunctionCallDotNode::FunctionCallDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset) argument
272 , ThrowableSubExpressionData(divot, startOffset, endOffset)
279 CallFunctionCallDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset) argument
284 ApplyFunctionCallDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset) argument
289 PrePostResolveNode(JSGlobalData* globalData, const Identifier& ident, unsigned divot, unsigned startOffset, unsigned endOffset) argument
296 PostfixResolveNode(JSGlobalData* globalData, const Identifier& ident, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset) argument
302 PostfixBracketNode(JSGlobalData* globalData, ExpressionNode* base, ExpressionNode* subscript, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset) argument
311 PostfixDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset) argument
320 PostfixErrorNode(JSGlobalData* globalData, ExpressionNode* expr, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset) argument
328 DeleteResolveNode(JSGlobalData* globalData, const Identifier& ident, unsigned divot, unsigned startOffset, unsigned endOffset) argument
335 DeleteBracketNode(JSGlobalData* globalData, ExpressionNode* base, ExpressionNode* subscript, unsigned divot, unsigned startOffset, unsigned endOffset) argument
343 DeleteDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, unsigned divot, unsigned startOffset, unsigned endOffset) argument
375 PrefixResolveNode(JSGlobalData* globalData, const Identifier& ident, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset) argument
381 PrefixBracketNode(JSGlobalData* globalData, ExpressionNode* base, ExpressionNode* subscript, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset) argument
390 PrefixDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset) argument
399 PrefixErrorNode(JSGlobalData* globalData, ExpressionNode* expr, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset) argument
594 ReadModifyResolveNode(JSGlobalData* globalData, const Identifier& ident, Operator oper, ExpressionNode* right, bool rightHasAssignments, unsigned divot, unsigned startOffset, unsigned endOffset) argument
612 ReadModifyBracketNode(JSGlobalData* globalData, ExpressionNode* base, ExpressionNode* subscript, Operator oper, ExpressionNode* right, bool subscriptHasAssignments, bool rightHasAssignments, unsigned divot, unsigned startOffset, unsigned endOffset) argument
624 AssignBracketNode(JSGlobalData* globalData, ExpressionNode* base, ExpressionNode* subscript, ExpressionNode* right, bool subscriptHasAssignments, bool rightHasAssignments, unsigned divot, unsigned startOffset, unsigned endOffset) argument
635 AssignDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, ExpressionNode* right, bool rightHasAssignments, unsigned divot, unsigned startOffset, unsigned endOffset) argument
645 ReadModifyDotNode(JSGlobalData* globalData, ExpressionNode* base, const Identifier& ident, Operator oper, ExpressionNode* right, bool rightHasAssignments, unsigned divot, unsigned startOffset, unsigned endOffset) argument
656 AssignErrorNode(JSGlobalData* globalData, ExpressionNode* left, Operator oper, ExpressionNode* right, unsigned divot, unsigned startOffset, unsigned endOffset) argument
889 ForInNode(JSGlobalData* globalData, const Identifier& ident, ExpressionNode* in, ExpressionNode* expr, StatementNode* statement, int divot, int startOffset, int endOffset) argument
[all...]
H A DSourceProviderCacheItem.h54 token.m_info.endOffset = closeBracePos + 1;
H A DNodes.h256 ThrowableExpressionData(unsigned divot, unsigned startOffset, unsigned endOffset) argument
259 , m_endOffset(endOffset)
263 void setExceptionSourceCode(unsigned divot, unsigned startOffset, unsigned endOffset) argument
267 m_endOffset = endOffset;
272 uint16_t endOffset() const { return m_endOffset; } function in class:JSC::ThrowableExpressionData
291 ThrowableSubExpressionData(unsigned divot, unsigned startOffset, unsigned endOffset) argument
292 : ThrowableExpressionData(divot, startOffset, endOffset)
320 ThrowablePrefixedSubExpressionData(unsigned divot, unsigned startOffset, unsigned endOffset) argument
321 : ThrowableExpressionData(divot, startOffset, endOffset)
519 EvalFunctionCallNode(JSGlobalData*, ArgumentsNode*, unsigned divot, unsigned startOffset, unsigned endOffset);
[all...]
H A DSourceCode.h74 int endOffset() const { return m_endChar; } function in class:JSC::SourceCode
/external/webkit/Source/WebCore/dom/
H A DDocumentMarker.h84 unsigned endOffset; member in struct:WebCore::DocumentMarker
90 return type == o.type && startOffset == o.startOffset && endOffset == o.endOffset;
H A DDocumentMarkerController.cpp66 DocumentMarker marker = {type, textPiece->startOffset(exception), textPiece->endOffset(exception), description, false};
80 int endOffset = textPiece->endOffset(); local
81 removeMarkers(textPiece->startContainer(), startOffset, endOffset - startOffset, markerTypes, shouldRemovePartiallyOverlappingMarker);
90 ASSERT(newMarker.endOffset >= newMarker.startOffset);
91 if (newMarker.endOffset == newMarker.startOffset)
116 if (marker.type == newMarker.type && marker.endOffset >= newMarker.startOffset) {
130 if (marker.startOffset > newMarker.endOffset)
135 if (newMarker.endOffset <= marker.endOffset) {
171 unsigned endOffset = startOffset + length - 1; local
218 unsigned endOffset = startOffset + length; local
581 int endOffset = node == endContainer ? range->endOffset(ec) : INT_MAX; local
586 setMarkersActive(Node* node, unsigned startOffset, unsigned endOffset, bool active) argument
656 unsigned endOffset = node == endContainer ? static_cast<unsigned>(range->endOffset()) : std::numeric_limits<unsigned>::max(); local
[all...]
H A DRange.h45 static PassRefPtr<Range> create(PassRefPtr<Document>, PassRefPtr<Node> startContainer, int startOffset, PassRefPtr<Node> endContainer, int endOffset);
53 int endOffset() const { return m_end.offset(); } function in class:WebCore::Range
58 int endOffset(ExceptionCode&) const;
139 Range(PassRefPtr<Document>, PassRefPtr<Node> startContainer, int startOffset, PassRefPtr<Node> endContainer, int endOffset);
152 static PassRefPtr<Node> processContentsBetweenOffsets(ActionType, PassRefPtr<DocumentFragment>, Node*, unsigned startOffset, unsigned endOffset, ExceptionCode&);
H A DRange.cpp73 inline Range::Range(PassRefPtr<Document> ownerDocument, PassRefPtr<Node> startContainer, int startOffset, PassRefPtr<Node> endContainer, int endOffset) argument
89 setEnd(endContainer, endOffset, ec);
93 PassRefPtr<Range> Range::create(PassRefPtr<Document> ownerDocument, PassRefPtr<Node> startContainer, int startOffset, PassRefPtr<Node> endContainer, int endOffset) argument
95 return adoptRef(new Range(ownerDocument, startContainer, startOffset, endContainer, endOffset));
154 int Range::endOffset(ExceptionCode& ec) const function in class:WebCore::Range
761 static inline void deleteCharacterData(PassRefPtr<CharacterData> data, unsigned startOffset, unsigned endOffset, ExceptionCode& ec) argument
763 if (data->length() - endOffset)
764 data->deleteData(endOffset, data->length() - endOffset, ec);
770 Node* container, unsigned startOffset, unsigned endOffset, ExceptionCod
769 processContentsBetweenOffsets(ActionType action, PassRefPtr<DocumentFragment> fragment, Node* container, unsigned startOffset, unsigned endOffset, ExceptionCode& ec) argument
1638 int endOffset = node == endContainer ? m_end.offset() : numeric_limits<int>::max(); local
1658 int endOffset = node == endContainer ? m_end.offset() : numeric_limits<int>::max(); local
1964 int endOffset = (node == endContainer) ? m_end.offset() : INT_MAX; local
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLRepresentation.h62 - (NSAttributedString *)attributedStringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)endOffset;
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestatk.c84 gint endOffset; local
85 char* text = fn(textObject, offset, boundary, &startOffset, &endOffset);
88 g_assert_cmpint(endOffset, ==, endOffsetResult);
980 gint endOffset; local
981 AtkAttributeSet* set1 = atk_text_get_run_attributes(childText, 0, &startOffset, &endOffset);
983 g_assert_cmpint(endOffset, ==, 12);
986 AtkAttributeSet* set2 = atk_text_get_run_attributes(childText, 15, &startOffset, &endOffset);
988 g_assert_cmpint(endOffset, ==, 17);
991 AtkAttributeSet* set3 = atk_text_get_run_attributes(childText, 17, &startOffset, &endOffset);
993 g_assert_cmpint(endOffset,
1106 gint endOffset; local
1325 gint endOffset; local
1400 gint endOffset; local
[all...]
/external/webkit/LayoutTests/fast/dom/Selection/script-tests/
H A DgetRangeAt.js27 debug("endOffset: " + range.endOffset);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DStringExtensions.cs131 public static string substring( string str, int startOffset, int endOffset )
133 return str.Substring( startOffset, endOffset - startOffset );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStringExtensions.cs127 public static string substring(this string str, int startOffset, int endOffset) argument
129 return str.Substring( startOffset, endOffset - startOffset );
/external/proguard/src/proguard/optimize/peephole/
H A DUnreachableExceptionRemover.java114 int endOffset)
120 while (offset < endOffset)
110 mayThrowExceptions(Clazz clazz, Method method, CodeAttribute codeAttribute, int startOffset, int endOffset) argument
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h229 void emitExpressionInfo(unsigned divot, unsigned startOffset, unsigned endOffset) argument
239 endOffset = 0;
245 endOffset = 0;
246 } else if (endOffset > ExpressionRangeInfo::MaxOffset) {
250 endOffset = 0;
257 info.endOffset = endOffset;
332 RegisterID* emitCall(RegisterID* dst, RegisterID* func, CallArguments&, unsigned divot, unsigned startOffset, unsigned endOffset);
333 RegisterID* emitCallEval(RegisterID* dst, RegisterID* func, CallArguments&, unsigned divot, unsigned startOffset, unsigned endOffset);
334 RegisterID* emitCallVarargs(RegisterID* dst, RegisterID* func, RegisterID* thisRegister, RegisterID* argCount, unsigned divot, unsigned startOffset, unsigned endOffset);
[all...]
/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.h123 bool shouldStartTimeFor(const DocumentMarker& marker, int endOffset) const
126 || marker.type == DocumentMarker::Spelling) && static_cast<int>(marker.endOffset) == endOffset);
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp167 static gchar* webkit_accessible_text_get_text(AtkText* text, gint startOffset, gint endOffset);
531 && (range->endContainer() != node || range->endOffset())
1126 static gchar* webkit_accessible_text_get_text(AtkText* text, gint startOffset, gint endOffset) argument
1130 int end = endOffset;
1131 if (endOffset == -1) {
1139 ret = coreObject->doAXStringForRange(PlainTextRange(0, endOffset));
1159 if (endOffset == -1)
1201 static gchar* webkit_accessible_text_get_text_after_offset(AtkText* text, gint offset, AtkTextBoundary boundaryType, gint* startOffset, gint* endOffset) argument
1203 return gail_text_util_get_text(getGailTextUtilForAtk(text), getPangoLayoutForAtk(text), GAIL_AFTER_OFFSET, boundaryType, offset, startOffset, endOffset);
1206 static gchar* webkit_accessible_text_get_text_at_offset(AtkText* text, gint offset, AtkTextBoundary boundaryType, gint* startOffset, gint* endOffset) argument
1211 webkit_accessible_text_get_text_before_offset(AtkText* text, gint offset, AtkTextBoundary boundaryType, gint* startOffset, gint* endOffset) argument
1455 getAccessibilityObjectForOffset(const AccessibilityObject* object, guint offset, gint* startOffset, gint* endOffset) argument
1495 getRunAttributesFromAccesibilityObject(const AccessibilityObject* element, gint offset, gint* startOffset, gint* endOffset) argument
1510 webkit_accessible_text_get_run_attributes(AtkText* text, gint offset, gint* startOffset, gint* endOffset) argument
1577 webkit_accessible_text_get_range_extents(AtkText* text, gint startOffset, gint endOffset, AtkCoordType coords, AtkTextRectangle* rect) argument
1600 getSelectionOffsetsForObject(AccessibilityObject* coreObject, VisibleSelection& selection, gint& startOffset, gint& endOffset) argument
1674 webkit_accessible_text_get_selection(AtkText* text, gint selectionNum, gint* startOffset, gint* endOffset) argument
1702 webkit_accessible_text_set_selection(AtkText* text, gint selectionNum, gint startOffset, gint endOffset) argument
[all...]

Completed in 3059 milliseconds

12345