OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RulesRegistryService
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_service.h
38
class
RulesRegistryService
: public ProfileKeyedAPI,
56
explicit
RulesRegistryService
(Profile* profile);
57
virtual ~
RulesRegistryService
();
64
static ProfileKeyedAPIFactory<
RulesRegistryService
>* GetFactoryInstance();
66
// Convenience method to get the
RulesRegistryService
for a profile.
67
static
RulesRegistryService
* Get(Profile* profile);
95
friend class ProfileKeyedAPIFactory<
RulesRegistryService
>;
117
return "
RulesRegistryService
";
135
DISALLOW_COPY_AND_ASSIGN(
RulesRegistryService
);
rules_registry_service.cc
31
const
RulesRegistryService
::WebViewKey& webview_key,
37
bool IsWebView(const
RulesRegistryService
::WebViewKey& webview_key) {
43
RulesRegistryService
::
RulesRegistryService
(Profile* profile)
61
RulesRegistryService
::~
RulesRegistryService
() {}
63
void
RulesRegistryService
::EnsureDefaultRulesRegistriesRegistered(
107
void
RulesRegistryService
::Shutdown() {
122
static base::LazyInstance<ProfileKeyedAPIFactory<
RulesRegistryService
> >
126
ProfileKeyedAPIFactory<
RulesRegistryService
>*
[
all
...]
declarative_api.cc
85
RulesRegistryService
::WebViewKey key(
88
RulesRegistryService
* rules_registry_service =
89
RulesRegistryService
::Get(GetProfile());
declarative_apitest.cc
31
using extensions::
RulesRegistryService
;
115
RulesRegistryService
* rules_registry_service =
116
extensions::
RulesRegistryService
::Get(browser()->profile());
rules_registry_service_unittest.cc
67
RulesRegistryService
registry_service(NULL);
131
RulesRegistryService
registry_service(NULL);
155
RulesRegistryService
registry_service(&profile);
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.h
46
class
RulesRegistryService
;
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h
40
class
RulesRegistryService
;
/external/chromium_org/chrome/browser/extensions/
tab_helper.cc
231
RulesRegistryService
::Get(profile_)) {
232
RulesRegistryService
::Get(profile_)->content_rules_registry()->
425
RulesRegistryService
::Get(profile_)) {
426
RulesRegistryService
::Get(profile_)->content_rules_registry()->Apply(
/external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h
175
const extensions::
RulesRegistryService
::WebViewKey& webview_key,
459
typedef std::pair<void*, extensions::
RulesRegistryService
::WebViewKey>
web_request_api.cc
81
using extensions::
RulesRegistryService
;
656
const
RulesRegistryService
::WebViewKey& webview_key,
[
all
...]
Completed in 344 milliseconds