Searched defs:Init (Results 51 - 75 of 1406) sorted by path

1234567891011>>

/external/chromium_org/base/message_loop/
H A Dmessage_pump_io_ios.cc36 void MessagePumpIOSForIO::FileDescriptorWatcher::Init( function in class:base::MessagePumpIOSForIO::FileDescriptorWatcher
123 controller->Init(scoped_fdref.release(), callback_types,
H A Dmessage_pump_libevent.cc79 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e) { function in class:base::MessagePumpLibevent::FileDescriptorWatcher
118 if (!Init())
196 controller->Init(evt.release());
311 bool MessagePumpLibevent::Init() { function in class:base::MessagePumpLibevent
/external/chromium_org/base/prefs/
H A Dpref_change_registrar.cc21 void PrefChangeRegistrar::Init(PrefService* service) { function in class:PrefChangeRegistrar
H A Dpref_member.cc28 void PrefMemberBase::Init(const char* pref_name, function in class:subtle::PrefMemberBase
32 Init(pref_name, prefs);
35 void PrefMemberBase::Init(const char* pref_name, function in class:subtle::PrefMemberBase
39 DCHECK(pref_name_.empty()); // Check that Init is only called once.
H A Dpref_member.h11 // my_string_.Init(prefs::kHomePage, prefs);
20 // An optional observer can be passed into the Init method which can be used to
106 void Init(const char* pref_name, PrefService* prefs,
108 void Init(const char* pref_name, PrefService* prefs);
164 // Defer initialization to an Init method so it's easy to make this class be
172 void Init(const char* pref_name, PrefService* prefs, function in class:PrefMember
174 subtle::PrefMemberBase::Init(pref_name, prefs, observer);
176 void Init(const char* pref_name, PrefService* prefs, function in class:PrefMember
178 subtle::PrefMemberBase::Init(
182 void Init(cons function in class:PrefMember
[all...]
H A Dpref_member_unittest.cc38 void Init(const char* pref_name, PrefService* prefs) { function in class:__anon2410::GetPrefValueHelper
39 pref_.Init(pref_name, prefs);
83 str_.Init(kStringPref, prefs,
109 boolean.Init(kBoolPref, &prefs);
130 integer.Init(kIntPref, &prefs);
151 double_member.Init(kDoublePref, &prefs);
172 string.Init(kStringPref, &prefs);
195 string_list.Init(kStringListPref, &prefs);
254 pref1.Init(kDoublePref, &prefs);
256 pref2.Init(kDoublePre
[all...]
/external/chromium_org/base/
H A Dsha1_portable.cc28 // to reuse the instance of sha, call sha.Init();
36 SecureHashAlgorithm() { Init(); }
40 void Init();
100 void SecureHashAlgorithm::Init() { function in class:base::SecureHashAlgorithm
H A Dvalues_unittest.cc171 Init(deletion_flag); // Separate function so that we can use ASSERT_*
174 void Init(bool* deletion_flag) { function in class:base::DeletionTestValue
/external/chromium_org/base/strings/
H A Dstring_tokenizer.h106 Init(string.begin(), string.end(), delims);
112 Init(string_begin, string_end, delims);
156 void Init(const_iterator string_begin, function in class:base::StringTokenizerT
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.cc473 if (!Init())
697 bool TestLauncher::Init() { function in class:base::TestLauncher
834 if (!results_tracker_.Init(*command_line)) {
H A Dtest_results_tracker.cc103 bool TestResultsTracker::Init(const CommandLine& command_line) { function in class:base::TestResultsTracker
/external/chromium_org/base/threading/
H A Dthread.h179 virtual void Init() {} function in class:base::Thread
H A Dthread_perftest.cc35 CommandLine::Init(0, NULL);
44 virtual void Init() {} function in class:base::__anon2562::ThreadPerfTest
76 Init();
160 virtual void Init() OVERRIDE {
161 TaskPerfTest::Init();
178 virtual void Init() OVERRIDE {
/external/chromium_org/cc/output/
H A Doverlay_unittest.cc581 void Init(bool use_validator) { function in class:cc::__anon2727::GLRendererWithOverlaysTest
606 Init(use_validator);
645 Init(use_validator);
678 Init(use_validator);
711 Init(use_validator);
H A Dprogram_binding.cc29 bool ProgramBindingBase::Init(GLES2Interface* context, function in class:cc::ProgramBindingBase
H A Dshader.cc157 void VertexShaderPosTex::Init(GLES2Interface* context, function in class:cc::VertexShaderPosTex
190 void VertexShaderPosTexYUVStretchOffset::Init(GLES2Interface* context, function in class:cc::VertexShaderPosTexYUVStretchOffset
230 void VertexShaderPos::Init(GLES2Interface* context, function in class:cc::VertexShaderPos
262 void VertexShaderPosTexTransform::Init(GLES2Interface* context, function in class:cc::VertexShaderPosTexTransform
318 void VertexShaderQuad::Init(GLES2Interface* context, function in class:cc::VertexShaderQuad
375 void VertexShaderQuadAA::Init(GLES2Interface* context, function in class:cc::VertexShaderQuadAA
432 void VertexShaderQuadTexTransformAA::Init(GLES2Interface* context, function in class:cc::VertexShaderQuadTexTransformAA
492 void VertexShaderTile::Init(GLES2Interface* context, function in class:cc::VertexShaderTile
536 void VertexShaderTileAA::Init(GLES2Interface* context, function in class:cc::VertexShaderTileAA
595 void VertexShaderVideoTransform::Init(GLES2Interfac function in class:cc::VertexShaderVideoTransform
633 void FragmentTexAlphaBinding::Init(GLES2Interface* context, function in class:cc::FragmentTexAlphaBinding
658 void FragmentTexColorMatrixAlphaBinding::Init(GLES2Interface* context, function in class:cc::FragmentTexColorMatrixAlphaBinding
684 void FragmentTexOpaqueBinding::Init(GLES2Interface* context, function in class:cc::FragmentTexOpaqueBinding
770 void FragmentTexBackgroundBinding::Init(GLES2Interface* context, function in class:cc::FragmentTexBackgroundBinding
883 void FragmentShaderRGBATexAlphaAA::Init(GLES2Interface* context, function in class:cc::FragmentShaderRGBATexAlphaAA
926 void FragmentTexClampAlphaAABinding::Init(GLES2Interface* context, function in class:cc::FragmentTexClampAlphaAABinding
1000 void FragmentShaderRGBATexAlphaMask::Init(GLES2Interface* context, function in class:cc::FragmentShaderRGBATexAlphaMask
1053 void FragmentShaderRGBATexAlphaMaskAA::Init(GLES2Interface* context, function in class:cc::FragmentShaderRGBATexAlphaMaskAA
1113 void FragmentShaderRGBATexAlphaMaskColorMatrixAA::Init( function in class:cc::FragmentShaderRGBATexAlphaMaskColorMatrixAA
1183 void FragmentShaderRGBATexAlphaColorMatrixAA::Init( function in class:cc::FragmentShaderRGBATexAlphaColorMatrixAA
1240 void FragmentShaderRGBATexAlphaMaskColorMatrix::Init( function in class:cc::FragmentShaderRGBATexAlphaMaskColorMatrix
1306 void FragmentShaderYUVVideo::Init(GLES2Interface* context, function in class:cc::FragmentShaderYUVVideo
1366 void FragmentShaderYUVAVideo::Init(GLES2Interface* context, function in class:cc::FragmentShaderYUVAVideo
1423 void FragmentShaderColor::Init(GLES2Interface* context, function in class:cc::FragmentShaderColor
1454 void FragmentShaderColorAA::Init(GLES2Interface* context, function in class:cc::FragmentShaderColorAA
1492 void FragmentShaderCheckerboard::Init(GLES2Interface* context, function in class:cc::FragmentShaderCheckerboard
[all...]
H A Dshader.h61 void Init(gpu::gles2::GLES2Interface* context,
78 void Init(gpu::gles2::GLES2Interface* context,
99 void Init(gpu::gles2::GLES2Interface* context,
114 void Init(gpu::gles2::GLES2Interface* context, function in class:cc::VertexShaderPosTexIdentity
124 void Init(gpu::gles2::GLES2Interface* context,
145 void Init(gpu::gles2::GLES2Interface* context,
166 void Init(gpu::gles2::GLES2Interface* context,
190 void Init(gpu::gles2::GLES2Interface* context,
215 void Init(gpu::gles2::GLES2Interface* context,
240 void Init(gp
[all...]
/external/chromium_org/chrome/browser/android/accessibility/
H A Dfont_size_prefs_android.cc19 pref_change_registrar_->Init(pref_service_);
74 jlong Init(JNIEnv* env, jobject obj) { function
/external/chromium_org/chrome/browser/android/banners/
H A Dapp_banner_manager.cc154 jlong Init(JNIEnv* env, jobject obj) { function in namespace:banners
/external/chromium_org/chrome/browser/android/bookmarks/
H A Dbookmarks_bridge.cc124 static jlong Init(JNIEnv* env, jobject obj, jobject j_profile) { function
/external/chromium_org/chrome/browser/android/dom_distiller/
H A Dfeedback_reporter_android.cc63 jlong Init(JNIEnv* env, jobject obj) { function in namespace:dom_distiller::android
/external/chromium_org/chrome/browser/android/enhanced_bookmarks/
H A Denhanced_bookmarks_bridge.cc59 static jlong Init(JNIEnv* env, jobject obj, jlong bookmark_model_ptr) { function in namespace:enhanced_bookmarks::android
/external/chromium_org/chrome/browser/android/
H A Dfavicon_helper.cc93 static jlong Init(JNIEnv* env, jclass clazz) { function
H A Dforeign_session_helper.cc136 static jlong Init(JNIEnv* env, jclass clazz, jobject profile) { function
H A Dlogo_bridge.cc84 static jlong Init(JNIEnv* env, jobject obj, jobject j_profile) { function

Completed in 378 milliseconds

1234567891011>>