Searched defs:Init (Results 101 - 125 of 1406) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Duser_selection_screen.cc209 void UserSelectionScreen::Init(const user_manager::UserList& users, function in class:chromeos::UserSelectionScreen
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlock_window_aura.cc50 Init();
56 void LockWindowAura::Init() { function in class:chromeos::LockWindowAura
66 views::Widget::Init(params);
H A Dsimple_web_view_dialog.cc62 void Init(views::View* back, function in class:__anon3342::ToolbarRowView
164 void SimpleWebViewDialog::Init() { function in class:chromeos::SimpleWebViewDialog
203 toolbar_row->Init(back_, forward_, reload_, location_bar_);
231 location_bar_->Init();
H A Dwebui_login_display.cc59 void WebUILoginDisplay::Init(const user_manager::UserList& users, function in class:chromeos::WebUILoginDisplay
66 user_selection_screen_->Init(users, show_guest);
H A Dwebui_login_view.cc185 void WebUILoginView::Init() { function in class:chromeos::WebUILoginView
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller.cc231 void WizardController::Init( function in class:chromeos::WizardController
/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_config_view.cc316 Init();
323 Init();
347 void ControlledSettingIndicatorView::Init() { function in class:chromeos::ControlledSettingIndicatorView
H A Dvpn_config_view.cc254 Init();
493 void VPNConfigView::Init() { function in class:chromeos::VPNConfigView
H A Dwifi_config_view.cc370 Init(show_8021x);
895 void WifiConfigView::Init(bool show_8021x) { function in class:chromeos::WifiConfigView
H A Dwimax_config_view.cc64 Init();
200 void WimaxConfigView::Init() { function in class:chromeos::WimaxConfigView
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dbrowser_policy_connector_chromeos.cc140 void BrowserPolicyConnectorChromeOS::Init( function in class:policy::BrowserPolicyConnectorChromeOS
143 ChromeBrowserPolicyConnector::Init(local_state, request_context);
166 // initialized from here instead of BrowserPolicyConnector::Init().
184 device_cloud_policy_initializer_->Init();
H A Dcloud_external_data_policy_observer.cc157 void CloudExternalDataPolicyObserver::Init() { function in class:policy::CloudExternalDataPolicyObserver
H A Ddevice_cloud_policy_initializer.cc79 void DeviceCloudPolicyInitializer::Init() { function in class:policy::DeviceCloudPolicyInitializer
H A Ddevice_network_configuration_updater.cc32 updater->Init();
56 void DeviceNetworkConfigurationUpdater::Init() { function in class:policy::DeviceNetworkConfigurationUpdater
57 NetworkConfigurationUpdater::Init();
H A Dfake_device_cloud_policy_initializer.cc34 void FakeDeviceCloudPolicyInitializer::Init() { function in class:policy::FakeDeviceCloudPolicyInitializer
H A Dlogin_profile_policy_provider.cc98 void LoginProfilePolicyProvider::Init(SchemaRegistry* registry) { function in class:policy::LoginProfilePolicyProvider
99 ConfigurationPolicyProvider::Init(registry);
H A Dnetwork_configuration_updater.cc53 void NetworkConfigurationUpdater::Init() { function in class:policy::NetworkConfigurationUpdater
/external/chromium_org/chrome/browser/chromeos/power/
H A Drenderer_freezer_unittest.cc124 void Init() { function in class:chromeos::RendererFreezerTest
143 Init();
166 Init();
184 Init();
205 Init();
226 Init();
/external/chromium_org/chrome/browser/chromeos/
H A Dpreferences.cc322 performance_tracing_enabled_.Init(prefs::kPerformanceTracingEnabled,
324 tap_to_click_enabled_.Init(prefs::kTapToClickEnabled, prefs, callback);
325 tap_dragging_enabled_.Init(prefs::kTapDraggingEnabled, prefs, callback);
326 three_finger_click_enabled_.Init(prefs::kEnableTouchpadThreeFingerClick,
328 natural_scroll_.Init(prefs::kNaturalScroll, prefs, callback);
329 mouse_sensitivity_.Init(prefs::kMouseSensitivity, prefs, callback);
330 touchpad_sensitivity_.Init(prefs::kTouchpadSensitivity, prefs, callback);
331 primary_mouse_button_right_.Init(prefs::kPrimaryMouseButtonRight,
333 download_default_directory_.Init(prefs::kDownloadDefaultDirectory,
335 touch_hud_projection_enabled_.Init(pref
353 void Preferences::Init(Profile* profile, const user_manager::User* user) { function in class:chromeos::Preferences
[all...]
H A Dupgrade_detector_chromeos.cc27 void UpgradeDetectorChromeos::Init() { function in class:UpgradeDetectorChromeos
33 // Init() may not be called from tests.
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_test_helper.cc94 void DeviceSettingsTestHelper::Init(dbus::Bus* bus) {} function in class:chromeos::DeviceSettingsTestHelper
/external/chromium_org/chrome/browser/chromeos/system/
H A Dautomatic_reboot_manager.cc157 local_state_registrar_.Init(g_browser_process->local_state());
192 base::Bind(&AutomaticRebootManager::Init,
290 void AutomaticRebootManager::Init(const SystemEventTimes& system_event_times) { function in class:chromeos::system::AutomaticRebootManager
H A Dpointer_device_observer.cc33 void PointerDeviceObserver::Init() { function in class:chromeos::system::PointerDeviceObserver
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_writer.cc38 // Init must be called before using any other method. If it returns
40 virtual bool Init() = 0;
74 virtual bool Init() { function in class:diagnostics::__anon3563::WinConsole
140 virtual bool Init() OVERRIDE {
201 console_->Init();
/external/chromium_org/chrome/browser/extensions/
H A Dactive_install_data.cc28 Init();
35 Init();
48 void ScopedActiveInstall::Init() { function in class:extensions::ScopedActiveInstall

Completed in 393 milliseconds

1234567891011>>