OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnProgress
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/diagnostics/
diagnostics_model_unittest.cc
43
virtual void
OnProgress
(int id, int percent, DiagnosticsModel* model) {
diagnostics_main.cc
290
virtual void
OnProgress
(int id, int percent, DiagnosticsModel* model) {
/external/chromium_org/ash/rotator/
screen_rotation.cc
110
bool ScreenRotation::
OnProgress
(double t,
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation_manager.cc
135
void OperationManager::
OnProgress
(const ExtensionId& extension_id,
/external/chromium_org/chrome_frame/
bind_status_callback_impl.cc
105
HRESULT BSCBImpl::
OnProgress
(ULONG progress, ULONG progress_max,
113
delegate_->
OnProgress
(progress, progress_max, status_code, status_text);
http_negotiate.cc
64
STDMETHOD(
OnProgress
)(ULONG progress, ULONG max_progress,
urlmon_bind_status_callback.cc
239
STDMETHODIMP BSCBStorageBind::
OnProgress
(ULONG progress, ULONG progress_max,
261
hr = CallbackImpl::
OnProgress
(progress, progress_max, status_code,
363
CallbackImpl::
OnProgress
(p->progress(), p->progress_max(),
urlmon_url_request.cc
276
STDMETHODIMP UrlmonUrlRequest::
OnProgress
(ULONG progress, ULONG max_progress,
592
// IBindStatusCallback::
OnProgress
function and also abort the binding.
[
all
...]
/external/chromium_org/webkit/browser/fileapi/
file_writer_delegate.cc
124
OnProgress
(0, true);
154
OnProgress
(write_response, false);
183
void FileWriterDelegate::
OnProgress
(int bytes_written, bool done) {
Completed in 63 milliseconds