/external/chromium_org/win8/metro_driver/ |
print_document_source.h | 77 HRESULT RuntimeClassInitialize(const DirectXContext& directx_context, 105 HRESULT PrintPage(ID2D1PrintControl* print_control, 115 HRESULT WaitAndGetPage(size_t page_number,
|
toast_notification_handler.h | 45 HRESULT OnActivate(winui::Notifications::IToastNotification* notification,
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zFolderInStream.cpp | 30 HRESULT CFolderInStream::OpenStream()
36 HRESULT result = _updateCallback->GetStream(_fileIndices[_fileIndex], &stream);
67 HRESULT CFolderInStream::CloseStream()
|
7zDecode.h | 49 HRESULT Decode(
|
/external/chromium_org/chrome_frame/ |
chrome_frame_activex.cc | 153 HRESULT ChromeFrameActivex::FinalConstruct() { 154 HRESULT hr = Base::FinalConstruct(); 199 HRESULT ChromeFrameActivex::GetContainingDocument(IHTMLDocument2** doc) { 201 HRESULT hr = m_spClientSite->GetContainer(container.Receive()); 207 HRESULT ChromeFrameActivex::GetDocumentWindow(IHTMLWindow2** window) { 209 HRESULT hr = GetContainingDocument(document.Receive()); 287 HRESULT hr = DoQueryService(SID_ChromeFramePrivileged, 314 HRESULT ChromeFrameActivex::OnDraw(ATL_DRAWINFO& draw_info) { // NOLINT 315 HRESULT hr = S_OK; 350 HRESULT hr = S_OK [all...] |
com_message_event.cc | 67 HRESULT hr = S_OK; 108 HRESULT hr = DISP_E_MEMBERNOTFOUND; 147 HRESULT ComMessageEvent::GetStringProperty(WORD flags, const wchar_t* value, 152 HRESULT hr;
|
delete_chrome_history.h | 34 HRESULT FinalConstruct();
|
chrome_active_document.h | 135 HRESULT ProcessExecCommand(const GUID* cmd_group_guid, DWORD command_id, \ 138 HRESULT hr = OLECMDERR_E_NOTSUPPORTED; \ 244 HRESULT FinalConstruct(); 338 HRESULT IOleObject_SetClientSite(IOleClientSite* client_site); 340 HRESULT ActiveXDocActivate(LONG verb); 359 HRESULT GetInPlaceFrame(IOleInPlaceFrame** in_place_frame); 399 HRESULT IEExec(const GUID* cmd_group_guid, DWORD command_id, 407 HRESULT SetPageFontSize(const GUID* cmd_group_guid, 414 HRESULT OnRefreshPage(const GUID* cmd_group_guid, DWORD command_id, 418 HRESULT OnEncodingChange(const GUID* cmd_group_guid, DWORD command_id [all...] |
/external/chromium/chrome/browser/google/ |
google_update.h | 116 bool ReportFailure(HRESULT hr, GoogleUpdateErrorCode error_code,
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
mtp_device_operations_util.h | 53 HRESULT GetFileStreamForObject(IPortableDevice* device,
|
mtp_device_operations_util.cc | 36 HRESULT hr = client_info->CreateInstance(__uuidof(PortableDeviceValues), 93 HRESULT hr = properties_values->GetGuidValue(WPD_OBJECT_CONTENT_TYPE, 115 HRESULT hr = properties_values->GetStringValue(key, &buffer); 130 HRESULT hr = properties_values->GetValue(WPD_OBJECT_DATE_MODIFIED, 156 HRESULT hr = properties_values->GetUnsignedLargeIntegerValue(WPD_OBJECT_SIZE, 186 HRESULT hr = content->Properties(properties.Receive()); 270 for (HRESULT hr = S_OK; hr == S_OK;) { 305 HRESULT hr = device.CreateInstance(__uuidof(PortableDevice), NULL, 345 HRESULT GetFileStreamForObject(IPortableDevice* device, 358 HRESULT hr = content->Transfer(resources.Receive()) [all...] |
/external/chromium_org/chrome/browser/metro_utils/ |
metro_chrome_win.cc | 37 HRESULT hr = activation_manager.CreateInstance(
|
/external/chromium_org/media/video/capture/win/ |
video_capture_device_mf_win.h | 63 void OnError(HRESULT hr);
|
/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/remoting/host/ |
audio_capturer_win.h | 52 HRESULT last_capture_error_;
|
/external/chromium_org/remoting/host/win/ |
com_security.cc | 48 HRESULT result = CoInitializeSecurity(
|
/external/chromium_org/win8/delegate_execute/ |
delegate_execute.cc | 48 HRESULT PreMessageLoop(int nShowCmd) { 49 HRESULT hr = S_OK; 74 HRESULT PostMessageLoop() { 149 HRESULT ret_code = E_UNEXPECTED;
|
/external/chromium_org/win8/test/ |
test_registrar.cc | 71 HRESULT RegisterServer(BOOL reg_type_lib) { 75 virtual HRESULT AddCommonRGSReplacements(IRegistrarBase* registrar) throw() { 77 HRESULT hr = ParentClass::AddCommonRGSReplacements(registrar); 135 HRESULT ret_code = _AtlModule.WinMain(nShowCmd);
|
/external/lzma/CPP/7zip/Archive/Common/ |
MultiStream.h | 28 HRESULT Init()
|
/external/lzma/CPP/7zip/Common/ |
InOutTempBuffer.h | 32 HRESULT WriteToStream(ISequentialOutStream *stream);
|
ProgressUtils.cpp | 39 HRESULT CLocalProgress::SetCur()
|
/external/lzma/CPP/Common/ |
MyCom.h | 9 #define RINOK(x) { HRESULT __result_ = (x); if (__result_ != S_OK) return __result_; }
56 HRESULT CoCreateInstance(REFCLSID rclsid, REFIID iid, LPUNKNOWN pUnkOuter = NULL, DWORD dwClsContext = CLSCTX_ALL)
62 HRESULT CoCreateInstance(LPCOLESTR szProgID, LPUNKNOWN pUnkOuter = NULL, DWORD dwClsContext = CLSCTX_ALL)
65 HRESULT hr = CLSIDFromProgID(szProgID, &clsid);
73 HRESULT QueryInterface(REFGUID iid, Q** pp) const
81 inline HRESULT StringToBstr(LPCOLESTR src, BSTR *bstr)
|
/external/chromium_org/printing/ |
printing_context_win.h | 52 void SetPrintDialog(HRESULT (__stdcall *print_dialog_func)(LPPRINTDLGEX)) { 95 HRESULT (__stdcall *print_dialog_func_)(LPPRINTDLGEX);
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Fence11.cpp | 66 HRESULT result = mRenderer->getDeviceContext()->GetData(mQuery, NULL, 0, 0); 111 HRESULT result = mRenderer->getDeviceContext()->GetData(mQuery, NULL, 0, D3D11_ASYNC_GETDATA_DONOTFLUSH);
|
renderer11_utils.h | 76 HRESULT SetDebugName(ID3D11DeviceChild *resource, const char *name); 78 inline bool isDeviceLostError(HRESULT errorCode)
|