/external/chromium_org/third_party/skia/src/utils/win/ |
SkDWriteFontFileStream.h | 52 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject); 57 virtual HRESULT STDMETHODCALLTYPE ReadFileFragment( 64 virtual HRESULT STDMETHODCALLTYPE GetFileSize(UINT64* fileSize); 65 virtual HRESULT STDMETHODCALLTYPE GetLastWriteTime(UINT64* lastWriteTime); 67 static HRESULT Create(SkStream* stream, SkDWriteFontFileStreamWrapper** streamFontFileStream);
|
SkDWriteGeometrySink.h | 31 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void **object) SK_OVERRIDE; 41 virtual HRESULT STDMETHODCALLTYPE Close() SK_OVERRIDE; 43 static HRESULT Create(SkPath* path, IDWriteGeometrySink** geometryToPath);
|
/external/lzma/CPP/7zip/Archive/Common/ |
CoderMixer2MT.h | 15 HRESULT Result;
53 HRESULT Init(ISequentialInStream **inStreams, ISequentialOutStream **outStreams);
54 HRESULT ReturnIfError(HRESULT code);
67 HRESULT SetBindInfo(const CBindInfo &bindInfo);
|
HandlerOut.h | 22 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
24 HRESULT SetSolidSettings(const UString &s);
25 HRESULT SetSolidSettings(const PROPVARIANT &value);
54 HRESULT SetParam(COneMethodInfo &oneMethodInfo, const UString &name, const UString &value);
55 HRESULT SetParams(COneMethodInfo &oneMethodInfo, const UString &srcString);
|
DummyOutStream.cpp | 10 HRESULT result;
|
OutStreamWithCRC.cpp | 9 HRESULT result = S_OK;
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveOpenCallback.h | 23 virtual HRESULT Open_CryptoGetTextPassword(BSTR *password) x; \
24 virtual HRESULT Open_GetPasswordIfAny(UString &password) x; \
31 virtual HRESULT Open_CheckBreak() x; \
32 virtual HRESULT Open_SetTotal(const UInt64 *files, const UInt64 *bytes) x; \
33 virtual HRESULT Open_SetCompleted(const UInt64 *files, const UInt64 *bytes) x; \
|
/external/skia/src/utils/win/ |
SkDWriteFontFileStream.h | 52 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject); 57 virtual HRESULT STDMETHODCALLTYPE ReadFileFragment( 64 virtual HRESULT STDMETHODCALLTYPE GetFileSize(UINT64* fileSize); 65 virtual HRESULT STDMETHODCALLTYPE GetLastWriteTime(UINT64* lastWriteTime); 67 static HRESULT Create(SkStream* stream, SkDWriteFontFileStreamWrapper** streamFontFileStream);
|
SkDWriteGeometrySink.h | 31 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void **object) SK_OVERRIDE; 41 virtual HRESULT STDMETHODCALLTYPE Close() SK_OVERRIDE; 43 static HRESULT Create(SkPath* path, IDWriteGeometrySink** geometryToPath);
|
/external/chromium_org/ui/native_theme/ |
native_theme_win.h | 57 HRESULT GetThemeColor(ThemeName theme, 94 HRESULT PaintTextField(HDC hdc, 140 HRESULT GetThemePartSize(ThemeName themeName, 148 HRESULT PaintButton(HDC hdc, 155 HRESULT PaintMenuSeparator(HDC hdc, 159 HRESULT PaintMenuGutter(HDC hdc, const gfx::Rect& rect) const; 164 HRESULT PaintMenuArrow(HDC hdc, 169 HRESULT PaintMenuBackground(HDC hdc, const gfx::Rect& rect) const; 171 HRESULT PaintMenuCheck(HDC hdc, 176 HRESULT PaintMenuCheckBackground(HDC hdc [all...] |
/external/chromium_org/cloud_print/virtual_driver/win/ |
virtual_driver_helpers.h | 21 // Convert an HRESULT to a localized string and display it in a message box. 22 void DisplayWindowsMessage(HWND hwnd, HRESULT hr, 29 HRESULT GetPrinterDriverDir(base::FilePath* path);
|
/external/chromium_org/ui/base/dragdrop/ |
drag_source_win.cc | 12 HRESULT DragSourceWin::QueryContinueDrag(BOOL escape_pressed, DWORD key_state) { 30 HRESULT DragSourceWin::GiveFeedback(DWORD effect) { 34 HRESULT DragSourceWin::QueryInterface(const IID& iid, void** object) {
|
os_exchange_data_provider_win.h | 56 HRESULT __stdcall GetData(FORMATETC* format_etc, STGMEDIUM* medium); 57 HRESULT __stdcall GetDataHere(FORMATETC* format_etc, STGMEDIUM* medium); 58 HRESULT __stdcall QueryGetData(FORMATETC* format_etc); 59 HRESULT __stdcall GetCanonicalFormatEtc( 61 HRESULT __stdcall SetData( 63 HRESULT __stdcall EnumFormatEtc( 65 HRESULT __stdcall DAdvise(FORMATETC* format_etc, DWORD advf, 67 HRESULT __stdcall DUnadvise(DWORD connection); 68 HRESULT __stdcall EnumDAdvise(IEnumSTATDATA** enumerator); 71 HRESULT __stdcall EndOperation [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zEncode.h | 35 HRESULT CreateMixerCoder(DECL_EXTERNAL_CODECS_LOC_VARS
42 HRESULT EncoderConstr();
43 HRESULT Encode(
|
/external/chromium_org/third_party/skia/include/device/xps/ |
SkXPSDevice.h | 165 friend static HRESULT subset_typeface(TypefaceUse* current); 182 HRESULT initXpsDocumentWriter(IXpsOMImageResource* image); 184 HRESULT createXpsPage( 188 HRESULT createXpsThumbnail( 198 HRESULT createXpsBrush( 203 HRESULT createXpsSolidColorBrush( 207 HRESULT createXpsImageBrush( 214 HRESULT createXpsLinearGradient( 221 HRESULT createXpsRadialGradient( 228 HRESULT createXpsGradientStop [all...] |
/external/chromium_org/third_party/skia/include/utils/win/ |
SkHRESULT.h | 14 HRESULT hr, const char* msg); 23 HRESULT _hr = _ex;\ 32 These macros are for reporting HRESULT errors. 34 If the resulting HRESULT SUCCEEDED then execution will continue normally. 35 If the HRESULT FAILED then the macro will return from the current function. 37 The HR variants will return the HRESULT when FAILED.
|
/external/skia/include/device/xps/ |
SkXPSDevice.h | 165 friend static HRESULT subset_typeface(TypefaceUse* current); 182 HRESULT initXpsDocumentWriter(IXpsOMImageResource* image); 184 HRESULT createXpsPage( 188 HRESULT createXpsThumbnail( 198 HRESULT createXpsBrush( 203 HRESULT createXpsSolidColorBrush( 207 HRESULT createXpsImageBrush( 214 HRESULT createXpsLinearGradient( 221 HRESULT createXpsRadialGradient( 228 HRESULT createXpsGradientStop [all...] |
/external/skia/include/utils/win/ |
SkHRESULT.h | 14 HRESULT hr, const char* msg); 23 HRESULT _hr = _ex;\ 32 These macros are for reporting HRESULT errors. 34 If the resulting HRESULT SUCCEEDED then execution will continue normally. 35 If the HRESULT FAILED then the macro will return from the current function. 37 The HR variants will return the HRESULT when FAILED.
|
/external/lzma/CPP/7zip/Common/ |
LockedStream.cpp | 7 HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size,
18 HRESULT result = _lockedInStream->Read(_pos, data, size, &realProcessedSize);
|
StreamBinder.h | 24 HRESULT Read(void *data, UInt32 size, UInt32 *processedSize);
27 HRESULT Write(const void *data, UInt32 size, UInt32 *processedSize);
|
OffsetStream.h | 16 HRESULT Init(IOutStream *stream, UInt64 offset);
|
/external/lzma/CPP/7zip/UI/Console/ |
UpdateCallbackConsole.h | 56 CRecordVector<HRESULT> FailedCodes;
59 CRecordVector<HRESULT> CantFindCodes;
|
List.h | 9 HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices,
|
/external/chromium_org/ui/shell_dialogs/ |
print_settings_dialog_win.cc | 41 HRESULT hr = (*params.print_dialog_func)(params.dialog_options); 49 HRESULT hresult, 52 if (hresult != S_OK)
|
/external/lzma/CPP/7zip/Compress/ |
LzmaDecoder.h | 41 HRESULT CreateInputBuffer();
42 HRESULT CodeSpec(ISequentialInStream *inStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress);
70 HRESULT CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgressInfo *progress);
71 HRESULT ReadFromInputStream(void *data, UInt32 size, UInt32 *processedSize);
|