OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ActivityLogPolicy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy.cc
34
ActivityLogPolicy
::
ActivityLogPolicy
(Profile* profile) {}
36
ActivityLogPolicy
::~
ActivityLogPolicy
() {}
38
void
ActivityLogPolicy
::SetClockForTesting(scoped_ptr<base::Clock> clock) {
42
base::Time
ActivityLogPolicy
::Now() const {
52
:
ActivityLogPolicy
(profile) {
74
std::string
ActivityLogPolicy
::Util::Serialize(const base::Value* value) {
86
void
ActivityLogPolicy
::Util::StripPrivacySensitiveFields(
129
void
ActivityLogPolicy
::Util::StripArguments(const ApiSet& api_whitelist
[
all
...]
activity_log_policy.h
55
class
ActivityLogPolicy
{
67
explicit
ActivityLogPolicy
(Profile* profile);
69
// Instead of a public destructor,
ActivityLogPolicy
objects have a Close()
83
// are all static methods; the
ActivityLogPolicy
::Util class cannot be
84
// instantiated. This is nested within
ActivityLogPolicy
to make calling
131
// An
ActivityLogPolicy
is not directly destroyed. Instead, call Close()
133
virtual ~
ActivityLogPolicy
();
146
DISALLOW_COPY_AND_ASSIGN(
ActivityLogPolicy
);
149
// A subclass of
ActivityLogPolicy
which is designed for policies that use
151
class ActivityLogDatabasePolicy : public
ActivityLogPolicy
,
[
all
...]
Completed in 31 milliseconds