HomeSort by relevance Sort by last modified time
    Searched full:updateprogress (Results 1 - 25 of 37) sorted by null

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImageSavingTask.java 48 static class UpdateProgress implements Update {
111 UpdateProgress updateProgress = new UpdateProgress();
112 updateProgress.max = max;
113 updateProgress.current = current;
114 postUpdate(updateProgress);
142 if (message instanceof UpdateProgress) {
143 UpdateProgress progress = (UpdateProgress) message
    [all...]
ProcessingService.java 249 updateProgress(SaveImage.MAX_PROCESSING_STEPS, 0);
262 public void updateProgress(int max, int current) {
  /external/chromium/chrome/browser/sync/sessions/
session_state.cc 288 UpdateProgress::UpdateProgress() {}
290 UpdateProgress::~UpdateProgress() {}
292 void UpdateProgress::AddVerifyResult(const VerifyResult& verify_result,
297 void UpdateProgress::AddAppliedUpdate(const UpdateAttemptResponse& response,
302 std::vector<AppliedUpdate>::iterator UpdateProgress::AppliedUpdatesBegin() {
307 UpdateProgress::VerifiedUpdatesBegin() const {
312 UpdateProgress::AppliedUpdatesEnd() const {
317 UpdateProgress::VerifiedUpdatesEnd() const
    [all...]
session_state.h 39 class UpdateProgress;
188 class UpdateProgress {
190 UpdateProgress();
191 ~UpdateProgress();
299 UpdateProgress update_progress;
status_controller.h 63 const UpdateProgress& update_progress() {
67 UpdateProgress* mutable_update_progress() {
73 UpdateProgress* GetUnrestrictedUpdateProgress(ModelSafeGroup group) {
  /external/chromium_org/chrome/browser/extensions/api/recovery_private/
recovery_operation.cc 43 &RecoveryOperation::UpdateProgress);
61 void RecoveryOperation::UpdateProgress() {
recovery_operation.h 52 void UpdateProgress();
  /external/chromium_org/third_party/WebKit/ManualTests/
video-player.html 37 function updateProgress(ev) {
59 videoElem.addEventListener("progress", updateProgress);
60 videoElem.addEventListener("begin", updateProgress);
  /external/chromium/chrome/browser/chromeos/cros/
update_library.h 24 // TODO(seanparent): Should make the UpdateProgress type copyable.
38 explicit Status(const UpdateProgress& x) :
update_library.cc 72 const UpdateProgress& status) {
  /external/chromium/chrome/browser/sync/engine/
update_applicator.h 26 class UpdateProgress;
56 sessions::UpdateProgress* update_progress);
update_applicator.cc 118 sessions::UpdateProgress* update_progress) {
process_updates_command.cc 47 const sessions::UpdateProgress& progress(status->update_progress());
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentViewInterface.java 34 public void updateProgress(boolean showDeterminateProgress);
AttachmentActionHandler.java 190 mView.updateProgress(showProgress);
MessageAttachmentTile.java 180 public void updateProgress(boolean showDeterminateProgress) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaController.java 199 updateProgress();
219 public long updateProgress() {
301 updateProgress();
329 updateProgress();
338 updateProgress();
TransportControllerActivity.java 127 mMediaController.updateProgress();
  /external/chromium_org/content/renderer/pepper/
pepper_url_loader_host.h 108 // Sends the UpdateProgress message (if necessary) to the plugin.
109 void UpdateProgress();
pepper_url_loader_host.cc 142 UpdateProgress();
149 UpdateProgress();
157 UpdateProgress();
166 UpdateProgress();
407 void PepperURLLoaderHost::UpdateProgress() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 312 private void updateProgress() {
394 updateProgress();
407 updateProgress();
412 updateProgress();
417 updateProgress();
420 updateProgress();
438 updateProgress();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ExtensionAuditCategory.js 134 updateProgress: function(progress)
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 557 base::Bind(&JobScheduler::UpdateProgress,
595 params.progress_callback = base::Bind(&JobScheduler::UpdateProgress,
632 params.progress_callback = base::Bind(&JobScheduler::UpdateProgress,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
imageburner_ui.cc 270 web_ui()->CallJavascriptFunction("browserBridge.updateProgress", progress);
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 218 updateProgress();
417 updateProgress();
446 private void updateProgress() {

Completed in 869 milliseconds

1 2