HomeSort by relevance Sort by last modified time
    Searched full:startoffset (Results 51 - 75 of 263) sorted by null

1 23 4 5 6 7 8 91011

  /external/webkit/Source/WebKit/win/Interfaces/
IWebHTMLRepresentation.idl 62 - (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);
  /external/webkit/Source/JavaScriptCore/runtime/
RegExp.h 52 int match(const UString&, int startOffset, Vector<int, 32>* ovector = 0);
71 void matchCompareWithInterpreter(const UString&, int startOffset, int* offsetVector, int jitResult);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGTextPath.cpp 65 float RenderSVGTextPath::startOffset() const
67 return static_cast<SVGTextPathElement*>(node())->startOffset().valueAsPercentage();
RenderSVGTextPath.h 34 float startOffset() const;
  /external/webkit/Source/WebKit/chromium/src/
WebRange.cpp 58 int WebRange::startOffset() const
60 return m_private->startOffset();
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLRepresentation.h 62 - (NSAttributedString *)attributedStringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)endOffset;
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 167 static gchar* webkit_accessible_text_get_text(AtkText* text, gint startOffset, gint endOffset);
532 && (range->startContainer() != lastDescendant || range->startOffset() != lastOffsetInNode(lastDescendant)));
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 229 void emitExpressionInfo(unsigned divot, unsigned startOffset, unsigned endOffset)
238 startOffset = 0;
240 } else if (startOffset > ExpressionRangeInfo::MaxOffset) {
244 startOffset = 0;
256 info.startOffset = startOffset;
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);
340 RegisterID* emitConstruct(RegisterID* dst, RegisterID* func, CallArguments&, unsigned divot, unsigned startOffset, unsigned endOffset)
    [all...]
NodesCodegen.cpp 81 generator.emitExpressionInfo(divot(), startOffset(), endOffset());
270 generator.emitExpressionInfo(divot(), startOffset(), endOffset());
276 generator.emitExpressionInfo(divot(), startOffset(), endOffset());
290 generator.emitExpressionInfo(divot(), startOffset(), endOffset());
296 generator.emitExpressionInfo(divot(), startOffset(), endOffset());
314 return generator.emitConstruct(generator.finalDestinationOrIgnored(dst), func.get(), callArguments, divot(), startOffset(), endOffset());
338 generator.emitExpressionInfo(divot() - startOffset() + 4, 4, 0);
340 return generator.emitCallEval(generator.finalDestination(dst, func.get()), func.get(), callArguments, divot(), startOffset(), endOffset());
350 return generator.emitCall(generator.finalDestinationOrIgnored(dst, func.get()), func.get(), callArguments, divot(), startOffset(), endOffset());
360 return generator.emitCall(generator.finalDestinationOrIgnored(dst, callArguments.thisRegister()), local.get(), callArguments, divot(), startOffset(), endOffset())
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Location.java 210 * @param startOffset the starting offset
218 int startOffset,
220 if (startOffset < 0 || endOffset < startOffset) {
226 new DefaultPosition(-1, -1, startOffset),
232 startOffset = Math.min(startOffset, endOffset);
237 if (offset == startOffset) {
411 * @param startOffset the start offset within the file
414 public DefaultLocationHandle(@NonNull Context context, int startOffset, int endOffset)
    [all...]
  /dalvik/vm/compiler/
Frontend.cpp 530 bottomBlock->startOffset = codeOffset;
608 if (bb->startOffset == codeOffset) return bb;
610 if ((split == true) && (codeOffset > bb->startOffset) &&
622 bb->startOffset = codeOffset;
634 char startOffset[80];
635 sprintf(startOffset, "_%x", cUnit->entryBlock->fallThrough->startOffset);
641 strlen(startOffset) +
644 method->clazz->descriptor, method->name, signature, startOffset);
688 bb->startOffset);
    [all...]
Utility.cpp 189 bb->startOffset,
190 bb->lastMIRInsn ? bb->lastMIRInsn->offset : bb->startOffset,
194 bb->taken->id, bb->taken->startOffset);
198 bb->fallThrough->id, bb->fallThrough->startOffset);
397 snprintf(name, BLOCK_NAME_LEN, "block%04x", bb->startOffset);
400 snprintf(name, BLOCK_NAME_LEN, "chain%04x", bb->startOffset);
403 snprintf(name, BLOCK_NAME_LEN, "exception%04x", bb->startOffset);
  /cts/tests/tests/webkitsecurity/assets/
insertNode-empty-fragment-crash.html 29 shouldBe("r.startOffset", "1");
remove-all-children-crash.html 34 range.startOffset;
  /development/samples/ApiDemos/res/anim/
wave_scale.xml 31 android:startOffset="200"
  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 129 public void instructionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, InstructionVisitor instructionVisitor)
131 int offset = startOffset;
179 public void exceptionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, ExceptionInfoVisitor exceptionInfoVisitor)
184 if (exceptionInfo.isApplicable(startOffset, endOffset))
  /frameworks/base/core/res/res/anim/
dock_bottom_exit.xml 23 android:startOffset="100" android:duration="250"/>
dock_left_exit.xml 23 android:startOffset="100" android:duration="250"/>
dock_right_exit.xml 23 android:startOffset="100" android:duration="250"/>
dock_top_exit.xml 23 android:startOffset="100" android:duration="250"/>
lock_screen_behind_enter.xml 26 android:startOffset="@android:integer/config_shortAnimTime"
lock_screen_wallpaper_behind_enter.xml 26 android:startOffset="@android:integer/config_shortAnimTime"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion55.txt 11 android:startOffset : Delay in milliseconds before the animation runs, once start time is reached. [integer]
anim1-expected-completion56.txt 9 android:startOffset : Delay in milliseconds before the animation runs, once start time is reached. [integer]
  /external/webkit/Source/WebCore/wml/
WMLTableElement.cpp 138 void WMLTableElement::transferAllChildrenOfElementToTargetElement(WMLElement* sourceElement, WMLElement* targetElement, unsigned startOffset) const
147 for (unsigned i = startOffset; i < length; ++i) {
192 unsigned startOffset = 0;
196 ++startOffset;
198 transferAllChildrenOfElementToTargetElement(columnElement, newCell.get(), startOffset);

Completed in 575 milliseconds

1 23 4 5 6 7 8 91011