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

1 2 3

  /external/chromium_org/content/browser/web_contents/
web_contents_impl_browsertest.cc 483 progresses.push_back(progress);
489 EXPECT_EQ(0U, progresses.size());
496 EXPECT_GE(progresses.size(), 1U);
502 std::vector<double> progresses; member in struct:content::LoadProgressDelegateAndObserver
513 const std::vector<double>& progresses = delegate->progresses; local
515 if (std::adjacent_find(progresses.begin(),
516 progresses.end(),
517 std::greater<double>()) != progresses.end()) {
519 << ::testing::PrintToString(progresses);
    [all...]
  /external/chromium_org/ui/gfx/animation/
linear_animation.h 15 // Linear time bounded animation. As the animation progresses AnimateToState is
46 // Called when the animation progresses. Subclasses override this to
animation.h 26 // To subclass override Step, which is invoked as the animation progresses and
multi_animation.h 17 // is notified as the animation progresses. By default MultiAnimation runs until
  /external/chromium_org/ui/compositor/
layer_animation_element_unittest.cc 23 // Check that the transformation element progresses the delegate as expected and
131 // Check that the bounds element progresses the delegate as expected and
168 // Check that the opacity element progresses the delegate as expected and
210 // Check that the visibility element progresses the delegate as expected and
244 // Check that the Brightness element progresses the delegate as expected and
279 // Check that the Grayscale element progresses the delegate as expected and
314 // Check that the pause element progresses the delegate as expected and
layer_animation_sequence_unittest.cc 37 // Check that the sequences progresses the delegate as expected when it contains
71 // Check that the sequences progresses the delegate as expected when it contains
114 // Check that the sequences progresses the delegate as expected when it contains
layer_animator.h 158 // Stops all animation and clears any queued animations. This call progresses
248 // Progresses to the end of the sequence before removing it.
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_controller.h 34 // As the refactor progresses, keep the class comment up-to-date to
  /external/chromium_org/media/base/
serial_runner.h 25 // the completion callback as the series progresses.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
ViewAnimation.java 31 // An update listener to notify as the enter animation progresses (used for the home transition)
  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button.h 64 // Passing in ANIMATE_NO progresses the animation (if any) to the end.
  /external/chromium_org/chrome/browser/safe_browsing/
two_phase_uploader.h 57 // progresses, if it is non-null.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen_cache.h 98 * An entry progresses from 1 -> 2 -> 3 -> 4. When we need an entry to put a
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.h 98 * An entry progresses from 1 -> 2 -> 3 -> 4. When we need an entry to put a
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3basetree.h 70 /// and ascending trees as the tree walk progresses.
  /external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.h 55 // other client in |partners| have achieved identical download progresses.
  /external/chromium_org/content/public/browser/
host_zoom_map.h 29 // specific setting and progresses to the less specific: first the zoom for the
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ButteryProgressBar.java 151 // is never blank as the animation progresses towards the right.
  /external/chromium_org/ppapi/cpp/private/
image_capture_private.h 121 /// of callbacks to the application as the image capture progresses. The
  /external/llvm/utils/
llvmdo 17 # etc. are used in LLVM as it progresses.
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecFeatureAction.java 35 * state as the process progresses, and if necessary, returns the result to the caller which
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 273 // Stops any animations and progresses them to the end.
  /external/chromium_org/ash/system/tray/
system_tray_bubble.cc 180 // progresses.
  /external/chromium_org/chrome/browser/download/
download_shelf.cc 112 // the download progresses. However, if the download does not have known total
  /external/chromium_org/media/base/android/
media_source_player.h 207 // as playback progresses.

Completed in 998 milliseconds

1 2 3