HomeSort by relevance Sort by last modified time
    Searched defs:startText (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/dom/
Text.cpp 115 const Text* startText = earliestLogicallyAdjacentTextNode(this);
120 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) {
132 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) {
150 // Protect startText and endText against mutation event handlers removing the last ref
151 RefPtr<Text> startText = const_cast<Text*>(earliestLogicallyAdjacentTextNode(this));
157 for (RefPtr<Node> n = startText; n && n != this && n->isTextNode() && n->parentNode() == parent;) {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimatorEvents.java 50 TextView startText, repeatText, cancelText, endText;
60 startText = (TextView) findViewById(R.id.startText);
61 startText.setAlpha(.5f);
148 startText.setAlpha(.5f);
204 startText.setAlpha(1f);
  /external/webkit/Source/WebKit/android/nav/
CachedRoot.cpp 731 void startText(const SkPaint& paint)
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 69 milliseconds