HomeSort by relevance Sort by last modified time
    Searched refs:STDMETHODIMP (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 8 STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
25 STDMETHODIMP CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
48 STDMETHODIMP CLimitedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
62 STDMETHODIMP CClusterInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
99 STDMETHODIMP CClusterInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
130 STDMETHODIMP CLimitedSequentialOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
LockedStream.cpp 15 STDMETHODIMP CLockedSequentialInStreamImp::Read(void *data, UInt32 size, UInt32 *processedSize)
FileStreams.cpp 80 STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize)
199 STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize)
207 STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize)
243 STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin,
292 STDMETHODIMP CInFileStream::GetSize(UInt64 *size)
306 STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
332 STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
356 STDMETHODIMP COutFileStream::SetSize(UInt64 newSize)
372 STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
380 STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
    [all...]
StreamObjects.cpp 9 STDMETHODIMP CBufInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
27 STDMETHODIMP CBufInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
84 STDMETHODIMP CDynBufSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
100 STDMETHODIMP CBufPtrSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
112 STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt32 size, UInt32 *processedSize)
167 STDMETHODIMP CCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
209 STDMETHODIMP CCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
ProgressUtils.cpp 21 STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 184 STDMETHODIMP CommandExecuteImpl::SetKeyState(DWORD key_state) {
188 STDMETHODIMP CommandExecuteImpl::SetParameters(LPCWSTR params) {
193 STDMETHODIMP CommandExecuteImpl::SetPosition(POINT pt) {
197 STDMETHODIMP CommandExecuteImpl::SetShowWindow(int show) {
203 STDMETHODIMP CommandExecuteImpl::SetNoShowUI(BOOL no_show_ui) {
207 STDMETHODIMP CommandExecuteImpl::SetDirectory(LPCWSTR directory) {
218 STDMETHODIMP CommandExecuteImpl::GetValue(enum AHE_TYPE* pahe) {
240 STDMETHODIMP CommandExecuteImpl::Execute() {
286 STDMETHODIMP CommandExecuteImpl::Initialize(LPCWSTR name,
302 STDMETHODIMP CommandExecuteImpl::SetSelection(IShellItemArray* item_array)
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.cc 65 CONTENT_EXPORT STDMETHODIMP get_relationType(BSTR* relation_type);
66 CONTENT_EXPORT STDMETHODIMP get_nTargets(long* n_targets);
67 CONTENT_EXPORT STDMETHODIMP get_target(long target_index, IUnknown** target);
68 CONTENT_EXPORT STDMETHODIMP get_targets(long max_targets,
73 CONTENT_EXPORT STDMETHODIMP get_localizedRelationType(BSTR* relation_type) {
93 STDMETHODIMP BrowserAccessibilityRelation::get_relationType(
106 STDMETHODIMP BrowserAccessibilityRelation::get_nTargets(long* n_targets) {
126 STDMETHODIMP BrowserAccessibilityRelation::get_target(long target_index,
150 STDMETHODIMP BrowserAccessibilityRelation::get_targets(long max_targets,
239 STDMETHODIMP BrowserAccessibilityWin::accHitTest(LONG x_left
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.cpp 7 STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *processedSize)
52 STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
117 STDMETHODIMP COutMultiStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
170 STDMETHODIMP COutMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
  /external/lzma/CPP/7zip/Compress/
ByteSwap.cpp 31 STDMETHODIMP CByteSwap2::Init() { return S_OK; }
46 STDMETHODIMP CByteSwap4::Init() { return S_OK; }
CopyCoder.cpp 20 STDMETHODIMP CCopyCoder::Code(ISequentialInStream *inStream,
55 STDMETHODIMP CCopyCoder::GetInStreamProcessedSize(UInt64 *value)
LzmaDecoder.cpp 47 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; }
48 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; }
63 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
80 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
159 STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,
170 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { _inStream = inStream; return S_OK; }
171 STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); return S_OK; }
173 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)
Lzma2Decoder.cpp 44 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
58 STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) { *value = _inSizeProcessed; return S_OK; }
59 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { _inStream = inStream; return S_OK; }
60 STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); return S_OK; }
62 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
75 STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream,
146 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)
Lzma2Encoder.cpp 58 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs,
71 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream)
77 STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,
LzmaEncoder.cpp 101 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs,
124 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream)
132 STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msptrmac.h 35 STDMETHODIMP CompleteConnectTerminal(void);
36 STDMETHODIMP DisconnectTerminal(IGraphBuilder *pGraph,DWORD dwReserved);
msptrmar.h 35 STDMETHODIMP CompleteConnectTerminal(void);
36 STDMETHODIMP DisconnectTerminal(IGraphBuilder *pGraph,DWORD dwReserved);
kcom.h 132 COMDDKMETHOD STDMETHODIMP NonDelegatedQueryInterface(REFIID InterfaceId, PVOID* Interface);
135 COMDDKMETHOD STDMETHODIMP IndirectedQueryInterface(REFIID InterfaceId, PVOID* Interface);
146 STDMETHODIMP NonDelegatedQueryInterface( REFIID InterfaceId, PVOID* Interface); \
147 STDMETHODIMP QueryInterface( REFIID InterfaceId, PVOID* Interface); \
152 STDMETHODIMP Class::QueryInterface( REFIID InterfaceId, PVOID* Interface) { \
  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 96 STDMETHODIMP TextStore::AdviseSink(REFIID iid,
116 STDMETHODIMP TextStore::FindNextAttrTransition(
135 STDMETHODIMP TextStore::GetACPFromPoint(TsViewCookie view_cookie,
145 STDMETHODIMP TextStore::GetActiveView(TsViewCookie* view_cookie) {
153 STDMETHODIMP TextStore::GetEmbedded(LONG acp_pos,
165 STDMETHODIMP TextStore::GetEndACP(LONG* acp) {
174 STDMETHODIMP TextStore::GetFormattedText(LONG acp_start,
181 STDMETHODIMP TextStore::GetScreenExt(TsViewCookie view_cookie, RECT* rect) {
207 STDMETHODIMP TextStore::GetSelection(ULONG selection_index,
229 STDMETHODIMP TextStore::GetStatus(TS_STATUS* status)
    [all...]
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 124 STDMETHODIMP CArchiveOpenCallback::SetTotal(const UInt64 * /* files */, const UInt64 * /* bytes */)
129 STDMETHODIMP CArchiveOpenCallback::SetCompleted(const UInt64 * /* files */, const UInt64 * /* bytes */)
134 STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password)
218 STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */)
223 STDMETHODIMP CArchiveExtractCallback::SetCompleted(const UInt64 * /* completeValue */)
228 STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index,
343 STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractMode)
360 STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operationResult)
401 STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password)
487 STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 /* size */)
    [all...]
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 256 STDMETHODIMP NativeViewAccessibilityWin::accHitTest(
341 STDMETHODIMP NativeViewAccessibilityWin::accLocation(
363 STDMETHODIMP NativeViewAccessibilityWin::accNavigate(
464 STDMETHODIMP NativeViewAccessibilityWin::get_accChild(VARIANT var_child,
537 STDMETHODIMP NativeViewAccessibilityWin::get_accChildCount(LONG* child_count) {
557 STDMETHODIMP NativeViewAccessibilityWin::get_accDefaultAction(
578 STDMETHODIMP NativeViewAccessibilityWin::get_accDescription(
598 STDMETHODIMP NativeViewAccessibilityWin::get_accFocus(VARIANT* focus_child) {
624 STDMETHODIMP NativeViewAccessibilityWin::get_accKeyboardShortcut(
645 STDMETHODIMP NativeViewAccessibilityWin::get_accName
    [all...]
  /external/chromium_org/media/video/capture/win/
sink_filter_win.cc 47 STDMETHODIMP SinkFilter::GetClassID(CLSID* clsid) {
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 209 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
220 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
256 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
280 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *)
305 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream)
312 STDMETHODIMP CHandler::Close()
321 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
SplitHandler.cpp 51 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
137 STDMETHODIMP CHandler::Open(IInStream *stream,
269 STDMETHODIMP CHandler::Close()
276 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
282 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
297 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
338 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream)
XzHandler.cpp 255 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
270 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
276 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value)
388 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback)
400 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream)
407 STDMETHODIMP CHandler::Close()
430 STDMETHODIMP CSeekToSeqStream::Read(void *data, UInt32 size, UInt32 *processedSize)
435 STDMETHODIMP CSeekToSeqStream::Seek(Int64, UInt32, UInt64 *) { return E_NOTIMPL; }
451 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
583 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *timeType)
    [all...]
  /external/chromium_org/remoting/host/win/
elevated_controller.cc 305 STDMETHODIMP ElevatedController::GetConfig(BSTR* config_out) {
328 STDMETHODIMP ElevatedController::GetVersion(BSTR* version_out) {
349 STDMETHODIMP ElevatedController::SetConfig(BSTR config) {
362 STDMETHODIMP ElevatedController::SetOwnerWindow(LONG_PTR window_handle) {
367 STDMETHODIMP ElevatedController::StartDaemon() {
406 STDMETHODIMP ElevatedController::StopDaemon() {
445 STDMETHODIMP ElevatedController::UpdateConfig(BSTR config) {
479 STDMETHODIMP ElevatedController::GetUsageStatsConsent(BOOL* allowed,
492 STDMETHODIMP ElevatedController::SetUsageStatsConsent(BOOL allowed) {

Completed in 1905 milliseconds

12 3 4