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

<<31323334353637383940>>

  /external/webkit/Source/WebCore/platform/mac/
CursorMac.mm 166 case Cursor::Progress:
  /external/webkit/Source/WebCore/platform/network/
ResourceRequestBase.h 137 // upload progress made for that resource.
  /external/webkit/Source/WebCore/platform/qt/
CursorQt.cpp 186 case Progress:
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumSkia.cpp 568 double progress = renderProgress->animationProgress(); local
569 if (progress < 0.5)
570 return IntRect(rect.x() + progress * 2 * movableWidth, rect.y(), valueWidth, rect.height());
571 return IntRect(rect.x() + (1.0 - progress) * 2 * movableWidth, rect.y(), valueWidth, rect.height());
  /external/webkit/Source/WebCore/storage/
SQLTransactionSync.cpp 180 // If the commit failed, the transaction will still be marked as "in progress"
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.h 93 void progress(SMILTime elapsed, SVGSMILElement* resultsElement);
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.h 131 DEFINE_ATTRIBUTE_EVENT_LISTENER(progress);
  /external/webkit/Source/WebKit/chromium/public/
WebURLRequest.h 127 // Controls whether upload progress events are generated when a request
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.h 119 void loadProgress(int progress);
qwebview.h 123 void loadProgress(int progress);
  /external/webkit/Tools/GtkLauncher/
main.c 130 g_signal_connect(webView, "notify::progress", G_CALLBACK(notifyProgressCb), window);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
queue.js 63 'Rebaseline in progress (' + this._inProgressRebaselineCount +
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 47 * in progress */
  /external/wpa_supplicant_8/src/ap/
sta_info.h 102 * 0 = no SA Query in progress */
  /frameworks/av/include/media/
mediarecorder.h 112 // Recording is in progress.
  /frameworks/av/libvideoeditor/vss/inc/
M4PTO3GPP_InternalTypes.h 74 M4PTO3GPP_kStreamState_STARTED = 1, /**< The stream encoding is in progress */
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_API.h 90 M4OSA_UInt32 uiProgress; /**< Progress of the Effect from 0 to 1000 (one thousand) */
122 * The progress of the effect is given, on a scale from 0 to 1000.
129 * @param pProgress (IN) Set of information about the audio effect progress.
378 * @param pProgress (OUT) Progress percentage (0 to 100) of the transcoding
  /frameworks/base/core/java/android/accounts/
AccountManagerFuture.java 55 * task should be interrupted; otherwise, in-progress tasks are allowed
  /frameworks/base/core/java/android/bluetooth/
HeadsetBase.java 207 * Returns true when either the asynchronous connect is in progress, or
  /frameworks/base/core/java/android/content/
SyncStats.java 51 * progress and still increment this value just so the SyncAdapter can record that an
  /frameworks/base/core/java/android/provider/
Downloads.java 209 * Applications can read this to follow the progress of each download. See
496 * to notify applications of the download progress.
751 * while it's in progress.
757 * in progress and after completion.
  /frameworks/base/core/java/android/view/
InputEventReceiver.java 138 Log.w(TAG, "Attempted to finish an input event that is not in progress.");
  /frameworks/base/core/java/android/webkit/
OverScrollGlow.java 214 * Release all glows from any touch pulls in progress.
  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 50 // Received ID from intent, -1 when no notification is in progress
  /frameworks/base/core/res/res/layout/
notification_template_base.xml 91 android:id="@android:id/progress"

Completed in 1431 milliseconds

<<31323334353637383940>>