OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContentRulesRegistry
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.cc
26
ContentRulesRegistry
::
ContentRulesRegistry
(Profile* profile,
41
void
ContentRulesRegistry
::Observe(
65
void
ContentRulesRegistry
::Apply(
98
void
ContentRulesRegistry
::DidNavigateMainFrame(
118
ContentRulesRegistry
::GetMatches(
138
std::string
ContentRulesRegistry
::AddRulesImpl(
202
std::string
ContentRulesRegistry
::RemoveRulesImpl(
257
std::string
ContentRulesRegistry
::RemoveAllRulesImpl(
271
void
ContentRulesRegistry
::UpdateConditionCache()
[
all
...]
content_rules_registry.h
50
// The
ContentRulesRegistry
is responsible for managing
62
class
ContentRulesRegistry
: public RulesRegistry,
67
ContentRulesRegistry
(Profile* profile, RulesCacheDelegate* cache_delegate);
98
virtual ~
ContentRulesRegistry
();
145
DISALLOW_COPY_AND_ASSIGN(
ContentRulesRegistry
);
Completed in 368 milliseconds