Searched refs:progress_max (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/chrome_frame/ |
D | urlmon_bind_status_callback.h | 109 STDMETHOD(OnProgress)(ULONG progress, ULONG progress_max, ULONG status_code, 125 Progress(ULONG progress, ULONG progress_max, ULONG status_code, in Progress() argument 128 progress_max_(progress_max), in Progress() 148 ULONG progress_max() const { in progress_max() function
|
D | urlmon_bind_status_callback.cc | 239 STDMETHODIMP BSCBStorageBind::OnProgress(ULONG progress, ULONG progress_max, in OnProgress() argument 258 saved_progress_.push_back(new Progress(progress, progress_max, status_code, in OnProgress() 261 hr = CallbackImpl::OnProgress(progress, progress_max, status_code, in OnProgress() 363 CallbackImpl::OnProgress(p->progress(), p->progress_max(), in MayPlayBack()
|
D | bind_status_callback_impl.cc | 105 HRESULT BSCBImpl::OnProgress(ULONG progress, ULONG progress_max, in OnProgress() argument 113 delegate_->OnProgress(progress, progress_max, status_code, status_text); in OnProgress()
|
D | bind_status_callback_impl.h | 62 STDMETHOD(OnProgress)(ULONG progress, ULONG progress_max, ULONG status_code,
|
/external/chromium_org/chrome_frame/test/ |
D | http_negotiate_unittest.cc | 236 STDMETHOD(ReportData)(DWORD bscf, ULONG progress, ULONG progress_max) { in STDMETHOD()
|