Searched defs:Init (Results 1 - 25 of 436) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/importer/
H A Dfirefox_profile_lock_win.cc54 void FirefoxProfileLock::Init() { function in class:FirefoxProfileLock
H A Dfirefox_profile_lock_posix.cc59 void FirefoxProfileLock::Init() { function in class:FirefoxProfileLock
H A Dnss_decryptor_null.h26 bool Init(const FilePath& dll_path, const FilePath& db_path) { return false; } function in class:NSSDecryptor
/external/clang/lib/Sema/
H A DScope.cpp19 void Scope::Init(Scope *parent, unsigned flags) { function in class:Scope
/external/chromium/chrome/browser/
H A Dbrowser_process_sub_thread.cc22 void BrowserProcessSubThread::Init() { function in class:BrowserProcessSubThread
/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/chrome/browser/extensions/
H A Dexternal_extension_loader.cc17 void ExternalExtensionLoader::Init( function in class:ExternalExtensionLoader
H A Dextension_error_reporter.cc22 void ExtensionErrorReporter::Init(bool enable_noisy_errors) { function in class:ExtensionErrorReporter
30 CHECK(instance_) << "Init() was never called";
/external/chromium/chrome/browser/history/
H A Dhistory_publisher_none.cc21 bool HistoryPublisher::Init() { function in class:history::HistoryPublisher
H A Darchived_database.cc27 bool ArchivedDatabase::Init(const FilePath& file_name) { function in class:history::ArchivedDatabase
52 if (!meta_table_.Init(&db_, kCurrentVersionNumber,
/external/chromium/crypto/
H A Dhmac.h33 // Initializes this instance using |key| of the length |key_length|. Call Init
35 bool Init(const unsigned char* key, int key_length);
37 // Initializes this instance using |key|. Call Init only once. It returns
39 bool Init(const std::string& key) { function in class:crypto::HMAC
40 return Init(reinterpret_cast<const unsigned char*>(key.data()),
45 // to the constructor and the key supplied to the Init method. The HMAC is
/external/chromium/net/base/
H A Dtest_root_certs_openssl.cc47 void TestRootCerts::Init() { function in class:net::TestRootCerts
/external/webrtc/src/system_wrappers/source/
H A Drw_lock_generic.cc35 int RWLockWrapperGeneric::Init() function in class:webrtc::RWLockWrapperGeneric
H A Drw_lock_linux.cc23 int RWLockLinux::Init() function in class:webrtc::RWLockLinux
/external/astl/src/
H A Dios_base.cpp42 int ios_base::Init::sGuard = 0;
43 bool ios_base::Init::sDone = false;
104 ios_base::Init::Init() { function in class:std::ios_base::Init
120 ios_base::Init::~Init() {
/external/chromium/base/debug/
H A Ddebug_on_start_win.cc53 int __cdecl DebugOnStart::Init() { function in class:base::debug::DebugOnStart
/external/chromium/base/i18n/
H A Dbreak_iterator.cc29 bool BreakIterator::Init() { function in class:base::BreakIterator
/external/chromium/chrome/browser/chromeos/
H A Dsetting_level_bubble_view.cc35 void SettingLevelBubbleView::Init(SkBitmap* icon, int level_percent) { function in class:chromeos::SettingLevelBubbleView
H A Dwm_overview_favicon.cc34 void WmOverviewFavicon::Init(WmOverviewSnapshot* snapshot) { function in class:chromeos::WmOverviewFavicon
39 WidgetGtk::Init(NULL, gfx::Rect(0, 0, 0, 0));
55 CHECK(favicon_view_) << "Init not called before setting favicon.";
H A Dwm_overview_snapshot.cc32 void WmOverviewSnapshot::Init(const gfx::Size& size, function in class:chromeos::WmOverviewSnapshot
37 WidgetGtk::Init(NULL, gfx::Rect(size));
58 CHECK(snapshot_view_) << "Init not called before setting image.";
/external/chromium/chrome/browser/nacl_host/
H A Dnacl_broker_host_win.cc25 bool NaClBrokerHost::Init() { function in class:NaClBrokerHost
/external/chromium/chrome/browser/net/
H A Dchrome_net_log_unittest.cc23 void Init(ChromeNetLog* log) { function in class:__anon1395::ChromeNetLogTestThread
60 threads[i].Init(&log);
/external/chromium/chrome/browser/prefs/
H A Dpref_change_registrar.cc20 void PrefChangeRegistrar::Init(PrefService* service) { function in class:PrefChangeRegistrar
/external/chromium/chrome/browser/remoting/
H A Dremoting_options_handler.cc30 void RemotingOptionsHandler::Init(WebUI* web_ui) { function in class:remoting::RemotingOptionsHandler
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_view_gtk.cc20 void ExtensionViewGtk::Init() { function in class:ExtensionViewGtk

Completed in 440 milliseconds

1234567891011>>