Searched defs:Initialize (Results 276 - 300 of 868) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/passwords/
H A Dpassword_manager_presenter.cc43 void PasswordManagerPresenter::Initialize() { function in class:PasswordManagerPresenter
174 Initialize();
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Deula_screen_handler.cc111 Initialize();
151 void EulaScreenHandler::Initialize() { function in class:chromeos::EulaScreenHandler
H A Dreset_screen_handler.cc124 Initialize();
187 void ResetScreenHandler::Initialize() { function in class:chromeos::ResetScreenHandler
H A Dterms_of_service_screen_handler.cc132 void TermsOfServiceScreenHandler::Initialize() { function in class:chromeos::TermsOfServiceScreenHandler
H A Duser_image_screen_handler.cc42 manager->Initialize(SOUND_OBJECT_DELETE,
44 manager->Initialize(SOUND_CAMERA_SNAP,
54 void UserImageScreenHandler::Initialize() { function in class:chromeos::UserImageScreenHandler
/external/chromium_org/chrome/common/extensions/
H A Dchrome_extensions_client.cc83 void ChromeExtensionsClient::Initialize() { function in class:extensions::ChromeExtensionsClient
/external/chromium_org/chrome/installer/util/
H A Dinstallation_state.cc28 bool ProductState::Initialize(bool system_install, function in class:installer::ProductState
30 return Initialize(system_install,
45 return commands->Initialize(commands_key);
49 bool ProductState::Initialize(bool system_install, function in class:installer::ProductState
90 channel_.Initialize(key);
239 void InstallationState::Initialize() { function in class:installer::InstallationState
244 user_products_[CHROME_BROWSER_INDEX].Initialize(false, distribution);
245 system_products_[CHROME_BROWSER_INDEX].Initialize(true, distribution);
249 user_products_[CHROME_FRAME_INDEX].Initialize(false, distribution);
250 system_products_[CHROME_FRAME_INDEX].Initialize(tru
[all...]
/external/chromium_org/chrome/service/
H A Dservice_process.cc125 bool ServiceProcess::Initialize(base::MessageLoopForUI* message_loop, function in class:ServiceProcess
280 cloud_print_proxy_->Initialize(service_prefs_.get(), this);
/external/chromium_org/chrome/test/logging/win/
H A Dtest_log_collector.cc37 void Initialize(testing::UnitTest* unit_test);
178 void TestLogCollector::Initialize(testing::UnitTest* unit_test) { function in class:logging_win::__anon5987::TestLogCollector
215 file_logger_->Initialize();
287 g_test_log_collector.Get().Initialize(unit_test);
/external/chromium_org/chromeos/
H A Dcert_loader.cc26 void CertLoader::Initialize() { function in class:chromeos::CertLoader
40 CHECK(g_cert_loader) << "CertLoader::Get() called before Initialize()";
/external/chromium_org/chromeos/cryptohome/
H A Dasync_method_caller.cc351 void AsyncMethodCaller::Initialize() { function in class:cryptohome::AsyncMethodCaller
/external/chromium_org/chromeos/login/
H A Dlogin_state.cc29 void LoginState::Initialize() { function in class:chromeos::LoginState
43 CHECK(g_login_state) << "LoginState::Get() called before Initialize()";
/external/chromium_org/chromeos/network/
H A Dnetwork_change_notifier_chromeos.cc61 void NetworkChangeNotifierChromeos::Initialize() { function in class:chromeos::NetworkChangeNotifierChromeos
/external/chromium_org/components/copresence/mediums/audio/
H A Daudio_recorder.cc61 void AudioRecorder::Initialize() { function in class:copresence::AudioRecorder
/external/chromium_org/components/sync_driver/
H A Dmodel_association_manager.cc129 void ModelAssociationManager::Initialize(syncer::ModelTypeSet desired_types) { function in class:sync_driver::ModelAssociationManager
/external/chromium_org/components/wifi/
H A Dfake_wifi_service.cc61 void FakeWiFiService::Initialize( function in class:wifi::FakeWiFiService
/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.cc26 void AppCacheBackendImpl::Initialize(AppCacheServiceImpl* service, function in class:content::AppCacheBackendImpl
/external/chromium_org/content/browser/loader/
H A Dresource_buffer.cc44 bool ResourceBuffer::Initialize(int buffer_size, function in class:content::ResourceBuffer
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_win.cc29 virtual int32_t Initialize(
57 int32_t PepperTrueTypeFontWin::Initialize( function in class:content::__anon7360::PepperTrueTypeFontWin
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_android.cc43 virtual bool Initialize() OVERRIDE;
85 bool ImageTransportSurfaceAndroid::Initialize() { function in class:content::__anon7600::ImageTransportSurfaceAndroid
89 if (!PassThroughImageTransportSurface::Initialize())
183 bool initialize_success = surface->Initialize();
/external/chromium_org/content/renderer/media/android/
H A Dmedia_info_loader_unittest.cc50 void Initialize( function in class:content::MediaInfoLoaderTest
126 Initialize(kHttpUrl, blink::WebMediaPlayer::CORSModeUnspecified);
132 Initialize(kHttpUrl, blink::WebMediaPlayer::CORSModeUnspecified);
138 Initialize(kHttpDataUrl, blink::WebMediaPlayer::CORSModeUnspecified);
145 Initialize(kHttpUrl, blink::WebMediaPlayer::CORSModeUnspecified);
153 Initialize(kHttpUrl, blink::WebMediaPlayer::CORSModeUnspecified);
162 Initialize(kHttpUrl, blink::WebMediaPlayer::CORSModeUnspecified);
172 Initialize(kHttpUrl, blink::WebMediaPlayer::CORSModeUnspecified);
181 Initialize(kHttpUrl, blink::WebMediaPlayer::CORSModeUnspecified);
190 Initialize(kHttpUr
[all...]
/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_local_audio_track_adapter.cc39 void WebRtcLocalAudioTrackAdapter::Initialize(WebRtcLocalAudioTrack* owner) { function in class:content::WebRtcLocalAudioTrackAdapter
/external/chromium_org/content/renderer/pepper/
H A Dpepper_platform_audio_input.cc34 if (audio_input->Initialize(render_frame_id,
148 bool PepperPlatformAudioInput::Initialize( function in class:content::PepperPlatformAudioInput
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_contents.cc27 void AppWindowContentsImpl::Initialize(content::BrowserContext* context, function in class:extensions::AppWindowContentsImpl
/external/chromium_org/extensions/browser/
H A Dnull_app_sorting.cc33 void NullAppSorting::Initialize(const ExtensionIdList& extension_ids) { function in class:extensions::NullAppSorting

Completed in 1891 milliseconds

<<11121314151617181920>>