Searched defs:Init (Results 26 - 50 of 1406) sorted by relevance

1234567891011>>

/external/stlport/test/compiler/StTerm-order/
H A Dstterm-test.cc17 Init::Init()
18 Init::use_it
20 Init::use_it done
21 Init ctor done <-- 1
25 Init dtor done <-- 1
30 Init::Init()
31 Init::use_it
33 Init
46 class Init class
73 Init::Init() function in class:Init
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_loader.cc20 void ExternalLoader::Init(ExternalProviderImpl* owner) { function in class:extensions::ExternalLoader
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_tab.cc19 void InstantTab::Init(content::WebContents* contents) { function in class:InstantTab
/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_);
/external/chromium_org/chromeos/dbus/
H A Dfake_introspectable_client.cc17 void FakeIntrospectableClient::Init(dbus::Bus* bus) {} function in class:chromeos::FakeIntrospectableClient
/external/chromium_org/content/browser/
H A Dbrowser_process_sub_thread.cc29 void BrowserProcessSubThread::Init() { function in class:content::BrowserProcessSubThread
36 BrowserThreadImpl::Init();
/external/chromium_org/content/gpu/
H A Din_process_gpu_thread.cc22 void InProcessGpuThread::Init() { function in class:content::InProcessGpuThread
/external/chromium_org/content/renderer/
H A Din_process_renderer_thread.cc21 void InProcessRendererThread::Init() { function in class:content::InProcessRendererThread
34 // We used to set this flag in the Init function above. However there
H A Drender_widget_fullscreen.cc37 bool RenderWidgetFullscreen::Init(int32 opener_id) { function in class:content::RenderWidgetFullscreen
/external/chromium_org/content/utility/
H A Din_process_utility_thread.cc24 void InProcessUtilityThread::Init() { function in class:content::InProcessUtilityThread
/external/chromium_org/crypto/
H A Dhmac.cc15 bool HMAC::Init(SymmetricKey* key) { function in class:crypto::HMAC
17 bool result = key->GetRawKey(&raw_key) && Init(raw_key);
/external/chromium_org/mojo/shell/
H A Dshell_test_helper.cc19 base::CommandLine::Init(0, NULL);
26 void ShellTestHelper::Init() { function in class:mojo::shell::ShellTestHelper
27 context_.Init();
/external/chromium_org/net/base/
H A Dnetwork_config_watcher_mac.h31 virtual void Init() {} function in class:net::NetworkConfigWatcherMac::Delegate
/external/chromium_org/net/cert/
H A Dtest_root_certs_android.cc39 void TestRootCerts::Init() { function in class:net::TestRootCerts
/external/chromium_org/net/disk_cache/blockfile/
H A Dmapped_file_avoid_mmap_posix.cc14 void* MappedFile::Init(const base::FilePath& name, size_t size) { function in class:disk_cache::MappedFile
16 if (init_ || !File::Init(name))
H A Dmapped_file_posix.cc16 void* MappedFile::Init(const base::FilePath& name, size_t size) { function in class:disk_cache::MappedFile
18 if (init_ || !File::Init(name))
H A Dmapped_file_win.cc14 void* MappedFile::Init(const base::FilePath& name, size_t size) { function in class:disk_cache::MappedFile
16 if (init_ || !File::Init(name))
/external/chromium_org/net/http/
H A Dhttp_auth_challenge_tokenizer.cc20 Init(begin, end);
41 void HttpAuthChallengeTokenizer::Init(std::string::const_iterator begin, function in class:net::HttpAuthChallengeTokenizer
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dmodule_ppapi.cc34 bool ModulePpapi::Init() { function in class:plugin::ModulePpapi
40 MODULE_PRINTF(("ModulePpapi::Init failed: "
/external/chromium_org/ppapi/tests/
H A Dtest_core.cc14 bool TestCore::Init() { function in class:TestCore
H A Dtest_crypto.cc18 bool TestCrypto::Init() { function in class:TestCrypto
H A Dtest_file_system.cc18 bool TestFileSystem::Init() { function in class:TestFileSystem
H A Dtest_host_resolver_private_disallowed.cc19 bool TestHostResolverPrivateDisallowed::Init() { function in class:TestHostResolverPrivateDisallowed
H A Dtest_mouse_cursor.cc17 bool TestMouseCursor::Init() { function in class:TestMouseCursor
H A Dtest_talk_private.cc25 bool TestTalkPrivate::Init() { function in class:TestTalkPrivate

Completed in 756 milliseconds

1234567891011>>