Searched refs:OptionsPage (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium/chrome/browser/resources/options/chromeos/
H A Dsystem_options.js7 var OptionsPage = options.OptionsPage;
17 OptionsPage.call(this, 'system', templateData.systemPageTabTitle,
23 // Inherit SystemOptions from OptionsPage.
25 __proto__: options.OptionsPage.prototype,
32 OptionsPage.prototype.initializePage.call(this);
42 OptionsPage.navigateToPage('language');
45 OptionsPage.navigateToPage('languageCustomizeModifierKeysOverlay');
H A Dchange_picture_options.js7 var OptionsPage = options.OptionsPage;
17 OptionsPage.call(
27 // Inherit ChangePictureOptions from OptionsPage.
28 __proto__: options.OptionsPage.prototype,
35 OptionsPage.prototype.initializePage.call(this);
53 OptionsPage.navigateToPage('personal');
63 OptionsPage.navigateToPage('personal');
73 OptionsPage.navigateToPage('personal');
H A Daccounts_options.js7 var OptionsPage = options.OptionsPage;
17 OptionsPage.call(this, 'accounts', templateData.accountsPageTabTitle,
24 // Inherit AccountsOptions from OptionsPage.
25 __proto__: OptionsPage.prototype,
32 OptionsPage.prototype.initializePage.call(this);
73 * Handler for OptionsPage's visible property change event.
/external/chromium/chrome/browser/resources/options/
H A Dinstant_confirm_overlay.js6 var OptionsPage = options.OptionsPage;
9 OptionsPage.call(this, 'instantConfirm',
17 // Inherit from OptionsPage.
18 __proto__: OptionsPage.prototype,
21 OptionsPage.prototype.initializePage.call(this);
24 OptionsPage.closeOverlay();
27 OptionsPage.closeOverlay();
H A Doptions.js21 var OptionsPage = options.OptionsPage; variable
55 OptionsPage.register(SearchPage.getInstance());
57 OptionsPage.register(BrowserOptions.getInstance());
58 OptionsPage.registerSubPage(SearchEngineManager.getInstance(),
61 OptionsPage.register(PersonalOptions.getInstance());
62 OptionsPage.registerSubPage(AutofillOptions.getInstance(),
65 OptionsPage.registerSubPage(PasswordManager.getInstance(),
69 OptionsPage.register(SystemOptions.getInstance());
70 OptionsPage
[all...]
H A Dcertificate_import_error_overlay.js7 var OptionsPage = options.OptionsPage;
15 OptionsPage.call(this, 'certificateImportErrorOverlay', '',
22 // Inherit CertificateImportErrorOverlay from OptionsPage.
23 __proto__: OptionsPage.prototype,
30 OptionsPage.prototype.initializePage.call(this);
33 OptionsPage.closeOverlay();
60 OptionsPage.navigateToPage('certificateImportErrorOverlay');
H A Dcertificate_restore_overlay.js6 const OptionsPage = options.OptionsPage;
14 OptionsPage.call(this, 'certificateRestore',
22 __proto__: OptionsPage.prototype,
28 OptionsPage.prototype.initializePage.call(this);
47 OptionsPage.closeOverlay();
85 OptionsPage.navigateToPage('certificateRestore');
H A Dcertificate_backup_overlay.js6 const OptionsPage = options.OptionsPage;
14 OptionsPage.call(this, 'certificateBackupOverlay',
22 __proto__: OptionsPage.prototype,
28 OptionsPage.prototype.initializePage.call(this);
51 OptionsPage.closeOverlay();
105 OptionsPage.navigateToPage('certificateBackupOverlay');
H A Dlanguage_add_language_overlay.js9 const OptionsPage = options.OptionsPage;
16 OptionsPage.call(this, 'addLanguage',
24 // Inherit AddLanguageOverlay from OptionsPage.
25 __proto__: OptionsPage.prototype,
33 OptionsPage.prototype.initializePage.call(this);
37 OptionsPage.closeOverlay();
H A Dalert_overlay.js6 var OptionsPage = options.OptionsPage;
14 OptionsPage.call(this, 'alertOverlay', '', 'alertOverlay');
20 // Inherit AlertOverlay from OptionsPage.
21 __proto__: OptionsPage.prototype,
35 OptionsPage.prototype.initializePage.call(this);
53 OptionsPage.closeOverlay();
65 OptionsPage.closeOverlay();
137 OptionsPage.showPageByName('alertOverlay', false);
H A Dcookies_view.js7 var OptionsPage = options.OptionsPage;
17 OptionsPage.call(this, 'cookies',
25 __proto__: OptionsPage.prototype,
28 OptionsPage.prototype.initializePage.call(this);
75 * Handler for OptionsPage's visible property change event.
H A Dsearch_engine_manager.js6 const OptionsPage = options.OptionsPage;
15 OptionsPage.call(this, 'searchEngines',
23 __proto__: OptionsPage.prototype,
41 OptionsPage.prototype.initializePage.call(this);
H A Dcertificate_edit_ca_trust_overlay.js6 const OptionsPage = options.OptionsPage;
14 OptionsPage.call(this, 'certificateEditCaTrustOverlay',
22 __proto__: OptionsPage.prototype,
29 OptionsPage.closeOverlay();
129 OptionsPage.navigateToPage('certificateEditCaTrustOverlay');
153 OptionsPage.navigateToPage('certificateEditCaTrustOverlay');
H A Doptions_page.js7 // OptionsPage class:
18 function OptionsPage(name, title, pageDivName) {
33 OptionsPage.registeredPages = {};
39 OptionsPage.registeredOverlayPages = {};
45 OptionsPage.initialized_ = false;
50 OptionsPage.getDefaultPage = function() {
57 OptionsPage.showDefaultPage = function() {
66 OptionsPage.navigateToPage = function(pageName) {
77 OptionsPage.showPageByName = function(pageName, updateHistory) {
152 OptionsPage
[all...]
H A Dclear_browser_data_overlay.js6 var OptionsPage = options.OptionsPage;
14 OptionsPage.call(this, 'clearBrowserData',
22 // Inherit ClearBrowserDataOverlay from OptionsPage.
23 __proto__: OptionsPage.prototype,
30 OptionsPage.prototype.initializePage.call(this);
102 OptionsPage.closeOverlay();
H A Dautofill_options.js6 const OptionsPage = options.OptionsPage;
17 OptionsPage.call(this,
26 __proto__: OptionsPage.prototype,
43 OptionsPage.prototype.initializePage.call(this);
91 OptionsPage.navigateToPage('autofillEditAddress');
104 OptionsPage.navigateToPage('autofillEditCreditCard');
175 OptionsPage.navigateToPage('autofillEditAddress');
188 OptionsPage.navigateToPage('autofillEditCreditCard');
H A Dcontent_settings.js7 var OptionsPage = options.OptionsPage;
18 OptionsPage.call(this, 'content', templateData.contentSettingsPageTabTitle,
25 __proto__: OptionsPage.prototype,
28 OptionsPage.prototype.initializePage.call(this);
39 OptionsPage.navigateToPage('contentExceptions');
56 OptionsPage.navigateToPage('cookies');
80 OptionsPage.updateManagedBannerVisibility();
H A Dpassword_manager.js6 const OptionsPage = options.OptionsPage;
18 OptionsPage.call(this,
27 __proto__: OptionsPage.prototype,
45 OptionsPage.prototype.initializePage.call(this);
H A Dpersonal_options.js7 var OptionsPage = options.OptionsPage;
18 OptionsPage.call(this, 'personal',
26 // Inherit PersonalOptions from OptionsPage.
27 __proto__: options.OptionsPage.prototype,
32 OptionsPage.prototype.initializePage.call(this);
51 OptionsPage.navigateToPage('passwords');
52 OptionsPage.showTab($('passwords-nav-tab'));
57 OptionsPage.navigateToPage('autofill');
67 OptionsPage
[all...]
H A Dadvanced_options.js7 var OptionsPage = options.OptionsPage;
14 OptionsPage.call(this, 'advanced', templateData.advancedPageTabTitle,
21 // Inherit AdvancedOptions from OptionsPage.
22 __proto__: options.OptionsPage.prototype,
29 OptionsPage.prototype.initializePage.call(this);
33 OptionsPage.navigateToPage('content');
34 OptionsPage.showTab($('cookies-nav-tab'));
39 OptionsPage.navigateToPage('clearBrowserData');
59 OptionsPage
[all...]
/external/chromium/chrome/browser/ui/options/
H A Doptions_window.h15 enum OptionsPage { enum
/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_managed_banner_handler.h21 OptionsPage page);
34 OptionsPage page_; // current options page value.
H A Doptions_managed_banner_handler.cc13 WebUI* web_ui, const string16& page_name, OptionsPage page)
/external/chromium/chrome/browser/policy/
H A Dmanaged_prefs_banner_base.h29 OptionsPage page);
33 ManagedPrefsBannerBase(PrefService* user_prefs, OptionsPage page);
60 OptionsPage page);
/external/chromium/chrome/browser/resources/chromeos/
H A Dproxy_settings.js5 var OptionsPage = options.OptionsPage; variable

Completed in 309 milliseconds

12