Searched defs:Init (Results 176 - 200 of 1406) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/prerender/
H A Dexternal_prerender_handler_android.cc107 static jlong Init(JNIEnv* env, jclass clazz) { function in namespace:prerender
H A Dprerender_contents.cc258 const bool did_init = new_contents->Init();
272 bool PrerenderContents::Init() { function in class:prerender::PrerenderContents
H A Dprerender_local_predictor.cc539 &PrerenderLocalPredictor::Init);
1130 void PrerenderLocalPredictor::Init() { function in class:prerender::PrerenderLocalPredictor
/external/chromium_org/chrome/browser/printing/
H A Dprint_dialog_cloud.cc503 Init(browser_context, json_arguments);
514 Init(NULL, json_arguments);
532 void CloudPrintWebDialogDelegate::Init(content::BrowserContext* browser_context, function in class:internal_cloud_print_helpers::CloudPrintWebDialogDelegate
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.cc111 void OffTheRecordProfileImpl::Init() { function in class:OffTheRecordProfileImpl
502 chromeos_preferences_->Init(
520 profile->Init();
H A Dprofile_impl_io_data.cc103 // io_data_->predictor_ might be NULL if Init() was never called
120 void ProfileImplIOData::Handle::Init( function in class:ProfileImplIOData::Handle
349 io_data_->session_startup_pref()->Init(
354 io_data_->safe_browsing_enabled()->Init(prefs::kSafeBrowsingEnabled,
359 io_data_->data_reduction_proxy_enabled()->Init(
H A Dprofile_io_data.cc381 // later delivery to the job factory in Init().
438 printing_enabled_.Init(prefs::kPrintingEnabled, pref_service);
450 google_services_user_account_id_.Init(
454 google_services_username_.Init(
458 google_services_username_pattern_.Init(
462 reverse_autologin_enabled_.Init(
466 one_click_signin_rejected_email_list_.Init(
470 sync_disabled_.Init(sync_driver::prefs::kSyncManaged, pref_service);
473 signin_allowed_.Init(prefs::kSigninAllowed, pref_service);
477 quick_check_enabled_.Init(pref
978 void ProfileIOData::Init( function in class:ProfileIOData
[all...]
/external/chromium_org/chrome/browser/rlz/
H A Drlz.cc223 return GetInstance()->Init(first_run, send_ping_immediately, delay,
278 bool RLZTracker::Init(bool first_run, function in class:RLZTracker
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc489 void SafeBrowsingDatabaseNew::Init(const base::FilePath& filename_base) { function in class:SafeBrowsingDatabaseNew
504 browse_store_->Init(
520 download_store_->Init(
527 csd_whitelist_store_->Init(
543 download_whitelist_store_->Init(
559 extension_blacklist_store_->Init(
570 side_effect_free_whitelist_store_->Init(
597 ip_blacklist_store_->Init(
H A Dsafe_browsing_store_file.cc621 void SafeBrowsingStoreFile::Init( function in class:SafeBrowsingStoreFile
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_android.cc236 static jlong Init(JNIEnv* env, jobject obj) { function
/external/chromium_org/chrome/browser/sessions/
H A Dsession_backend.cc211 void SessionBackend::Init() { function in class:SessionBackend
226 Init();
249 Init();
258 Init();
264 Init();
269 Init();
299 Init();
H A Dsession_service.cc239 Init();
251 Init();
593 void SessionService::Init() { function in class:SessionService
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.cc29 void ManagerPasswordService::Init( function in class:chromeos::ManagerPasswordService
H A Dsupervised_user_password_service.cc22 void SupervisedUserPasswordService::Init( function in class:chromeos::SupervisedUserPasswordService
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_interstitial.cc103 // If Init() does not complete fully, immediately delete the interstitial.
104 if (!interstitial->Init())
123 bool SupervisedUserInterstitial::Init() { function in class:SupervisedUserInterstitial
H A Dsupervised_user_pref_mapping_service.cc26 void SupervisedUserPrefMappingService::Init() { function in class:SupervisedUserPrefMappingService
31 pref_change_registrar_.Init(prefs_);
H A Dsupervised_user_service.cc673 void SupervisedUserService::Init() { function in class:SupervisedUserService
678 pref_change_registrar_.Init(profile_->GetPrefs());
701 ->Init();
H A Dsupervised_user_settings_service.cc57 void SupervisedUserSettingsService::Init( function in class:SupervisedUserSettingsService
65 Init(store);
72 void SupervisedUserSettingsService::Init( function in class:SupervisedUserSettingsService
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_android.cc70 NOTREACHED() << "Sync Init: Profile not found.";
81 void ProfileSyncServiceAndroid::Init() { function in class:ProfileSyncServiceAndroid
121 syncer::Invalidation::Init(object_id, version, state));
550 static jlong Init(JNIEnv* env, jobject obj) { function
553 profile_sync_service_android->Init();
/external/chromium_org/chrome/browser/sync/test/
H A Dtest_http_bridge_factory.cc34 void TestHttpBridgeFactory::Init(const std::string& user_agent) {} function in class:browser_sync::TestHttpBridgeFactory
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker.cc57 SyncStatusCode Init(RecoveryOption recovery_option);
471 SyncStatusCode LocalFileChangeTracker::TrackerDB::Init( function in class:sync_file_system::LocalFileChangeTracker::TrackerDB
513 Init(FAIL_ON_CORRUPTION) == SYNC_STATUS_OK) {
537 db_status_ = Init(REPAIR_ON_CORRUPTION);
578 db_status_ = Init(REPAIR_ON_CORRUPTION);
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service.cc109 void ThemeService::Init(Profile* profile) { function in class:ThemeService
/external/chromium_org/chrome/browser/translate/
H A Dcomponent_cld_data_harness.cc26 // Constructor does nothing in all cases. See Init() for initialization.
38 void ComponentCldDataHarness::Init() { function in class:test::ComponentCldDataHarness
H A Dstandalone_cld_data_harness.cc25 // Constructor does nothing in all cases. See Init() for initialization.
33 void StandaloneCldDataHarness::Init() { function in class:test::StandaloneCldDataHarness

Completed in 6364 milliseconds

1234567891011>>