Searched refs:Init (Results 76 - 100 of 1069) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/importer/
H A Dfirefox_profile_lock.h88 void Init();
H A Dnss_decryptor_null.h26 bool Init(const FilePath& dll_path, const FilePath& db_path) { return false; } function in class:NSSDecryptor
/external/chromium/chrome/browser/policy/
H A Dasynchronous_policy_loader_unittest.cc62 loader->Init();
77 loader->Init();
95 loader->Init();
125 registrar.Init(&provider, &observer);
H A Dasynchronous_policy_provider.cc16 loader_->Init();
/external/chromium/chrome/browser/prefs/
H A Dpref_change_registrar.h28 void Init(PrefService* service);
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dafter_translate_infobar_gtk.h20 virtual void Init();
/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_widget_win.h25 void Init(BorderContents* border_contents, HWND owner);
/external/chromium/chrome/browser/ui/views/
H A Ddatabase_info_view.h44 void Init();
H A Dindexed_db_info_view.h45 void Init();
H A Dlocal_storage_info_view.h45 void Init();
H A Dlocal_storage_set_item_info_view.h48 void Init();
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view_host.h38 void Init(gfx::NativeView parent);
/external/chromium/chrome/browser/ui/webui/
H A Dforeign_session_handler.h30 void Init();
/external/chromium/chrome/browser/webdata/
H A Dtoken_service_table.h16 virtual bool Init();
H A Dweb_apps_table.h36 virtual bool Init();
/external/chromium/net/base/
H A Dnet_test_suite.cc39 scoped_host_resolver_proc_.Init(host_resolver_proc_.get());
H A Dtest_root_certs_openssl.cc47 void TestRootCerts::Init() { function in class:net::TestRootCerts
/external/chromium/net/http/
H A Dhttp_vary_data.h44 bool Init(const HttpRequestInfo& request_info,
/external/chromium/sdch/open-vcdiff/src/
H A Dvcencoder.cc47 bool HashedDictionary::Init() { function in class:open_vcdiff::HashedDictionary
48 return const_cast<VCDiffEngine*>(engine_)->Init();
133 if (!coder_.Init(engine_->dictionary_size())) {
212 if (!dictionary_.Init()) {
/external/chromium/webkit/glue/
H A Dftp_directory_listing_response_delegate.h36 void Init(const GURL& response_url);
H A Dp2p_transport.h40 virtual bool Init(const std::string& name,
/external/clang/lib/AST/
H A DStmtIterator.cpp45 if (VD->Init)
52 if (VD->Init)
149 assert (VD->Init);
154 return ECD->Init;
/external/compiler-rt/lib/asan/
H A Dasan_thread.cc40 summary->Init(parent_tid, stack);
73 void AsanThread::Init() { function in class:__asan::AsanThread
84 fake_stack_.Init(stack_size());
89 Init();
/external/protobuf/src/google/protobuf/stubs/
H A Donce.cc66 // internal_ may be non-NULL if Init() was already called.
70 void ProtobufOnceType::Init(void (*init_func)()) { function in class:google::protobuf::ProtobufOnceType
/external/stlport/src/
H A Dlocale_impl.h80 class _STLP_CLASS_DECLSPEC Init { class in class:_Locale_impl
82 Init();
83 ~Init();
94 friend class Init;

Completed in 334 milliseconds

1234567891011>>