OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReportProgress
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome_frame/
chrome_protocol.cc
20
prot_sink->
ReportProgress
(BINDSTATUS_VERIFIEDMIMETYPEAVAILABLE,
protocol_sink_wrap.h
91
STDMETHOD(
ReportProgress
)(ULONG status_code, LPCWSTR status_text);
108
HRESULT
ReportProgress
(IInternetProtocolSink* delegate,
protocol_sink_wrap.cc
135
STDMETHODIMP ProtocolSinkWrap::
ReportProgress
(ULONG status_code,
137
DVLOG(1) << "ProtocolSinkWrap::
ReportProgress
: "
141
HRESULT hr = prot_data_->
ReportProgress
(delegate_, status_code, status_text);
409
HRESULT ProtData::
ReportProgress
(IInternetProtocolSink* delegate,
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_MIMETYPEAVAILABLE, kChromeMimeType)
[
all
...]
/external/chromium_org/ppapi/tests/
test_view.cc
97
instance_->
ReportProgress
("TestPageHideShow:Created");
119
instance_->
ReportProgress
("TestPageHideShow:Hidden");
testing_instance.h
113
void
ReportProgress
(const std::string& progress_value);
testing_instance.cc
135
ReportProgress
(kProgressSignal);
176
ReportProgress
(kProgressSignal);
299
void TestingInstance::
ReportProgress
(const std::string& progress_value) {
300
SendTestCommand("
ReportProgress
", progress_value);
/external/chromium_org/chrome_frame/test/
http_negotiate_unittest.cc
230
STDMETHOD(
ReportProgress
)(ULONG status, LPCWSTR text) {
Completed in 250 milliseconds