Searched defs:Init (Results 276 - 300 of 1406) sorted by path

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc210 void Init();
266 Init();
274 void TaskManagerView::Init() { function in class:__anon5368::TaskManagerView
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc183 void BrowserActionsContainer::Init() { function in class:BrowserActionsContainer
H A Dhome_button.cc42 virtual void Init() OVERRIDE;
91 void HomePageUndoBubble::Init() { function in class:__anon5373::HomePageUndoBubble
H A Dtoolbar_button.cc35 void ToolbarButton::Init() { function in class:ToolbarButton
H A Dtoolbar_view.cc171 void ToolbarView::Init() { function in class:ToolbarView
182 back_->Init();
192 forward_->Init();
205 reload_->Init();
214 home_->Init();
253 location_bar_->Init();
255 show_home_button_.Init(prefs::kShowHomeButton,
260 browser_actions_->Init();
350 wrench_menu_->Init(wrench_menu_model_.get());
H A Dwrench_menu.cc263 void Init(InMenuButtonBackground::ButtonType type) { function in class:__anon5378::InMenuButton
353 button->Init(type);
812 void WrenchMenu::Init(ui::MenuModel* model) { function in class:WrenchMenu
1059 // it's opened. See ToolbarView::RunMenu() and Init() of this class.
1240 bookmark_menu_delegate_->Init(this,
/external/chromium_org/chrome/browser/ui/views/translate/
H A Dtranslate_bubble_view.cc152 void TranslateBubbleView::Init() { function in class:TranslateBubbleView
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings.cc186 Init(profile, url, ssl);
337 void WebsiteSettings::Init(Profile* profile, function in class:WebsiteSettings
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_state_informer.cc101 void NetworkStateInformer::Init() { function in class:chromeos::NetworkStateInformer
H A Dsignin_screen_handler.cc214 Init();
218 Init();
227 void LoginScreenContext::Init() { function in class:chromeos::LoginScreenContext
/external/chromium_org/chrome/browser/ui/webui/
H A Dflags_ui.cc116 void Init(about_flags::FlagsStorage* flags_storage,
157 void FlagsDOMHandler::Init(about_flags::FlagsStorage* flags_storage, function in class:__anon5477::FlagsDOMHandler
266 dom_handler->Init(new chromeos::about_flags::OwnerFlagsStorage(
271 dom_handler->Init(
307 handler->Init(new about_flags::PrefServiceFlagsStorage(
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dforeign_session_handler.cc163 Init();
178 void ForeignSessionHandler::Init() { function in class:browser_sync::ForeignSessionHandler
/external/chromium_org/chrome/browser/web_resource/
H A Deula_accepted_notifier.cc20 void EulaAcceptedNotifier::Init(Observer* observer) { function in class:EulaAcceptedNotifier
31 registrar_.Init(local_state_);
H A Dpromo_resource_service_mobile_ntp_unittest.cc43 void Init(const std::string& json, function in class:NotificationPromoMobileNtpTest
138 promo_test.Init(
H A Dpromo_resource_service_unittest.cc86 void Init(const std::string& json, function in class:NotificationPromoTest
371 promo_test.Init("{"
433 promo_test.Init("{"
481 promo_test.Init("{"
543 promo_test.Init("{"
H A Dresource_request_allowed_notifier.cc22 void ResourceRequestAllowedNotifier::Init(Observer* observer) { function in class:ResourceRequestAllowedNotifier
34 eula_notifier_->Init(this);
/external/chromium_org/chrome/common/
H A Dchild_process_logging_win.cc62 void Init() { function in namespace:child_process_logging
/external/chromium_org/chrome/installer/util/
H A Dadvanced_firewall_manager_win.cc20 bool AdvancedFirewallManager::Init(const base::string16& app_name, function in class:installer::AdvancedFirewallManager
H A Dfirewall_manager_win.cc28 bool Init(const base::string16& app_name, const base::FilePath& app_path) { function in class:installer::__anon5761::FirewallManagerAdvancedImpl
29 return manager_.Init(app_name, app_path);
72 bool Init(const base::string16& app_name, const base::FilePath& app_path) { function in class:installer::__anon5761::FirewallManagerLegacyImpl
73 return manager_.Init(app_name, app_path);
108 if (manager->Init(dist->GetDisplayName(), chrome_path))
114 if (legacy_manager->Init(dist->GetDisplayName(), chrome_path))
H A Dlegacy_firewall_manager_win.cc17 bool LegacyFirewallManager::Init(const base::string16& app_name, function in class:installer::LegacyFirewallManager
/external/chromium_org/chrome/renderer/spellchecker/
H A Dcocoa_spelling_engine_mac.cc16 void CocoaSpellingEngine::Init(base::File bdict_file) { function in class:CocoaSpellingEngine
H A Dcustom_dictionary_engine.cc16 void CustomDictionaryEngine::Init(const std::set<std::string>& custom_words) { function in class:CustomDictionaryEngine
H A Dhunspell_engine.cc48 void HunspellEngine::Init(base::File file) { function in class:HunspellEngine
H A Dspellcheck.cc162 Init(IPC::PlatformFileForTransitToFile(bdict_file),
197 // TODO(groby): Make sure we always have a spelling engine, even before Init()
199 void SpellCheck::Init(base::File file, function in class:SpellCheck
202 spellcheck_.Init(file.Pass(), language);
203 custom_dictionary_.Init(custom_words);
H A Dspellcheck_language.cc19 void SpellcheckLanguage::Init(base::File file, const std::string& language) { function in class:SpellcheckLanguage
21 platform_spelling_engine_->Init(file.Pass());

Completed in 289 milliseconds

<<11121314151617181920>>