HomeSort by relevance Sort by last modified time
    Searched full:hresult (Results 76 - 100 of 669) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome_frame/
com_type_info_holder.cc 35 HRESULT hr = tih ? tih->Initialize(*iid) : E_OUTOFMEMORY;
54 HRESULT TypeInfoNameCache::Initialize(const IID& iid) {
66 HRESULT hr = LoadTypeLib(file_path, type_lib.Receive());
76 HRESULT TypeInfoNameCache::GetIDsOfNames(OLECHAR** names, uint32 count,
80 HRESULT hr = S_OK;
94 HRESULT TypeInfoNameCache::Invoke(IDispatch* p, DISPID dispid, WORD flags,
98 HRESULT hr = type_info_->Invoke(p, dispid, flags, params, result, excepinfo,
protocol_sink_wrap.h 27 typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_Start_Fn)(
31 typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_Read_Fn)(
34 typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_StartEx_Fn)(
38 typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_LockRequest_Fn)(
40 typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_UnlockRequest_Fn)(
42 typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_Abort_Fn)(
43 IInternetProtocol* this_object, HRESULT hr, DWORD options);
44 typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_Terminate_Fn)(
93 STDMETHOD(ReportResult)(HRESULT result, DWORD error, LPCWSTR result_text);
107 HRESULT Read(void* buffer, ULONG size, ULONG* size_read)
    [all...]
chrome_frame_activex.h 55 HRESULT FinalConstruct();
57 virtual HRESULT OnDraw(ATL_DRAWINFO& draw_info); // NOLINT
78 HRESULT IOleObject_SetClientSite(IOleClientSite* client_site);
110 HRESULT GetContainingDocument(IHTMLDocument2** doc);
111 HRESULT GetDocumentWindow(IHTMLWindow2** window);
114 HRESULT GetObjectScriptId(IHTMLObjectElement* object_elem, BSTR* id);
119 HRESULT GetObjectElement(IHTMLObjectElement** element);
121 HRESULT CreateScriptBlockForEvent(IHTMLElement2* insert_after,
138 HRESULT InstallTopLevelHook(IOleClientSite* client_site);
urlmon_bind_status_callback.h 27 HRESULT Initialize(const char* cache, size_t size, bool eof);
28 static HRESULT BSCBFeedData(IBindStatusCallback* bscb, const char* data,
56 HRESULT InitializeCache(const std::wstring& url);
57 HRESULT ReadIntoCache(IStream* stream, bool force_determination);
58 HRESULT DrainCache(IBindStatusCallback* bscb, DWORD bscf,
105 HRESULT Initialize(IMoniker* moniker, IBindCtx* bind_ctx);
106 HRESULT MayPlayBack(DWORD flags);
113 STDMETHOD(OnStopBinding)(HRESULT hresult, LPCWSTR error);
chrome_protocol.h 32 HRESULT FinalConstruct() {
46 STDMETHOD(Abort)(HRESULT reason, DWORD options);
  /external/chromium_org/win8/metro_driver/
file_picker_ash.h 46 // If the HRESULT returned is a failure code the file picker has not started,
48 virtual HRESULT StartFilePicker() = 0;
95 virtual HRESULT StartFilePicker() OVERRIDE;
105 HRESULT SinglePickerDone(SingleFileAsyncOp* async, AsyncStatus status);
108 HRESULT MultiPickerDone(MultiFileAsyncOp* async, AsyncStatus status);
112 static HRESULT ComposeMultiFileResult(StorageFileVectorCollection* files,
135 virtual HRESULT StartFilePicker() OVERRIDE;
141 HRESULT FilePickerDone(SaveFileAsyncOp* async, AsyncStatus status);
155 virtual HRESULT StartFilePicker() OVERRIDE;
161 HRESULT FolderPickerDone(FolderPickerAsyncOp* async, AsyncStatus status)
    [all...]
winrt_utils_unittest.cc 14 static HRESULT CreateProperty(Type value, winfoundtn::IPropertyValue** prop) {
19 static HRESULT CreateProperty<const wchar_t*>(
27 static HRESULT CreateProperty<INT16>(INT16 value,
33 static HRESULT CreateProperty<INT32>(INT32 value,
39 static HRESULT CreateProperty<INT64>(INT64 value,
45 static HRESULT CreateProperty<UINT8>(UINT8 value,
51 static HRESULT CreateProperty<UINT16>(UINT16 value,
57 static HRESULT CreateProperty<UINT32>(UINT32 value,
63 static HRESULT CreateProperty<UINT64>(UINT64 value,
71 HRESULT hr = CreateProperty<Type>(value1, property_1.GetAddressOf())
    [all...]
chrome_app_view_ash.h 66 static HRESULT Unsnap();
124 HRESULT OnActivate(winapp::Core::ICoreApplicationView* view,
127 HRESULT OnPointerMoved(winui::Core::ICoreWindow* sender,
130 HRESULT OnPointerPressed(winui::Core::ICoreWindow* sender,
133 HRESULT OnPointerReleased(winui::Core::ICoreWindow* sender,
136 HRESULT OnWheel(winui::Core::ICoreWindow* sender,
139 HRESULT OnKeyDown(winui::Core::ICoreWindow* sender,
142 HRESULT OnKeyUp(winui::Core::ICoreWindow* sender,
146 HRESULT OnAcceleratorKeyDown(winui::Core::ICoreDispatcher* sender,
149 HRESULT OnCharacterReceived(winui::Core::ICoreWindow* sender
    [all...]
  /external/lzma/CPP/7zip/Common/
CreateCoder.h 26 HRESULT LoadExternalCodecs(ICompressCodecsInfo *codecsInfo, CObjectVector<CCodecInfoEx> &externalCodecs);
72 HRESULT CreateCoder(
80 HRESULT CreateCoder(
87 HRESULT CreateCoder(
92 HRESULT CreateFilter(
OutBuffer.cpp 54 HRESULT COutBuffer::FlushPart()
58 HRESULT result = S_OK;
91 HRESULT COutBuffer::Flush()
100 HRESULT result = FlushPart();
109 HRESULT result = Flush();
LimitedStreams.h 45 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); }
48 HRESULT InitAndSeek(UInt64 startOffset, UInt64 size)
62 HRESULT SeekToStart() { return Seek(0, STREAM_SEEK_SET, NULL); }
79 HRESULT SeekToPhys() { return Stream->Seek(_physPos, STREAM_SEEK_SET, NULL); }
81 HRESULT InitAndSeek()
100 HRESULT CreateLimitedInStream(IInStream *inStream, UInt64 pos, UInt64 size, ISequentialInStream **resStream);
  /external/lzma/CPP/Windows/
PropVariant.h 43 HRESULT Clear();
44 HRESULT Copy(const PROPVARIANT *pSrc);
45 HRESULT Attach(PROPVARIANT *pSrc);
46 HRESULT Detach(PROPVARIANT *pDest);
48 HRESULT InternalClear();
  /external/chromium_org/remoting/base/
auto_thread_unittest.cc 32 void CheckComAptTypeTask(APTTYPE* apt_type_out, HRESULT* hresult) {
33 typedef HRESULT (WINAPI * CoGetApartmentTypeFunc)
38 *hresult = E_NOTIMPL;
51 *hresult = (*co_get_apartment_type)(apt_type_out, &apt_type_qualifier);
155 HRESULT hresult = E_FAIL; local
158 base::Bind(&CheckComAptTypeTask, &apt_type, &hresult));
165 EXPECT_EQ(S_OK, hresult);
168 EXPECT_EQ(E_NOTIMPL, hresult);
181 HRESULT hresult = E_FAIL; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10shader.idl 180 HRESULT GetDesc(
202 HRESULT GetDesc(
212 HRESULT GetDesc(
228 HRESULT GetDesc(
240 HRESULT GetResourceBindingDesc(
245 HRESULT GetInputParameterDesc(
250 HRESULT GetOutputParameterDesc
257 HRESULT D3D10CompileShader(LPCSTR pSrcData, SIZE_T SrcDataLen, LPCSTR pFileName, const D3D10_SHADER_MACRO* pDefines, LPD3D10INCLUDE pInclude,
259 HRESULT D3D10DisassembleShader(const void *pShader, SIZE_T BytecodeLength, BOOL EnableColorCode, LPCSTR pComments, ID3D10Blob** ppDisassembly);
263 HRESULT D3D10ReflectShader(const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10ShaderReflection **pp (…)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10shader.idl 180 HRESULT GetDesc(
202 HRESULT GetDesc(
212 HRESULT GetDesc(
228 HRESULT GetDesc(
240 HRESULT GetResourceBindingDesc(
245 HRESULT GetInputParameterDesc(
250 HRESULT GetOutputParameterDesc
257 HRESULT D3D10CompileShader(LPCSTR pSrcData, SIZE_T SrcDataLen, LPCSTR pFileName, const D3D10_SHADER_MACRO* pDefines, LPD3D10INCLUDE pInclude,
259 HRESULT D3D10DisassembleShader(const void *pShader, SIZE_T BytecodeLength, BOOL EnableColorCode, LPCSTR pComments, ID3D10Blob** ppDisassembly);
263 HRESULT D3D10ReflectShader(const void *pShaderBytecode, SIZE_T BytecodeLength, ID3D10ShaderReflection **pp (…)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.cc 55 HRESULT RegKey::Create(HKEY parent_key, const wchar_t* key_name) {
65 HRESULT RegKey::Open(HKEY parent_key, const wchar_t* key_name) {
74 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
82 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
90 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
99 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
108 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
118 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
128 HRESULT RegKey::SetValueMultiSZ(const wchar_t* full_key_name,
138 HRESULT RegKey::GetValue(const wchar_t* full_key_name
    [all...]
  /external/chromium/base/win/
event_trace_consumer.h 48 HRESULT OpenRealtimeSession(const wchar_t* session_name);
54 HRESULT OpenFileSession(const wchar_t* file_name);
57 HRESULT Consume();
60 HRESULT Close();
88 HRESULT EtwTraceConsumerBase<ImplClass>::OpenRealtimeSession(
105 HRESULT EtwTraceConsumerBase<ImplClass>::OpenFileSession(
121 HRESULT EtwTraceConsumerBase<ImplClass>::Consume() {
130 HRESULT EtwTraceConsumerBase<ImplClass>::Close() {
131 HRESULT hr = S_OK;
event_trace_controller.h 55 HRESULT SetLoggerName(const wchar_t* logger_name);
61 HRESULT SetLoggerFileName(const wchar_t* logger_file_name);
94 HRESULT Start(const wchar_t* session_name, EtwTraceProperties* prop);
97 HRESULT StartFileSession(const wchar_t* session_name,
102 HRESULT StartRealtimeSession(const wchar_t* session_name,
108 HRESULT EnableProvider(const GUID& provider, UCHAR level,
111 HRESULT DisableProvider(const GUID& provider);
115 HRESULT Stop(EtwTraceProperties* properties);
119 HRESULT Flush(EtwTraceProperties* properties);
123 static HRESULT Start(const wchar_t* session_name
    [all...]
  /external/chromium_org/base/win/
event_trace_consumer.h 47 HRESULT OpenRealtimeSession(const wchar_t* session_name);
53 HRESULT OpenFileSession(const wchar_t* file_name);
56 HRESULT Consume();
59 HRESULT Close();
87 HRESULT EtwTraceConsumerBase<ImplClass>::OpenRealtimeSession(
104 HRESULT EtwTraceConsumerBase<ImplClass>::OpenFileSession(
120 HRESULT EtwTraceConsumerBase<ImplClass>::Consume() {
129 HRESULT EtwTraceConsumerBase<ImplClass>::Close() {
130 HRESULT hr = S_OK;
  /external/chromium_org/ui/surface/
d3d9_utils_win.cc 17 typedef HRESULT (WINAPI *Direct3DCreate9ExFunc)(UINT sdk_version,
40 HRESULT hr = create_func(D3D_SDK_VERSION, d3d.Receive());
50 HRESULT hr = d3d->GetAdapterLUID(adapter, &luid);
95 HRESULT hr = device->CreateTexture(size.width(),
113 HRESULT hr = device->CreateRenderTarget(
136 HRESULT hr = device->CreateTexture(
148 HRESULT hr = (*texture)->GetSurfaceLevel(0, render_target);
154 HRESULT hr = surface->GetDesc(&surface_description);
162 HRESULT hr = texture->GetLevelDesc(0, &surface_description);
  /external/chromium_org/ui/base/dragdrop/
drop_target_win.cc 19 HRESULT result = RegisterDragDrop(hwnd, this);
39 HRESULT DropTargetWin::DragEnter(IDataObject* data_object,
56 HRESULT DropTargetWin::DragOver(DWORD key_state,
69 HRESULT DropTargetWin::DragLeave() {
81 HRESULT DropTargetWin::Drop(IDataObject* data_object,
100 HRESULT DropTargetWin::QueryInterface(const IID& iid, void** object) {
  /external/chromium_org/printing/backend/
win_helper.cc 20 typedef HRESULT (WINAPI* PTOpenProviderProc)(PCWSTR printer_name,
24 typedef HRESULT (WINAPI* PTGetPrintCapabilitiesProc)(HPTPROVIDER provider,
29 typedef HRESULT (WINAPI* PTConvertDevModeToPrintTicketProc)(
36 typedef HRESULT (WINAPI* PTConvertPrintTicketToDevModeProc)(
45 typedef HRESULT (WINAPI* PTMergeAndValidatePrintTicketProc)(
53 typedef HRESULT (WINAPI* PTReleaseMemoryProc)(PVOID buffer);
55 typedef HRESULT (WINAPI* PTCloseProviderProc)(HPTPROVIDER provider);
57 typedef HRESULT (WINAPI* StartXpsPrintJobProc)(
142 HRESULT XPSModule::OpenProvider(const base::string16& printer_name,
148 HRESULT XPSModule::GetPrintCapabilities(HPTPROVIDER provider
    [all...]
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/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.h 32 HRESULT OpenStream();
33 HRESULT CloseStream();
  /external/lzma/CPP/7zip/Archive/Common/
InStreamWithCRC.cpp 10 HRESULT result = _stream->Read(data, size, &realProcessedSize);
23 HRESULT result = _stream->Read(data, size, &realProcessedSize);

Completed in 1114 milliseconds

1 2 34 5 6 7 8 91011>>