Home
last modified time | relevance | path

Searched defs:OnProgress (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ui/compositor/
Dlayer_animation_element.cc39 virtual bool OnProgress(double t, in OnProgress() function in ui::__anon1fe247730111::Pause
64 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE { in OnProgress() function in ui::__anon1fe247730111::TransformTransition
98 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE { in OnProgress() function in ui::__anon1fe247730111::InterpolatedTransformTransition
131 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE { in OnProgress() function in ui::__anon1fe247730111::BoundsTransition
166 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE { in OnProgress() function in ui::__anon1fe247730111::OpacityTransition
201 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE { in OnProgress() function in ui::__anon1fe247730111::VisibilityTransition
235 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE { in OnProgress() function in ui::__anon1fe247730111::BrightnessTransition
270 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE { in OnProgress() function in ui::__anon1fe247730111::GrayscaleTransition
305 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE { in OnProgress() function in ui::__anon1fe247730111::ColorTransition
343 virtual bool OnProgress(double t, in OnProgress() function in ui::__anon1fe247730111::ThreadedLayerAnimationElement
/external/chromium_org/ash/rotator/
Dscreen_rotation.cc110 bool ScreenRotation::OnProgress(double t, in OnProgress() function in ash::ScreenRotation
/external/chromium_org/chrome/browser/chromeos/imageburner/
Dburn_controller.cc79 virtual void OnProgress(ProgressType progress_type, in OnProgress() function in chromeos::imageburner::__anon72d6f6ac0111::BurnControllerImpl
/external/chromium_org/webkit/browser/fileapi/
Dfile_writer_delegate.cc185 void FileWriterDelegate::OnProgress(int bytes_written, bool done) { in OnProgress() function in fileapi::FileWriterDelegate
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Doperation_manager.cc152 void OperationManager::OnProgress(const ExtensionId& extension_id, in StartWriteFromUrl() function in extensions::image_writer::OperationManager
/external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
Dimageburner_ui.cc154 virtual void OnProgress(ProgressType progress_type, in OnProgress() function in chromeos::imageburner::__anon670e21380111::WebUIHandler
/external/zlib/src/contrib/delphi/
DZLib.pas54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress; property