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

  /external/libchrome/base/
vlog.h 18 class BASE_EXPORT VlogInfo {
40 VlogInfo(const std::string& v_switch,
43 ~VlogInfo();
59 DISALLOW_COPY_AND_ASSIGN(VlogInfo);
vlog.cc 19 const int VlogInfo::kDefaultVlogLevel = 0;
21 struct VlogInfo::VmodulePattern {
33 VlogInfo::VmodulePattern::VmodulePattern(const std::string& pattern)
35 vlog_level(VlogInfo::kDefaultVlogLevel),
44 VlogInfo::VmodulePattern::VmodulePattern()
45 : vlog_level(VlogInfo::kDefaultVlogLevel),
48 VlogInfo::VlogInfo(const std::string& v_switch,
81 VlogInfo::~VlogInfo() {}
    [all...]

Completed in 304 milliseconds