HomeSort by relevance Sort by last modified time
    Searched refs:OnProgress (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
destroy_partitions_operation_unittest.cc 38 OnProgress(kDummyExtensionId, image_writer_api::STAGE_VERIFYWRITE, _))
40 EXPECT_CALL(manager, OnProgress(kDummyExtensionId,
44 OnProgress(kDummyExtensionId, image_writer_api::STAGE_WRITE, 0))
47 OnProgress(kDummyExtensionId, image_writer_api::STAGE_WRITE, 100))
write_from_file_operation_unittest.cc 35 EXPECT_CALL(manager_, OnProgress(kDummyExtensionId, _, _)).Times(0);
61 OnProgress(kDummyExtensionId, image_writer_api::STAGE_WRITE, _))
64 OnProgress(kDummyExtensionId, image_writer_api::STAGE_WRITE, 0))
67 OnProgress(kDummyExtensionId, image_writer_api::STAGE_WRITE, 100))
74 OnProgress(kDummyExtensionId, image_writer_api::STAGE_VERIFYWRITE, _))
78 OnProgress(kDummyExtensionId, image_writer_api::STAGE_VERIFYWRITE, 0))
82 OnProgress(kDummyExtensionId, image_writer_api::STAGE_VERIFYWRITE, 100))
operation_unittest.cc 113 EXPECT_CALL(manager_, OnProgress(kDummyExtensionId, _, _)).Times(0);
116 EXPECT_CALL(manager_, OnProgress(kDummyExtensionId, _, _)).Times(0);
132 OnProgress(kDummyExtensionId, image_writer_api::STAGE_UNZIP, _))
135 OnProgress(kDummyExtensionId, image_writer_api::STAGE_UNZIP, 0))
138 OnProgress(kDummyExtensionId, image_writer_api::STAGE_UNZIP, 100))
163 OnProgress(kDummyExtensionId, image_writer_api::STAGE_WRITE, _))
166 OnProgress(kDummyExtensionId, image_writer_api::STAGE_WRITE, 0))
169 OnProgress(kDummyExtensionId, image_writer_api::STAGE_WRITE, 100))
202 OnProgress(kDummyExtensionId, image_writer_api::STAGE_VERIFYWRITE, _))
206 OnProgress(kDummyExtensionId, image_writer_api::STAGE_VERIFYWRITE, 0)
    [all...]
write_from_url_operation_unittest.cc 149 OnProgress(kDummyExtensionId, image_writer_api::STAGE_DOWNLOAD, _))
153 OnProgress(kDummyExtensionId, image_writer_api::STAGE_DOWNLOAD, 0))
157 OnProgress(kDummyExtensionId, image_writer_api::STAGE_DOWNLOAD, 100))
186 OnProgress(kDummyExtensionId, image_writer_api::STAGE_VERIFYDOWNLOAD, _))
190 OnProgress(kDummyExtensionId, image_writer_api::STAGE_VERIFYDOWNLOAD, 0))
193 OnProgress(kDummyExtensionId,
operation_manager.h 77 virtual void OnProgress(const ExtensionId& extension_id,
test_utils.h 44 MOCK_METHOD3(OnProgress, void(const ExtensionId& extension_id,
operation.cc 192 base::Bind(&OperationManager::OnProgress,
220 base::Bind(&OperationManager::OnProgress,
operation_manager.cc 152 void OperationManager::OnProgress(const ExtensionId& extension_id,
  /external/chromium_org/ash/rotator/
screen_rotation.h 43 virtual bool OnProgress(double t,
screen_rotation.cc 110 bool ScreenRotation::OnProgress(double t,
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_controller.h 42 virtual void OnProgress(ProgressType progress_type,
burn_controller.cc 79 virtual void OnProgress(ProgressType progress_type,
82 delegate_->OnProgress(progress_type, received_bytes, total_bytes);
147 delegate_->OnProgress(DOWNLOADING, 0, 0);
burn_manager.cc 535 OnProgress(BURNING, status.amount_burnt, status.total_size));
538 FOR_EACH_OBSERVER(Observer, observers_, OnProgress(UNZIPPING, 0, 0));
burn_manager.h 244 virtual void OnProgress(ProgressType progress_type,
  /external/chromium_org/webkit/browser/fileapi/
file_writer_delegate.h 79 void OnProgress(int bytes_read, bool done);
file_writer_delegate.cc 126 OnProgress(0, true);
156 OnProgress(write_response, false);
185 void FileWriterDelegate::OnProgress(int bytes_written, bool done) {
  /external/chromium_org/ui/compositor/
layer_animation_element.cc 39 virtual bool OnProgress(double t,
64 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE {
98 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE {
131 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE {
166 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE {
201 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE {
235 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE {
270 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE {
305 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE {
343 virtual bool OnProgress(double t
    [all...]
layer_animation_element.h 209 // OnProgress.
211 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) = 0;
  /external/zlib/src/contrib/delphi/
ZLib.pas 54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress;
77 The OnProgress event is called each time the output buffer is filled and
95 property OnProgress;
111 The OnProgress event is called each time the internal input buffer of
123 property OnProgress;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
imageburner_ui.cc 154 virtual void OnProgress(ProgressType progress_type,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocmm.h 342 virtual HRESULT WINAPI OnProgress(RECT *pBounds,WINBOOL bComplete) = 0;
355 HRESULT (WINAPI *OnProgress)(IImageDecodeEventSink *This,RECT *pBounds,WINBOOL bComplete);
370 #define IImageDecodeEventSink_OnProgress(This,pBounds,bComplete) (This)->lpVtbl->OnProgress(This,pBounds,bComplete)
qmgr.h 398 virtual HRESULT WINAPI OnProgress(DWORD ProgressType,IBackgroundCopyGroup *pGroup,IBackgroundCopyJob1 *pJob,DWORD dwFileIndex,DWORD dwProgressValue) = 0;
408 HRESULT (WINAPI *OnProgress)(IBackgroundCopyCallback1 *This,DWORD ProgressType,IBackgroundCopyGroup *pGroup,IBackgroundCopyJob1 *pJob,DWORD dwFileIndex,DWORD dwProgressValue);
420 #define IBackgroundCopyCallback1_OnProgress(This,ProgressType,pGroup,pJob,dwFileIndex,dwProgressValue) (This)->lpVtbl->OnProgress(This,ProgressType,pGroup,pJob,dwFileIndex,dwProgressValue)
    [all...]
urlmon.h     [all...]
objidl.h     [all...]
oledb.h     [all...]

Completed in 356 milliseconds