Searched refs:Init (Results 151 - 175 of 1069) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/touch/frame/
H A Dkeyboard_container_view.cc30 dom_view_->Init(profile,
/external/chromium/chrome/browser/ui/views/
H A Ddom_view.h31 bool Init(Profile* profile, SiteInstance* instance);
33 // Loads the given URL into the page. You must have previously called Init().
/external/chromium/chrome/browser/ui/webui/
H A Dntp_login_handler.cc26 username_pref_.Init(prefs::kGoogleServicesUsername, pref_service, this);
/external/chromium/chrome/browser/
H A Duser_style_sheet_watcher.h29 void Init();
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_perftest.cc86 ASSERT_TRUE(master.Init());
120 bool success = master.Init();
158 bool success = master.Init();
174 bool success = master.Init();
/external/chromium/chrome/browser/webdata/
H A Dkeyword_table.h56 virtual bool Init();
H A Dweb_database.h30 sql::InitStatus Init(const FilePath& db_name);
46 // Used by |Init()| to migration database schema from older versions to
/external/chromium/net/base/
H A Dpem_tokenizer.h45 void Init(const base::StringPiece& str,
H A Dtest_root_certs.cc55 Init();
/external/chromium/net/disk_cache/
H A Dstats_histogram.h41 bool Init(const Stats* stats);
/external/chromium/net/http/
H A Dhttp_auth_handler_basic.h38 virtual bool Init(HttpAuth::ChallengeTokenizer* challenge);
/external/chromium/net/tools/fetch/
H A Dfetch_server.cc34 CommandLine::Init(0, NULL);
/external/chromium/sdch/open-vcdiff/src/
H A Daddrcache_test.cc48 EXPECT_TRUE(cache_.Init());
140 EXPECT_TRUE(zero_cache.Init());
145 EXPECT_FALSE(negative_cache.Init());
150 EXPECT_FALSE(negative_cache.Init());
156 EXPECT_FALSE(int_max_cache.Init());
162 EXPECT_FALSE(int_min_cache.Init());
170 EXPECT_FALSE(negative_cache.Init());
175 EXPECT_FALSE(negative_cache.Init());
181 EXPECT_FALSE(negative_cache.Init());
186 EXPECT_TRUE(negative_cache.Init());
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_thread_registry.h32 void Init();
/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp150 Constant *Init = GV->getInitializer(); local
153 PointerIntPair<Constant*, 1, bool> Pair(Init, hasKnownAlignment(GV));
182 Constant *Init = GV->getInitializer(); local
185 PointerIntPair<Constant*, 1, bool> Pair(Init, hasKnownAlignment(GV));
/external/webrtc/src/system_wrappers/source/
H A Drw_lock_generic.cc35 int RWLockWrapperGeneric::Init() function in class:webrtc::RWLockWrapperGeneric
/external/webrtc/test/testsupport/
H A Dframe_reader.cc31 bool FrameReaderImpl::Init() { function in class:webrtc::test::FrameReaderImpl
H A Dframe_writer.cc29 bool FrameWriterImpl::Init() { function in class:webrtc::test::FrameWriterImpl
/external/clang/lib/Sema/
H A DScope.cpp19 void Scope::Init(Scope *parent, unsigned flags) { function in class:Scope
/external/chromium/chrome/browser/ui/webui/options/
H A Dadvanced_options_handler.cc208 remoting_options_handler_.Init(web_ui_);
227 enable_metrics_recording_.Init(prefs::kMetricsReportingEnabled,
229 cloud_print_proxy_email_.Init(prefs::kCloudPrintEmail, prefs, this);
230 cloud_print_proxy_enabled_.Init(prefs::kCloudPrintProxyEnabled, prefs, this);
233 rev_checking_enabled_.Init(prefs::kCertRevocationCheckingEnabled,
235 ssl3_enabled_.Init(prefs::kSSL3Enabled, g_browser_process->local_state(),
237 tls1_enabled_.Init(prefs::kTLS1Enabled, g_browser_process->local_state(),
240 default_download_location_.Init(prefs::kDownloadDefaultDirectory,
242 ask_for_save_location_.Init(prefs::kPromptForDownload, prefs, this);
243 auto_open_files_.Init(pref
[all...]
/external/chromium/base/
H A Dmessage_pump_libevent.h68 void Init(event* e, bool is_persistent);
129 bool Init();
/external/chromium/chrome/browser/chromeos/cros/
H A Dscreen_lock_library.cc19 Init();
54 void Init() { function in class:chromeos::ScreenLockLibraryImpl
/external/chromium/chrome/browser/chromeos/
H A Ddrop_shadow_label.cc23 Init();
26 void DropShadowLabel::Init() { function in class:chromeos::DropShadowLabel
/external/chromium/chrome/browser/password_manager/
H A Dencryptor_linux.cc90 if (!encryptor.Init(encryption_key.get(), crypto::Encryptor::CBC, iv))
132 if (!encryptor.Init(encryption_key.get(), crypto::Encryptor::CBC, iv))
/external/chromium/chrome/browser/sessions/
H A Dsession_backend.cc208 void SessionBackend::Init() { function in class:SessionBackend
223 Init();
244 Init();
253 Init();
259 Init();
264 Init();
297 Init();
306 Init();

Completed in 1187 milliseconds

1234567891011>>