OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RulesCacheDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/declarative/
rules_cache_delegate.cc
34
//
RulesCacheDelegate
36
const char
RulesCacheDelegate
::kRulesStoredKey[] =
39
RulesCacheDelegate
::
RulesCacheDelegate
(bool log_storage_init_delay)
46
RulesCacheDelegate
::~
RulesCacheDelegate
() {}
50
std::string
RulesCacheDelegate
::GetRulesStoredKey(const std::string& event_name,
62
void
RulesCacheDelegate
::Init(RulesRegistry* registry) {
87
base::Bind(&
RulesCacheDelegate
::ReadRulesForInstalledExtensions,
90
base::Bind(&
RulesCacheDelegate
::CheckIfReady
[
all
...]
rules_cache_delegate.h
21
//
RulesCacheDelegate
implements the part of the RulesRegistry which works on
25
class
RulesCacheDelegate
{
28
explicit
RulesCacheDelegate
(bool log_storage_init_delay);
30
virtual ~
RulesCacheDelegate
();
44
base::WeakPtr<
RulesCacheDelegate
> GetWeakPtr() {
91
// with UMA once per each
RulesCacheDelegate
instance, unless in Incognito.
105
base::WeakPtrFactory<
RulesCacheDelegate
> weak_ptr_factory_;
Completed in 31 milliseconds