Searched defs:Attach (Results 1 - 23 of 23) sorted by relevance

/external/lzma/CPP/Windows/
H A DHandle.h26 void Attach(HANDLE handle) { _handle = handle; } function in class:NWindows::CHandle
H A DRegistry.h22 void Attach(HKEY key) { _object = key; } function in class:NWindows::NRegistry::CKey
H A DDLL.h28 void Attach(HMODULE m) function in class:NWindows::NDLL::CLibrary
H A DThread.h26 void Attach(HANDLE handle) { thread = handle; } function in class:NWindows::CThread
H A DPropVariant.cpp229 HRESULT CPropVariant::Attach(PROPVARIANT *pSrc) throw() function in class:NWindows::NCOM::CPropVariant
H A DShell.cpp71 void CDrop::Attach(HDROP object) function in class:NWindows::NShell::CDrop
169 itemIDListHolder.Attach(itemIDList);
265 itemIDListHolder.Attach(itemIDList);
H A DShell.h29 void Attach(LPITEMIDLIST object) function in class:NWindows::NShell::CItemIDList
62 void Attach(HDROP object);
H A DWindow.h66 void Attach(HWND newWindow) { _window = newWindow; } function in class:NWindows::CWindow
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_input_stream.cc141 bool MemoryInputStream::Attach(const byte_t* buffer, size_t length) { function in class:sfntly::MemoryInputStream
H A Drefcount.h35 // obj.Attach(Foo::CreatedInstance()); // ref count = 1
63 // end_scope_pointer.Attach(passThrough);
256 void Attach(T* pT) { function in class:sfntly::Ptr
/external/webrtc/webrtc/base/
H A Dsocketstream.cc16 Attach(socket);
23 void SocketStream::Attach(AsyncSocket* socket) { function in class:rtc::SocketStream
H A Dasyncsocket.cc22 Attach(socket);
29 void AsyncSocketAdapter::Attach(AsyncSocket* socket) { function in class:rtc::AsyncSocketAdapter
H A Dlinux.cc184 void ConfigParser::Attach(StreamInterface* stream) { function in class:rtc::ConfigParser
H A Dstream.cc209 void StreamAdapterInterface::Attach(StreamInterface* stream, bool owned) { function in class:rtc::StreamAdapterInterface
H A Dwin32socketserver.cc252 int Win32Socket::Attach(SOCKET s) { function in class:rtc::Win32Socket
486 if (0 == socket->Attach(s))
/external/libchrome/base/win/
H A Dscoped_comptr.h71 void Attach(Interface* p) { function in class:base::win::ScopedComPtr
/external/lzma/CPP/Windows/Control/
H A DImageList.h19 bool Attach(HIMAGELIST imageList) function in class:NWindows::NControl::CImageList
40 return Attach(a);
/external/lzma/CPP/Common/
H A DMyCom.h39 void Attach(T* p2) function in class:CMyComPtr
129 void Attach(BSTR src) { m_str = src; }
/external/pdfium/xfa/fde/
H A Dcfx_wordbreak.cpp2786 void CFX_WordBreak::Attach(IFX_CharIter* pIter) { function in class:CFX_WordBreak
2791 void CFX_WordBreak::Attach(const CFX_WideString& wsText) { function in class:CFX_WordBreak
/external/libchrome/base/message_loop/
H A Dmessage_loop.cc719 void MessageLoopForUI::Attach() { function in class:base::MessageLoopForUI
720 static_cast<MessagePumpUIApplication*>(pump_.get())->Attach(this);
/external/pdfium/fpdfsdk/javascript/
H A DJS_Value.cpp74 void CJS_Value::Attach(v8::Local<v8::Value> pValue) { function in class:CJS_Value
180 array.Attach(pRuntime->ToArray(m_pValue));
188 date.Attach(mutable_value.As<v8::Date>());
311 void CJS_Array::Attach(v8::Local<v8::Array> pArray) { function in class:CJS_Array
319 value.Attach(pRuntime->GetArrayElement(m_pArray, index));
364 void CJS_Date::Attach(v8::Local<v8::Date> pDate) { function in class:CJS_Date
/external/sonivox/jet_tools/JetCreator/
H A Deas.py710 def Attach (self, stream): member in class:EAS
711 """Attach a file or output device to the EAS output.
728 EAS.Attach for more details. It is the responsibility of
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp2179 bool CFX_FxgeDevice::Attach(CFX_DIBitmap* pBitmap, function in class:CFX_FxgeDevice

Completed in 2639 milliseconds