Searched defs:VlogInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Dvlog.h20 class BASE_API VlogInfo { class in namespace:logging
42 VlogInfo(const std::string& v_switch,
45 ~VlogInfo();
61 DISALLOW_COPY_AND_ASSIGN(VlogInfo);
H A Dvlog.cc14 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, function in class:logging::VlogInfo
77 VlogInfo::~VlogInfo() {}
[all...]
/external/chromium_org/base/
H A Dvlog.h19 class BASE_EXPORT VlogInfo { class in namespace:logging
41 VlogInfo(const std::string& v_switch,
44 ~VlogInfo();
60 DISALLOW_COPY_AND_ASSIGN(VlogInfo);
H A Dvlog.cc14 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, function in class:logging::VlogInfo
77 VlogInfo::~VlogInfo() {}
[all...]

Completed in 113 milliseconds