OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FeedbackCommon
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/feedback/
feedback_common.cc
35
std::string* LogsToString(const
FeedbackCommon
::SystemLogsMap& sys_info) {
37
for (
FeedbackCommon
::SystemLogsMap::const_iterator it = sys_info.begin();
43
if (
FeedbackCommon
::BelowCompressionThreshold(value))
90
FeedbackCommon
::AttachedFile::AttachedFile(const std::string& filename,
94
FeedbackCommon
::AttachedFile::~AttachedFile() {}
97
FeedbackCommon
::
FeedbackCommon
() : product_id_(0) {}
99
FeedbackCommon
::~
FeedbackCommon
() {}
102
bool
FeedbackCommon
::BelowCompressionThreshold(const std::string& content)
[
all
...]
feedback_common.h
29
class
FeedbackCommon
: public base::RefCountedThreadSafe<
FeedbackCommon
> {
46
FeedbackCommon
();
97
friend class base::RefCountedThreadSafe<
FeedbackCommon
>;
100
virtual ~
FeedbackCommon
();
Completed in 76 milliseconds