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

  /external/webkit/Source/WebCore/dom/
Text.cpp 118 const Text* endText = latestLogicallyAdjacentTextNode(this);
120 Node* onePastEndText = endText->nextSibling();
152 // Protect startText and endText against mutation event handlers removing the last ref
154 RefPtr<Text> endText = const_cast<Text*>(latestLogicallyAdjacentTextNode(this));
165 if (this != endText) {
166 Node* onePastEndText = endText->nextSibling();
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimatorEvents.java 50 TextView startText, repeatText, cancelText, endText;
66 endText = (TextView) findViewById(R.id.endText);
67 endText.setAlpha(.5f);
151 endText.setAlpha(.5f);
215 endText.setAlpha(1f);
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 72 milliseconds