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

<<21222324252627282930>>

  /external/chromium/chrome/browser/download/
download_shelf.h 83 // We show slightly different menus if the download is in progress vs. if the
  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper.h 55 // A PendingRequest is a resolve request that is in progress, or queued.
sdch_dictionary_fetcher.cc 58 // Shutdown in progress.
  /external/chromium/chrome/browser/resources/
active_downloads.html 145 .progress {
601 if (this.progress)
604 this.progress = this.createChild_('div', 'progress', this.rowbutton);
613 if (this.progress) {
614 this.rowbutton.removeChild(this.progress);
615 this.progress = null;
638 this.progress.textContent = result.progress_status_text;
644 * and remove the progress bar.
  /external/chromium/chrome/browser/sync/engine/
conflict_resolver.cc 92 // we've made changes, but they won't help syncing progress.
424 const ConflictProgress& progress = status->conflict_progress(); local
427 for (conflicting_item_it = progress.ConflictingItemsBeginConst();
428 conflicting_item_it != progress.ConflictingItemsEnd();
432 progress.IdToConflictSetFind(id);
433 if (item_set_it == progress.IdToConflictSetEnd() ||
463 const ConflictProgress& progress = status->conflict_progress(); local
471 for (set_it = progress.ConflictSetsBegin();
472 set_it != progress.ConflictSetsEnd();
conflict_resolver.h 56 SYNC_PROGRESS, // Progress made.
update_applicator.h 50 // This class does not automatically save its progress into the
  /external/chromium/chrome/browser/sync/sessions/
session_state.h 8 // context to things like "conflict progress", "update progress", etc, and the
145 // Tracks progress of conflicts and their resolution using conflict sets.
239 // Set to true by ResolveConflictsCommand if any forward progress was made.
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_cell.mm 171 progressed:(NSAnimationProgress)progress;
582 // Draw progress disk
696 progressed:(NSAnimationProgress)progress {
698 titleY_ = progress*kPrimaryTextOnlyPosTop +
699 (1 - progress)*kPrimaryTextPosTop;
700 statusAlpha_ = 1 - progress;
730 - (void)setCurrentProgress:(NSAnimationProgress)progress {
731 [super setCurrentProgress:progress];
732 [cell_ animation:self progressed:progress];
  /external/chromium/chrome/browser/ui/cocoa/
url_drop_target.h 65 // Dragging is in progress over the owner view (at the given point, in view
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.h 70 // An animation that tracks the progress of the transition from the last color
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.h 80 // How many times we've deferred due to animations being in progress.
  /external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.h 92 // True if the import operation is in progress.
  /external/chromium/chrome/browser/ui/views/
reload_button.h 22 // load is in progress. Trickiness comes from the desire to have the 'stop'
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_adapter.h 65 // Flag to indicate whether there is a batch update in progress.
  /external/chromium/net/ftp/
ftp_transaction.h 74 // Returns the upload progress in bytes. If there is no upload data,
  /external/chromium/third_party/libjingle/source/talk/base/
socketserver.h 55 // Causes the current wait (if one is in progress) to wake up.
  /external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/
InvocationHandlerAdapter.java 25 import org.mockito.internal.progress.SequenceNumber;
  /external/e2fsprogs/e2fsck/
e2fsck.h 171 #define E2F_FLAG_PROG_BAR 0x0020 /* Progress bar on screen */
172 #define E2F_FLAG_PROG_SUPPRESS 0x0040 /* Progress suspended */
226 int (*progress)(e2fsck_t ctx, int pass, unsigned long cur, member in struct:e2fsck_struct
313 * How we display the progress update (for unix)
  /external/e2fsprogs/resize/
sim_progress.c 2 * sim_progress.c --- simple progress meter
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
LocalStreamForwarder.java 65 * operation is already in progress (initiated from either side), then this
  /external/kernel-headers/original/linux/
mc146818rtc.h 52 /* update-in-progress - set to "1" 244 microsecs before RTC goes off the bus,
  /external/libmtp/examples/
sendfile.c 81 ret = LIBMTP_Send_File_From_File(device, from_path, genfile, progress, NULL);
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.c 236 * \retval NFCSTATUS_PENDING Reception operation is in progress,
241 * \retval NFCSTATUS_SHUTDOWN Shutdown in progress.
303 * \retval NFCSTATUS_PENDING Reception operation is in progress,
308 * \retval NFCSTATUS_SHUTDOWN Shutdown in progress.
  /external/libvorbis/doc/vorbisfile/
ov_bitrate_instant.html 45 <li>OV_FALSE indicates that playback is not in progress, and thus there is no instantaneous bitrate information to report.</li>

Completed in 1763 milliseconds

<<21222324252627282930>>