Searched refs:Init (Results 176 - 200 of 3817) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_base_unittest.cc40 EXPECT_EQ(0, base_->Init(adm_.get(), audioproc));
46 EXPECT_EQ(0, base_->Init(adm_.get(), NULL));
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge_unittest.cc32 toplevel->Init(toplevel_params);
40 child->Init(child_params);
/external/skia/include/core/
H A DSkGraphics.h20 * Init() is not thread-safe.
22 static void Init();
155 /** This is automatically called by SkGraphics::Init(), and must be
165 SkGraphics::Init();
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_writer_unittest.cc30 ASSERT_TRUE(frame_writer_->Init());
42 ASSERT_TRUE(frame_writer.Init());
/external/webrtc/test/testsupport/
H A Dframe_writer_unittest.cc30 ASSERT_TRUE(frame_writer_->Init());
42 ASSERT_TRUE(frame_writer.Init());
/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer.h53 void Init(const Minimizer::Options& options);
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_detailed_view.h28 virtual void Init() = 0;
/external/chromium_org/athena/input/
H A Dinput_manager_impl.cc26 void Init();
69 void InputManagerImpl::Init() { function in class:athena::__anon2133::InputManagerImpl
70 accelerator_manager_->Init();
106 (new InputManagerImpl)->Init();
/external/chromium_org/cc/output/
H A Dprogram_binding.h27 bool Init(gpu::gles2::GLES2Interface* context,
68 if (!ProgramBindingBase::Init(
77 vertex_shader_.Init(context_provider->ContextGL(),
79 fragment_shader_.Init(context_provider->ContextGL(),
/external/chromium_org/chrome/browser/policy/
H A Dchrome_browser_policy_connector.h31 // Init() should be called to create and start the policy machinery.
36 virtual void Init(
H A Dprofile_policy_connector_stub.cc15 void ProfilePolicyConnector::Init( function in class:policy::ProfilePolicyConnector
/external/chromium_org/chrome/browser/sync/test/
H A Dtest_http_bridge_factory.cc34 void TestHttpBridgeFactory::Init(const std::string& user_agent) {} function in class:browser_sync::TestHttpBridgeFactory
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dimmersive_mode_controller_stub.cc15 void ImmersiveModeControllerStub::Init(BrowserView* browser_view) { function in class:ImmersiveModeControllerStub
/external/chromium_org/chrome/browser/web_resource/
H A Deula_accepted_notifier.h28 void Init(Observer* observer);
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi_dll.cc24 CommandLine::Init(0, NULL);
/external/chromium_org/chrome/nacl/
H A Dnacl_exe_win_64.cc22 CommandLine::Init(0, NULL);
/external/chromium_org/chrome/renderer/spellchecker/
H A Dcocoa_spelling_engine_mac.h13 virtual void Init(base::File bdict_file) OVERRIDE;
H A Dcustom_dictionary_engine.h23 void Init(const std::set<std::string>& words);
H A Dspelling_engine.h24 virtual void Init(base::File bdict_file) = 0;
/external/chromium_org/chrome/utility/media_galleries/
H A Dpicasa_album_table_reader.h21 bool Init();
/external/chromium_org/chromeos/dbus/
H A Dfake_lorgnette_manager_client.h22 virtual void Init(dbus::Bus* bus) OVERRIDE;
H A Dfake_permission_broker_client.h19 virtual void Init(dbus::Bus* bus) OVERRIDE;
H A Dmock_cryptohome_client.cc27 EXPECT_CALL(*this, Init(_)).Times(AnyNumber());
/external/chromium_org/content/browser/
H A Dpower_monitor_message_broadcaster.h31 void Init();
/external/chromium_org/content/browser/renderer_host/
H A Drender_sandbox_host_linux.h33 void Init();
43 // Whether Init() has been called yet.

Completed in 6909 milliseconds

1234567891011>>