HomeSort by relevance Sort by last modified time
    Searched full:progress (Results 551 - 575 of 2396) sorted by null

<<21222324252627282930>>

  /external/quake/res/layout/
downloader.xml 43 <TextView android:id="@+id/progress"
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
15.3.5.3.js 28 outstanding invocation of the function in progress (that is, the
  /external/webkit/Source/WebCore/html/
HTMLAttributeNames.in 253 progress
  /external/webkit/Source/WebCore/loader/appcache/
DOMApplicationCache.h 70 DEFINE_ATTRIBUTE_EVENT_LISTENER(progress);
  /external/webkit/Source/WebCore/platform/
Cursor.cpp 120 case Cursor::Progress:
215 case Cursor::Progress:
216 return "Progress";
340 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Progress));
  /external/webkit/Source/WebCore/platform/graphics/transforms/
Matrix3DTransformOperation.h 62 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
PerspectiveTransformOperation.h 62 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
RotateTransformOperation.h 69 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
ScaleTransformOperation.h 68 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
SkewTransformOperation.h 61 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
TransformOperation.h 64 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) = 0;
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestUpload.h 63 DEFINE_ATTRIBUTE_EVENT_LISTENER(progress);
  /external/webkit/Source/WebKit/chromium/public/
WebFileWriterClient.h 41 // Called for each chunk of a write, to indicate progress.
WebSpeechInputController.h 46 // runs to the limit or stopRecording is called. Progress indications and the recognized
WebSpeechInputListener.h 51 // in progress.
WebURLLoaderClient.h 48 // Called to report upload progress. The bytes reported correspond to
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.h 129 Q_SIGNAL void loadProgress(int progress);
  /external/webkit/Source/cmake/
OptionsWinCE.cmake 46 WEBKIT_FEATURE(ENABLE_PROGRESS_TAG "Enable progress tag" DEFAULT OFF)
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.h 59 void loadProgress(int progress);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
webkit 234 progress
  /frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorMain.h 24 MSG_TYPE_PROGRESS_INDICATION, // Playback progress indication event
  /frameworks/base/core/java/android/app/backup/
IRestoreObserver.aidl 22 * Callback class for receiving progress reports during a restore operation.
  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 34 * The maximum amount of time to wait for an audio track to make progress while
274 // Check if the audio track has made progress since the last loop
281 // If we've taken too long to make progress, bail.
284 "for AudioTrack to make progress, Aborting");
  /frameworks/base/core/java/android/widget/
MediaController.java 45 * buttons like "Play/Pause", "Rewind", "Fast Forward" and a progress
343 // cause the progress bar to be updated even if mShowing
345 // paused with the progress bar showing the user hits play.
538 // By removing these pending progress messages we make sure
539 // that a) we won't update the progress while the user adjusts
546 public void onProgressChanged(SeekBar bar, int progress, boolean fromuser) {
549 // the progress bar's position.
554 long newposition = (duration * progress) / 1000L;
566 // Ensure that progress is properly updated in the future,
  /frameworks/base/core/java/com/android/internal/util/
JournaledFile.java 64 throw new IllegalStateException("uncommitted write already in progress");

Completed in 470 milliseconds

<<21222324252627282930>>