/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/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)
|
print_settings_dialog_win.h | 31 typedef HRESULT(__stdcall* PrintDialogFunc)(PRINTDLGEX*); 72 void PrintSettingsCompleted(HRESULT hresult,
|
/external/chromium_org/content/browser/accessibility/ |
accessibility_tree_formatter_win.cc | 72 HRESULT hresult = acc_obj->get_accName(variant_self, &msaa_variant); local 73 if (hresult == S_OK) 75 hresult = acc_obj->get_accValue(variant_self, &msaa_variant); 76 if (hresult == S_OK) 120 hresult = acc_obj->get_accDescription(variant_self, &msaa_variant); 121 if (hresult == S_OK) 124 hresult = acc_obj->get_accDefaultAction(variant_self, &msaa_variant); 125 if (hresult == S_OK) 128 hresult = acc_obj->get_accKeyboardShortcut(variant_self, &msaa_variant) [all...] |
/external/chromium_org/chrome_frame/ |
bind_status_callback_impl.cc | 24 HRESULT BSCBImpl::DelegateQI(void* obj, REFIID iid, void** ret, DWORD cookie) { 26 HRESULT hr = E_NOINTERFACE; 37 HRESULT BSCBImpl::AttachToBind(IBindCtx* bind_ctx) { 38 HRESULT hr = S_OK; 47 HRESULT BSCBImpl::ReleaseBind() { 52 HRESULT hr = S_OK; 65 HRESULT BSCBImpl::QueryService(REFGUID service, REFIID iid, void** object) { 66 HRESULT hr = E_NOINTERFACE; 78 HRESULT BSCBImpl::OnStartBinding(DWORD reserved, IBinding* binding) { 81 HRESULT hr = S_OK [all...] |
bind_status_callback_impl.h | 43 HRESULT AttachToBind(IBindCtx* original); 44 HRESULT ReleaseBind(); 64 STDMETHOD(OnStopBinding)(HRESULT hresult, LPCWSTR error);
|
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);
|
urlmon_bind_status_callback.cc | 23 HRESULT CacheStream::BSCBFeedData(IBindStatusCallback* bscb, const char* data, 34 HRESULT hr = CComObject<CacheStream>::CreateInstance(&cache_stream); 55 HRESULT CacheStream::Initialize(const char* cache, size_t size, bool eof) { 59 HRESULT hr = S_OK; 85 HRESULT hr = eof_ ? S_FALSE : E_PENDING; 99 HRESULT SniffData::InitializeCache(const std::wstring& url) { 107 HRESULT hr = CreateStreamOnHGlobal(mem, TRUE, cache_.Receive()); 118 HRESULT SniffData::ReadIntoCache(IStream* stream, bool force_determination) { 124 HRESULT hr = S_OK; 146 HRESULT SniffData::DrainCache(IBindStatusCallback* bscb, DWORD bscf [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_win32.py | 69 self.assertEqual(ex.hresult, -1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_win32.py | 69 self.assertEqual(ex.hresult, -1)
|
/external/chromium_org/ui/gfx/ |
render_text_win.cc | 72 HRESULT hresult = local 77 if (SUCCEEDED(hresult)) { 78 hresult = ScriptStringOut(script_analysis, 0, 0, 0, NULL, 0, 0, FALSE); 84 if (SUCCEEDED(hresult)) { 295 HRESULT hr = ScriptCPtoX( 538 HRESULT hr = ScriptXtoCP(x - run->preceding_run_widths, [all...] |
/external/chromium_org/v8/src/ |
objects.cc | 11520 Handle<Object> hresult; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |