OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ManagedUserService
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/managed_mode/
managed_user_service.h
40
class
ManagedUserService
: public BrowserContextKeyedService,
56
virtual ~
ManagedUserService
();
193
explicit
ManagedUserService
(Profile* profile);
256
base::WeakPtrFactory<
ManagedUserService
> weak_ptr_factory_;
managed_user_service.cc
65
ManagedUserService
::URLFilterContext::URLFilterContext()
68
ManagedUserService
::URLFilterContext::~URLFilterContext() {}
71
ManagedUserService
::URLFilterContext::ui_url_filter() const {
76
ManagedUserService
::URLFilterContext::io_url_filter() const {
80
void
ManagedUserService
::URLFilterContext::SetDefaultFilteringBehavior(
90
void
ManagedUserService
::URLFilterContext::LoadWhitelists(
108
void
ManagedUserService
::URLFilterContext::SetManualHosts(
118
void
ManagedUserService
::URLFilterContext::SetManualURLs(
128
ManagedUserService
::
ManagedUserService
(Profile* profile
[
all
...]
Completed in 102 milliseconds