Searched defs:Init (Results 126 - 150 of 1406) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/cpp/dev/
H A Dbuffer_dev.cc27 Init();
32 Init();
43 Init();
48 Init();
57 Init();
61 void Buffer_Dev::Init() { function in class:pp::Buffer_Dev
/external/chromium_org/ppapi/examples/stub/
H A Dstub.cc16 virtual bool Init(uint32_t argc, const char* argn[], const char* argv[]) { function in class:MyInstance
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsrpc_params.cc101 bool SrpcParams::Init(const char* in_types, const char* out_types) { function in class:plugin::SrpcParams
/external/chromium_org/ppapi/tests/
H A Dtest_audio_config.cc13 bool TestAudioConfig::Init() { function in class:TestAudioConfig
H A Dtest_console.cc20 bool TestConsole::Init() { function in class:TestConsole
H A Dtest_flash_fullscreen.cc47 bool TestFlashFullscreen::Init() { function in class:TestFlashFullscreen
H A Dtest_mouse_lock.cc22 bool TestMouseLock::Init() { function in class:TestMouseLock
H A Dtest_output_protection_private.cc16 bool TestOutputProtectionPrivate::Init() { function in class:TestOutputProtectionPrivate
H A Dtest_tcp_server_socket_private_disallowed.cc23 bool TestTCPServerSocketPrivateDisallowed::Init() { function in class:TestTCPServerSocketPrivateDisallowed
H A Dtest_trace_event.cc17 bool TestTraceEvent::Init() { function in class:TestTraceEvent
H A Dtest_var_resource.cc15 bool TestVarResource::Init() { function in class:TestVarResource
H A Dtest_video_destination.cc38 bool TestVideoDestination::Init() { function in class:TestVideoDestination
/external/chromium_org/printing/backend/
H A Dprinting_info_win.h26 bool Init(HANDLE printer) { function in class:printing::internal::PrinterInfo
44 bool Init(HANDLE printer) { function in class:printing::internal::DriverInfo
/external/chromium_org/printing/
H A Dpage_number.cc15 Init(settings, document_page_count);
32 void PageNumber::Init(const PrintSettings& settings, int document_page_count) { function in class:printing::PageNumber
/external/chromium_org/remoting/base/
H A Dsocket_reader.cc29 void SocketReader::Init(net::Socket* socket, function in class:remoting::SocketReader
/external/chromium_org/remoting/host/
H A Dipc_mouse_cursor_monitor.cc21 void IpcMouseCursorMonitor::Init(Callback* callback, Mode mode) { function in class:remoting::IpcMouseCursorMonitor
/external/chromium_org/remoting/protocol/
H A Dchannel_dispatcher_base.cc26 void ChannelDispatcherBase::Init(Session* session, function in class:remoting::protocol::ChannelDispatcherBase
/external/chromium_org/sandbox/win/src/
H A Djob.cc17 DWORD Job::Init(JobLevel security_level, function in class:sandbox::Job
H A Dresolver.cc12 NTSTATUS ResolverThunk::Init(const void* target_module, function in class:sandbox::ResolverThunk
H A Dshared_handles.cc18 bool SharedHandles::Init(void* raw_mem, size_t size_bytes) { function in class:sandbox::SharedHandles
/external/chromium_org/sdch/open-vcdiff/src/
H A Ddecodetable.h39 // In any case, the Init() method must be called before GetNextInstruction()
48 // UseCodeTable() may be called either before or after calling Init().
57 // Init() may be called any number of times to reset the state of
60 void Init(const char** instructions_and_sizes, function in class:open_vcdiff::VCDiffCodeTableReader
97 // If Init() was not called before calling this method, then
/external/chromium_org/sync/test/fake_server/android/
H A Dfake_server_helper_android.cc20 static jlong Init(JNIEnv* env, jobject obj) { function
/external/chromium_org/third_party/android_testrunner/
H A Dlogger.py21 Init(path) must be called to enable logging to a file
30 def Init(log_file_path): function
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dsingleton_posix.h31 const int ret = pthread_once(&once_control_, &Init);
38 static void Init() { function in class:i18n::phonenumbers::Singleton
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_data.cc51 Init(ba);
55 Init(data->array_);
60 Init(data->array_);
68 void FontData::Init(ByteArray* ba) { function in class:sfntly::FontData

Completed in 433 milliseconds

1234567891011>>