Searched defs:setStart (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLOListElement.cpp92 void HTMLOListElement::setStart(int start) function in class:WebCore::HTMLOListElement
/external/collada/include/1.4/dom/
H A DdomAnimation_clip.h107 void setStart( xsDouble atStart ) { attrStart = atStart; _validAttributeArray[2] = true; } function in class:domAnimation_clip
/external/skia/src/views/
H A DSkScrollBarView.cpp22 void SkScrollBarView::setStart(unsigned start) function in class:SkScrollBarView
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DALoopCommand.java33 setStart(_start_);
112 public void setStart(PExpression node) method in class:ALoopCommand
248 setStart((PExpression) newChild);
H A DALoopIncCommand.java35 setStart(_start_);
117 public void setStart(PExpression node) method in class:ALoopIncCommand
285 setStart((PExpression) newChild);
/external/icu4c/i18n/
H A Dregexcmp.h216 setStart = 0 << 16 | 1, enumerator in enum:SetOperations
H A Ducol_tok.cpp2184 const UChar *setStart = NULL; local
2190 setStart: The pointer at which the option arguments start.
2192 optionNumber = ucol_uprv_tok_readOption(rules+i+1, rules+rulesLength, &setStart);
2196 USet *newSet = ucol_uprv_tok_readAndSetUnicodeSet(setStart, rules+rulesLength, status);
2208 USet *newSet = ucol_uprv_tok_readAndSetUnicodeSet(setStart, rules+rulesLength, status);
2223 UChar* import_end = u_strchr(setStart, 0x005D);
2230 int32_t optionLength = (int32_t)(import_end - setStart);
2236 u_UCharsToChars(setStart, option, optionLength);
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.h65 void setStart(unsigned start) { m_start = start; } function in class:WebCore::InlineTextBox
/external/webkit/Source/WebCore/editing/
H A DVisiblePosition.cpp650 bool setStart(Range *r, const VisiblePosition &visiblePosition) function in namespace:WebCore
656 r->setStart(p.containerNode(), p.offsetInContainerNode(), code);
H A DSelectionController.cpp827 setStart(position, userTriggered);
984 void SelectionController::setStart(const VisiblePosition &pos, bool userTriggered) function in class:SelectionController
/external/webkit/Source/WebCore/dom/
H A DRange.cpp83 // that setStart and setEnd do, so we call those functions.
85 setStart(startContainer, startOffset, ec);
193 void Range::setStart(PassRefPtr<Node> refNode, int offset, ExceptionCode& ec) function in class:WebCore::Range
729 setStart(partialStart->parentNode(), partialStart->nodeIndex() + 1, ec);
731 setStart(partialEnd->parentNode(), partialEnd->nodeIndex(), ec);
1226 setStart(refNode->parentNode(), refNode->nodeIndex() + 1, ec);
1502 setStart(refNode->parentNode(), refNode->nodeIndex(), ec);
1883 setStart(start.deepEquivalent().containerNode(), start.deepEquivalent().computeOffsetInContainerNode(), ec);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 923 milliseconds