Searched refs:Reporter (Results 1 - 25 of 343) sorted by path

1234567891011>>

/external/chromium_org/content/renderer/media/crypto/
H A Dkey_systems_support_uma.cc54 class KeySystemsSupportUMA::Reporter { class in class:content::KeySystemsSupportUMA
56 explicit Reporter(const std::string& key_system);
57 ~Reporter();
70 KeySystemsSupportUMA::Reporter::Reporter(const std::string& key_system) function in class:content::KeySystemsSupportUMA::Reporter
77 KeySystemsSupportUMA::Reporter::~Reporter() {}
79 void KeySystemsSupportUMA::Reporter::Report(bool has_type, bool is_supported) {
98 reporters_.set(key_system, scoped_ptr<Reporter>(new Reporter(key_syste
[all...]
H A Dkey_systems_support_uma.h44 class Reporter;
46 // Returns the Reporter for |key_system|. Returns NULL if |key_system| was not
48 Reporter* GetReporter(const std::string& key_system);
50 // Key system <-> Reporter map.
51 typedef base::ScopedPtrHashMap<std::string, Reporter> Reporters;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dannotate.py5 from coverage.report import Reporter namespace
7 class AnnotateReporter(Reporter):
H A Dhtml.py9 from coverage.report import Reporter namespace
29 class HtmlReporter(Reporter):
H A Dreport.py0 """Reporter foundation for Coverage."""
7 class Reporter(object): class in inherits:object
H A Dsummary.py5 from coverage.report import Reporter namespace
9 class SummaryReporter(Reporter):
H A Dxmlreport.py8 from coverage.report import Reporter namespace
15 class XmlReporter(Reporter):
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc365 struct LogReporter : public log::Reader::Reporter {
H A Dleveldb_main.cc36 class CorruptionReporter : public log::Reader::Reporter {
H A Dlog_reader.cc15 Reader::Reporter::~Reporter() {
18 Reader::Reader(SequentialFile* file, Reporter* reporter, bool checksum,
H A Dlog_reader.h23 class Reporter { class in class:leveldb::log::Reader
25 virtual ~Reporter();
43 Reader(SequentialFile* file, Reporter* reporter, bool checksum,
62 Reporter* const reporter_;
H A Dlog_test.cc91 class ReportCollector : public Reader::Reporter {
H A Drepair.cc163 struct LogReporter : public log::Reader::Reporter {
H A Dversion_set.cc897 struct LogReporter : public log::Reader::Reporter {
/external/chromium_org/third_party/skia/dm/
H A DDM.cpp75 DM::Reporter* reporter,
106 DM::Reporter* reporter,
133 DM::Reporter* reporter,
221 DM::Reporter reporter;
H A DDMCpuGMTask.cpp11 Reporter* reporter,
H A DDMCpuGMTask.h20 Reporter*,
H A DDMGpuGMTask.cpp11 Reporter* reporter,
H A DDMGpuGMTask.h20 Reporter*,
H A DDMPDFTask.cpp24 Reporter* reporter,
33 PDFTask::PDFTask(Reporter* reporter,
H A DDMPDFTask.h19 Reporter*,
24 PDFTask(Reporter*,
H A DDMReporter.cpp10 void Reporter::printStatus(SkString name, SkMSec timeMs) const {
34 void Reporter::fail(SkString msg) {
41 void Reporter::getFailures(SkTArray<SkString>* failures) const {
H A DDMReporter.h13 class Reporter : SkNoncopyable { class in namespace:DM
15 Reporter() : fPending(0), fFailed(0) {} function in class:DM::Reporter
H A DDMSKPTask.cpp13 SKPTask::SKPTask(Reporter* r,

Completed in 604 milliseconds

1234567891011>>