HomeSort by relevance Sort by last modified time
    Searched refs:HRESULT (Results 76 - 100 of 609) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/media/audio/win/
audio_low_latency_input_win.h 119 void HandleError(HRESULT err);
122 HRESULT SetCaptureDevice();
123 HRESULT ActivateCaptureDevice();
124 HRESULT GetAudioEngineStreamFormat();
126 HRESULT InitializeAudioEngine();
130 static HRESULT GetMixFormat(const std::string& device_id,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 2 extern "C" HRESULT STDMETHODCALLTYPE D3D10CreateBlob(
7 HRESULT STDMETHODCALLTYPE D3D10CreateBlob(
40 static HRESULT dxbc_assemble_as_blob(struct dxbc_chunk_header** chunks, unsigned num_chunks, ID3D10Blob** blob)
49 HRESULT D3D10GetInputSignatureBlob(
62 HRESULT D3D10GetOutputSignatureBlob(
75 HRESULT D3D10GetInputAndOutputSignatureBlob(
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 2 extern "C" HRESULT STDMETHODCALLTYPE D3D10CreateBlob(
7 HRESULT STDMETHODCALLTYPE D3D10CreateBlob(
40 static HRESULT dxbc_assemble_as_blob(struct dxbc_chunk_header** chunks, unsigned num_chunks, ID3D10Blob** blob)
49 HRESULT D3D10GetInputSignatureBlob(
62 HRESULT D3D10GetOutputSignatureBlob(
75 HRESULT D3D10GetInputAndOutputSignatureBlob(
  /external/chromium_org/printing/backend/
win_helper.h 97 static HRESULT OpenProvider(const base::string16& printer_name,
100 static HRESULT GetPrintCapabilities(HPTPROVIDER provider,
104 static HRESULT ConvertDevModeToPrintTicket(HPTPROVIDER provider,
109 static HRESULT ConvertPrintTicketToDevMode(
117 static HRESULT MergeAndValidatePrintTicket(HPTPROVIDER provider,
123 static HRESULT ReleaseMemory(PVOID buffer);
124 static HRESULT CloseProvider(HPTPROVIDER provider);
151 static HRESULT StartXpsPrintJob(
  /external/chromium_org/remoting/host/win/
chromoting_module.h 56 HRESULT RegisterClassObjects(DWORD class_context, DWORD flags);
57 HRESULT RevokeClassObjects();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10misc.h 36 HRESULT WINAPI D3D10CreateDevice(IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type,
39 HRESULT WINAPI D3D10CreateDeviceAndSwapChain(IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type,
  /external/chromium_org/win8/test/
open_with_dialog_controller.h 24 // interaction. If the HRESULT indicates success, the interaction completed
27 typedef base::Callback<void(HRESULT,
49 HRESULT RunSynchronously(HWND parent_window,
ui_automation_client.h 30 // If the HRESULT argument indicates success, the automation client has been
34 typedef base::Callback<void(HRESULT)> InitializedCallback;
36 // If the HRESULT argument indicates success, the desired item in the window
39 typedef base::Callback<void(HRESULT, std::vector<string16>)> ResultCallback;
  /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);
OutBuffer.h 13 COutBufferException(HRESULT errorCode): CSystemException(errorCode) {}
30 HRESULT FlushPart();
33 HRESULT ErrorCode;
45 HRESULT Flush();
  /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/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10misc.h 36 HRESULT WINAPI D3D10CreateDevice(IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type,
39 HRESULT WINAPI D3D10CreateDeviceAndSwapChain(IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type,
  /external/chromium_org/third_party/isimpledom/
ISimpleDOMNode.idl 160 [propget, id(DISPID_NODE_NODEINFO)] HRESULT nodeInfo(
169 [propget, id(DISPID_NODE_ATTRIBUTES)] HRESULT attributes(
177 [propget, id(DISPID_NODE_ATTRIBUTESFORNAMES)] HRESULT attributesForNames(
184 [propget, id(DISPID_NODE_COMPSTYLE)] HRESULT computedStyle(
192 [propget, id(DISPID_NODE_COMPSTYLEFORPROPS)] HRESULT computedStyleForProperties(
199 HRESULT scrollTo([in] boolean placeTopLeft);
201 [propget] HRESULT parentNode([out, retval] ISimpleDOMNode **node);
202 [propget] HRESULT firstChild([out, retval] ISimpleDOMNode **node);
203 [propget] HRESULT lastChild([out, retval] ISimpleDOMNode **node);
204 [propget] HRESULT previousSibling([out, retval] ISimpleDOMNode **node)
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
background_downloader_win.h 44 void EndDownload(HRESULT hr);
62 HRESULT QueueBitsJob(const GURL& url);
63 HRESULT CreateOrOpenJob(const GURL& url);
64 HRESULT InitializeNewJob(const GURL& url);
  /external/chromium_org/chrome_frame/
ie8_types.h 18 virtual HRESULT STDMETHODCALLTYPE GetBindInfoEx(
  /external/chromium_org/chrome_frame/test/
chrome_tab_mocks.h 31 HRESULT Initialize(MockIChromeFramePrivileged** cfp) {
  /external/chromium_org/win8/metro_driver/
winrt_utils.h 15 void CheckHR(HRESULT hr, const char* str = nullptr);
24 HRESULT CreateActivationFactory(wchar_t const (&class_name)[size], T** object) {
30 HRESULT Create ## Name ## Property( \
47 HRESULT CompareProperties(
  /external/lzma/CPP/7zip/Archive/Common/
DummyOutStream.cpp 10 HRESULT result;
OutStreamWithCRC.cpp 9 HRESULT result = S_OK;
  /external/lzma/CPP/7zip/UI/Common/
Bench.h 22 virtual HRESULT SetEncodeResult(const CBenchInfo &info, bool final) = 0;
23 virtual HRESULT SetDecodeResult(const CBenchInfo &info, bool final) = 0;
31 HRESULT LzmaBench(
40 HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed);

Completed in 2135 milliseconds

1 2 34 5 6 7 8 91011>>