OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BrandcodedDefaultSettings
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/profile_resetter/
brandcoded_default_settings.h
15
//
BrandcodedDefaultSettings
provides a set of default settings
17
class
BrandcodedDefaultSettings
{
19
BrandcodedDefaultSettings
();
20
// Constructs
BrandcodedDefaultSettings
directly from preferences.
21
explicit
BrandcodedDefaultSettings
(const std::string& prefs);
22
~
BrandcodedDefaultSettings
();
45
DISALLOW_COPY_AND_ASSIGN(
BrandcodedDefaultSettings
);
brandcoded_default_settings.cc
13
BrandcodedDefaultSettings
::
BrandcodedDefaultSettings
() {
16
BrandcodedDefaultSettings
::
BrandcodedDefaultSettings
(const std::string& prefs) {
35
BrandcodedDefaultSettings
::~
BrandcodedDefaultSettings
() {
38
scoped_ptr<ListValue>
BrandcodedDefaultSettings
::GetSearchProviderOverrides(
43
bool
BrandcodedDefaultSettings
::GetHomepage(std::string* homepage) const {
49
bool
BrandcodedDefaultSettings
::GetHomepageIsNewTab(
56
bool
BrandcodedDefaultSettings
::GetShowHomeButton
[
all
...]
Completed in 285 milliseconds