HomeSort by relevance Sort by last modified time
    Searched defs:VlogInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
vlog.h 20 class BASE_API VlogInfo {
42 VlogInfo(const std::string& v_switch,
45 ~VlogInfo();
61 DISALLOW_COPY_AND_ASSIGN(VlogInfo);
vlog.cc 14 const int VlogInfo::kDefaultVlogLevel = 0;
16 struct VlogInfo::VmodulePattern {
28 VlogInfo::VmodulePattern::VmodulePattern(const std::string& pattern)
30 vlog_level(VlogInfo::kDefaultVlogLevel),
39 VlogInfo::VmodulePattern::VmodulePattern()
40 : vlog_level(VlogInfo::kDefaultVlogLevel),
43 VlogInfo::VlogInfo(const std::string& v_switch,
77 VlogInfo::~VlogInfo() {}
    [all...]

Completed in 506 milliseconds