Searched refs:ReportProgress (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome_frame/
H A Dchrome_protocol.cc20 prot_sink->ReportProgress(BINDSTATUS_VERIFIEDMIMETYPEAVAILABLE,
H A Dprotocol_sink_wrap.h91 STDMETHOD(ReportProgress)(ULONG status_code, LPCWSTR status_text);
108 HRESULT ReportProgress(IInternetProtocolSink* delegate,
H A Dprotocol_sink_wrap.cc135 STDMETHODIMP ProtocolSinkWrap::ReportProgress(ULONG status_code, function in class:ProtocolSinkWrap
137 DVLOG(1) << "ProtocolSinkWrap::ReportProgress: "
141 HRESULT hr = prot_data_->ReportProgress(delegate_, status_code, status_text);
409 HRESULT ProtData::ReportProgress(IInternetProtocolSink* delegate, function in class:ProtData
451 delegate->ReportProgress(BINDSTATUS_MIMETYPEAVAILABLE, kChromeMimeType);
466 return delegate->ReportProgress(status_code, status_text);
495 delegate->ReportProgress(BINDSTATUS_MIMETYPEAVAILABLE, kChromeMimeType);
560 delegate->ReportProgress(BINDSTATUS_SERVER_MIMETYPEAVAILABLE,
567 delegate->ReportProgress(BINDSTATUS_MIMETYPEAVAILABLE,
632 prot_sink->ReportProgress(BINDSTATUS_MIMETYPEAVAILABL
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_view.cc97 instance_->ReportProgress("TestPageHideShow:Created");
119 instance_->ReportProgress("TestPageHideShow:Hidden");
H A Dtesting_instance.h113 void ReportProgress(const std::string& progress_value);
H A Dtesting_instance.cc135 ReportProgress(kProgressSignal);
176 ReportProgress(kProgressSignal);
299 void TestingInstance::ReportProgress(const std::string& progress_value) { function in class:TestingInstance
300 SendTestCommand("ReportProgress", progress_value);
/external/chromium_org/chrome_frame/test/
H A Dhttp_negotiate_unittest.cc230 STDMETHOD(ReportProgress)(ULONG status, LPCWSTR text) { function in class:TestInternetProtocolSink

Completed in 247 milliseconds