Searched defs:Init (Results 351 - 375 of 1406) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ppapi/examples/printing/
H A Dprinting.cc54 virtual bool Init(uint32_t argc, const char* argn[], const char* argv[]) { function in class:MyInstance
/external/chromium_org/ppapi/shared_impl/
H A Dppb_audio_config_shared.cc34 if (!object->Init(sample_rate, sample_frame_count))
157 bool PPB_AudioConfig_Shared::Init(PP_AudioSampleRate sample_rate, function in class:ppapi::PPB_AudioConfig_Shared
/external/chromium_org/ppapi/tests/extensions/media_galleries/
H A Dtest_galleries.cc26 virtual bool Init(uint32_t argc, const char* argn[], const char* argv[]);
46 bool FilePassingInstance::Init(uint32_t argc, function in class:FilePassingInstance
/external/chromium_org/ppapi/tests/
H A Dtest_browser_font.cc16 bool TestBrowserFont::Init() { function in class:TestBrowserFont
H A Dtest_char_set.cc20 bool TestCharSet::Init() { function in class:TestCharSet
H A Dtest_image_data.cc15 bool TestImageData::Init() { function in class:TestImageData
H A Dtest_net_address.cc50 bool TestNetAddress::Init() { function in class:TestNetAddress
H A Dtest_network_monitor.cc44 bool TestNetworkMonitor::Init() { function in class:TestNetworkMonitor
H A Dtest_paint_aggregator.cc12 bool TestPaintAggregator::Init() { function in class:TestPaintAggregator
H A Dtest_tcp_socket_private.cc33 bool TestTCPSocketPrivate::Init() { function in class:TestTCPSocketPrivate
H A Dtest_url_util.cc18 bool TestURLUtil::Init() { function in class:TestURLUtil
H A Dtest_var.cc26 bool TestVar::Init() { function in class:TestVar
H A Dtest_view.cc39 bool TestView::Init() { function in class:TestView
H A Dtest_x509_certificate_private.cc141 bool TestX509CertificatePrivate::Init() { function in class:TestX509CertificatePrivate
/external/chromium_org/remoting/host/linux/
H A Dx_server_clipboard_unittest.cc25 void Init(Display* display) { function in class:remoting::__anon10440::ClipboardTestClient
27 clipboard_.Init(display,
75 client1_.Init(display1);
78 client2_.Init(display2);
/external/chromium_org/remoting/protocol/
H A Djingle_session_manager.cc35 void JingleSessionManager::Init( function in class:remoting::protocol::JingleSessionManager
H A Dmessage_reader.h46 void Init(net::Socket* socket, const MessageReceivedCallback& callback);
94 void Init(net::Socket* socket, const MessageReceivedCallback& callback) { function in class:remoting::protocol::ProtobufMessageReader
98 message_reader_->Init(
/external/chromium_org/sdch/open-vcdiff/src/
H A Daddrcache.cc38 // Therefore, Init() must be called before any other method can be used.
64 // initialized and used, Init() can be called again to reset it to its initial
72 bool VCDiffAddressCache::Init() { function in class:open_vcdiff::VCDiffAddressCache
101 next_slot_ = 0; // in case Init() is called a second time to reinit
132 // The Init() function must already have been called.
241 // The Init() function must already have been called.
H A Djsonwriter.cc30 bool JSONCodeTableWriter::Init(size_t /*dictionary_size*/) { function in class:open_vcdiff::JSONCodeTableWriter
/external/chromium_org/sync/api/
H A Dsync_error.cc24 Init(location, message, model_type, error_type);
45 Init(other.location(),
64 Init(location, message, model_type, DATATYPE_ERROR);
68 void SyncError::Init(const tracked_objects::Location& location, function in class:syncer::SyncError
/external/chromium_org/sync/internal_api/
H A Dsync_backup_manager.cc22 void SyncBackupManager::Init(InitArgs* args) { function in class:syncer::SyncBackupManager
H A Dsyncapi_server_connection_manager.cc27 bool SyncAPIBridgedConnection::Init(const char* path, function in class:syncer::SyncAPIBridgedConnection
/external/chromium_org/sync/test/
H A Dfake_sync_encryption_handler.cc20 void FakeSyncEncryptionHandler::Init() { function in class:syncer::FakeSyncEncryptionHandler
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_symbols.cpp29 bool ElfSymbols::Init(const ElfView* view) { function in class:crazy::ElfSymbols
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dsubsetsequence.cc79 void SubsetSequence::Init() { function in class:SubsetSequence
80 // printf("Init\n");

Completed in 308 milliseconds

<<11121314151617181920>>