HomeSort by relevance Sort by last modified time
    Searched refs:Init (Results 101 - 125 of 1140) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/net/base/
net_test_suite.cc 39 scoped_host_resolver_proc_.Init(host_resolver_proc_.get());
pem_tokenizer.h 45 void Init(const base::StringPiece& str,
test_root_certs_openssl.cc 47 void TestRootCerts::Init() {
  /external/chromium/net/http/
http_auth_handler_basic.h 38 virtual bool Init(HttpAuth::ChallengeTokenizer* challenge);
http_vary_data.h 44 bool Init(const HttpRequestInfo& request_info,
  /external/clang/lib/AST/
StmtIterator.cpp 45 if (VD->Init)
52 if (VD->Init)
149 assert (VD->Init);
154 return ECD->Init;
  /external/protobuf/src/google/protobuf/stubs/
once.cc 66 // internal_ may be non-NULL if Init() was already called.
70 void ProtobufOnceType::Init(void (*init_func)()) {
  /external/stlport/src/
locale_impl.h 80 class _STLP_CLASS_DECLSPEC Init {
82 Init();
83 ~Init();
94 friend class Init;
  /external/webrtc/src/modules/audio_processing/
level_estimator_impl.cc 35 void Init() {
54 Init();
68 Init();
154 level->Init();
  /frameworks/compile/slang/
slang_rs_export_element.h 64 static void Init();
  /frameworks/ex/variablespeed/jni/
ring_buffer.h 44 void Init(int size, int num_channels, int num_readers);
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.h 80 class _STLP_CLASS_DECLSPEC Init {
82 Init();
83 ~Init();
94 friend class Init;
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 18 bool Init(int width, int height, GLenum format);
  /external/chromium/chrome/browser/prefs/
pref_member_unittest.cc 37 void Init(const char* pref_name, PrefService* prefs) {
38 pref_.Init(pref_name, prefs, NULL);
73 str_.Init(kStringPref, prefs, this);
103 boolean.Init(kBoolPref, &prefs, NULL);
124 integer.Init(kIntPref, &prefs, NULL);
145 double_member.Init(kDoublePref, &prefs, NULL);
166 string.Init(kStringPref, &prefs, NULL);
187 list.Init(kListPref, &prefs, NULL);
228 pref1.Init(kDoublePref, &prefs, NULL);
230 pref2.Init(kDoublePref, &prefs, NULL)
    [all...]
  /external/chromium/chrome/browser/history/
text_database_manager_unittest.cc 152 bool Init() {
173 ASSERT_TRUE(Init());
176 ASSERT_TRUE(manager.Init(NULL));
206 ASSERT_TRUE(Init());
209 ASSERT_TRUE(manager.Init(NULL));
231 ASSERT_TRUE(Init());
234 ASSERT_TRUE(manager.Init(NULL));
271 ASSERT_TRUE(Init());
274 ASSERT_TRUE(manager.Init(NULL));
321 ASSERT_TRUE(Init());
    [all...]
archived_database.cc 27 bool ArchivedDatabase::Init(const FilePath& file_name) {
52 if (!meta_table_.Init(&db_, kCurrentVersionNumber,
  /external/chromium/base/
message_pump_libevent.h 68 void Init(event* e, bool is_persistent);
129 bool Init();
  /external/chromium/chrome/browser/chromeos/cros/
brightness_library.cc 20 Init();
46 void Init() {
  /external/chromium/chrome/browser/chromeos/
wm_overview_favicon.cc 34 void WmOverviewFavicon::Init(WmOverviewSnapshot* snapshot) {
39 WidgetGtk::Init(NULL, gfx::Rect(0, 0, 0, 0));
55 CHECK(favicon_view_) << "Init not called before setting favicon.";
wm_overview_snapshot.cc 32 void WmOverviewSnapshot::Init(const gfx::Size& size,
37 WidgetGtk::Init(NULL, gfx::Rect(size));
58 CHECK(snapshot_view_) << "Init not called before setting image.";
  /external/chromium/chrome/browser/net/
chrome_net_log_unittest.cc 23 void Init(ChromeNetLog* log) {
60 threads[i].Init(&log);
  /external/chromium/chrome/browser/
plugin_data_remover_helper.cc 73 void PluginDataRemoverHelper::Init(const char* pref_name,
76 pref_.Init(pref_name, prefs, observer);
spellcheck_host.cc 37 accept_languages_pref.Init(prefs::kAcceptLanguages, profile->GetPrefs(),
39 dictionary_language_pref.Init(prefs::kSpellCheckDictionary,
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_handler.cc 87 standard_font_.Init(prefs::kWebKitStandardFontFamily, pref_service, this);
88 serif_font_.Init(prefs::kWebKitSerifFontFamily, pref_service, this);
89 sans_serif_font_.Init(prefs::kWebKitSansSerifFontFamily, pref_service, this);
90 fixed_font_.Init(prefs::kWebKitFixedFontFamily, pref_service, this);
91 font_encoding_.Init(prefs::kDefaultCharset, pref_service, this);
92 default_font_size_.Init(prefs::kWebKitDefaultFontSize, pref_service, this);
93 default_fixed_font_size_.Init(prefs::kWebKitDefaultFixedFontSize,
95 minimum_font_size_.Init(prefs::kWebKitMinimumFontSize, pref_service, this);
  /external/chromium/net/disk_cache/
mapped_file_posix.cc 16 void* MappedFile::Init(const FilePath& name, size_t size) {
18 if (init_ || !File::Init(name))

Completed in 391 milliseconds

1 2 3 45 6 7 8 91011>>