HomeSort by relevance Sort by last modified time
    Searched full:hresult (Results 176 - 200 of 401) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/common/
guid_win.cc 23 HRESULT guid_result = CoCreateGuid(&guid);
  /external/webkit/Source/WebKit/win/
WebJavaScriptCollector.cpp 63 HRESULT STDMETHODCALLTYPE WebJavaScriptCollector::QueryInterface(REFIID riid, void** ppvObject)
93 HRESULT STDMETHODCALLTYPE WebJavaScriptCollector::collect()
99 HRESULT STDMETHODCALLTYPE WebJavaScriptCollector::collectOnAlternateThread(
106 HRESULT STDMETHODCALLTYPE WebJavaScriptCollector::objectCount(
WebScriptWorld.cpp 104 HRESULT WebScriptWorld::QueryInterface(REFIID riid, void** ppvObject)
123 HRESULT WebScriptWorld::standardWorld(IWebScriptWorld** outWorld)
133 HRESULT WebScriptWorld::scriptWorldForGlobalContext(JSGlobalContextRef context, IWebScriptWorld** outWorld)
140 HRESULT WebScriptWorld::unregisterWorld()
WebCookieManagerCFNet.cpp 37 HRESULT STDMETHODCALLTYPE WebCookieManager::cookieStorage(
47 HRESULT STDMETHODCALLTYPE WebCookieManager::setCookieStorage(
WebCookieManagerCurl.cpp 36 HRESULT STDMETHODCALLTYPE WebCookieManager::cookieStorage(
43 HRESULT STDMETHODCALLTYPE WebCookieManager::setCookieStorage(
WebGeolocationPosition.h 44 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject);
49 virtual HRESULT STDMETHODCALLTYPE initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy);
WebTextRenderer.h 38 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
46 virtual HRESULT STDMETHODCALLTYPE registerPrivateFont(
WebWorkersPrivate.h 45 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject);
50 virtual HRESULT STDMETHODCALLTYPE workerThreadCount(UINT*);
WebURLCredential.cpp 67 HRESULT STDMETHODCALLTYPE WebURLCredential::QueryInterface(REFIID riid, void** ppvObject)
98 HRESULT STDMETHODCALLTYPE WebURLCredential::hasPassword(
105 HRESULT STDMETHODCALLTYPE WebURLCredential::initWithUser(
129 HRESULT STDMETHODCALLTYPE WebURLCredential::password(
137 HRESULT STDMETHODCALLTYPE WebURLCredential::persistence(
157 HRESULT STDMETHODCALLTYPE WebURLCredential::user(
WebURLResponse.cpp 248 HRESULT STDMETHODCALLTYPE WebURLResponse::QueryInterface(REFIID riid, void** ppvObject)
284 HRESULT STDMETHODCALLTYPE WebURLResponse::expectedContentLength(
291 HRESULT STDMETHODCALLTYPE WebURLResponse::initWithURL(
301 HRESULT STDMETHODCALLTYPE WebURLResponse::MIMEType(
312 HRESULT STDMETHODCALLTYPE WebURLResponse::suggestedFilename(
329 HRESULT STDMETHODCALLTYPE WebURLResponse::textEncodingName(
343 HRESULT STDMETHODCALLTYPE WebURLResponse::URL(
359 HRESULT STDMETHODCALLTYPE WebURLResponse::allHeaderFields(
368 HRESULT STDMETHODCALLTYPE WebURLResponse::localizedStringForStatusCode(
383 HRESULT STDMETHODCALLTYPE WebURLResponse::statusCode(
    [all...]
DefaultPolicyDelegate.cpp 72 HRESULT STDMETHODCALLTYPE DefaultPolicyDelegate::QueryInterface(REFIID riid, void** ppvObject)
100 HRESULT STDMETHODCALLTYPE DefaultPolicyDelegate::decidePolicyForNavigationAction(
135 HRESULT STDMETHODCALLTYPE DefaultPolicyDelegate::decidePolicyForNewWindowAction(
146 HRESULT STDMETHODCALLTYPE DefaultPolicyDelegate::decidePolicyForMIMEType(
180 HRESULT STDMETHODCALLTYPE DefaultPolicyDelegate::unableToImplementPolicyWithError(
WebFramePolicyListener.cpp 62 HRESULT STDMETHODCALLTYPE WebFramePolicyListener::QueryInterface(REFIID riid, void** ppvObject)
94 HRESULT STDMETHODCALLTYPE WebFramePolicyListener::use(void)
100 HRESULT STDMETHODCALLTYPE WebFramePolicyListener::download(void)
106 HRESULT STDMETHODCALLTYPE WebFramePolicyListener::ignore(void)
114 HRESULT STDMETHODCALLTYPE WebFramePolicyListener::continueSubmit(void)
WebNotification.cpp 74 HRESULT STDMETHODCALLTYPE WebNotification::QueryInterface(REFIID riid, void** ppvObject)
104 HRESULT STDMETHODCALLTYPE WebNotification::notificationWithName(
113 HRESULT STDMETHODCALLTYPE WebNotification::name(
126 HRESULT STDMETHODCALLTYPE WebNotification::getObject(
137 HRESULT STDMETHODCALLTYPE WebNotification::userInfo(
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.h 55 extern HRESULT (WINAPI *DDrawCreate)( GUID FAR *lpGUID, LPDIRECTDRAW FAR *lplpDD, IUnknown FAR *pUnkOuter );
56 extern HRESULT (WINAPI *DInputCreate)(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUT *ppDI, LPUNKNOWN punkOuter);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Blit.h 73 HRESULT (WINAPI IDirect3DDevice9::*createShader)(const DWORD *, D3DShaderType **),
74 HRESULT (WINAPI IDirect3DDevice9::*setShader)(D3DShaderType*));
  /external/webkit/Source/WebKit/win/Interfaces/
DOMExtensions.idl 42 HRESULT boundingBox([out, retval] LPRECT rect);
47 HRESULT lineBoxRects([in, size_is(cRects)] RECT* rects, [in] int cRects);
IWebCookieManager.idl 49 [local] HRESULT cookieStorage([out, retval] CFHTTPCookieStorageRef* storage);
51 [local] HRESULT setCookieStorage([in] CFHTTPCookieStorageRef storage);
IWebSerializedJSValue.idl 38 [local] HRESULT serialize([in] JSContextRef context, [in] JSValueRef value, [out, retval] JSValueRef* exception);
39 [local] HRESULT deserialize([in] JSContextRef context, [out, retval] JSValueRef* value);
IWebSerializedJSValuePrivate.idl 43 [local] HRESULT setInternalRepresentation([in] void* internalRepresentation);
44 [local] HRESULT getInternalRepresentation([out, retval] void** internalRepresentation);
IWebResourceLoadDelegate.idl 78 HRESULT identifierForInitialRequest([in] IWebView* webView, [in] IWebURLRequest* request, [in] IWebDataSource* dataSource, [in] unsigned long identifier);
95 HRESULT willSendRequest([in] IWebView* webView, [in] unsigned long identifier, [in] IWebURLRequest* request, [in] IWebURLResponse* redirectResponse, [in] IWebDataSource* dataSource, [out, retval] IWebURLRequest** newRequest);
107 HRESULT didReceiveAuthenticationChallenge([in] IWebView* webView, [in] unsigned long identifier,[in] IWebURLAuthenticationChallenge* challenge, [in] IWebDataSource* dataSource);
115 HRESULT didCancelAuthenticationChallenge([in] IWebView* webView, [in] unsigned long identifier, [in] IWebURLAuthenticationChallenge* challenge, [in] IWebDataSource* dataSource);
131 HRESULT didReceiveResponse([in] IWebView* webView, [in] unsigned long identifier, [in] IWebURLResponse* response, [in] IWebDataSource* dataSource);
143 HRESULT didReceiveContentLength([in] IWebView* webView, [in] unsigned long identifier, [in] UINT length, [in] IWebDataSource* dataSource);
154 HRESULT didFinishLoadingFromDataSource([in] IWebView* webView, [in] unsigned long identifier, [in] IWebDataSource* dataSource);
166 HRESULT didFailLoadingWithError([in] IWebView* webView, [in] unsigned long identifier, [in] IWebError* error, [in] IWebDataSource* dataSource);
181 HRESULT plugInFailedWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebDataSource* dataSource);
  /external/webkit/Tools/DumpRenderTree/win/
EventSender.h 34 typedef long HRESULT;
39 void replaySavedEvents(HRESULT* oleDragAndDropReturnValue = 0);
HistoryDelegate.cpp 52 HRESULT HistoryDelegate::QueryInterface(REFIID riid, void** ppvObject)
81 HRESULT HistoryDelegate::didNavigateWithNavigationData(IWebView* webView, IWebNavigationData* navigationData, IWebFrame* webFrame)
152 HRESULT HistoryDelegate::didPerformClientRedirectFromURL(IWebView*, BSTR sourceURL, BSTR destinationURL, IWebFrame*)
169 HRESULT HistoryDelegate::didPerformServerRedirectFromURL(IWebView* webView, BSTR sourceURL, BSTR destinationURL, IWebFrame* webFrame)
186 HRESULT HistoryDelegate::updateHistoryTitle(IWebView* webView, BSTR titleBSTR, BSTR urlBSTR)
203 HRESULT HistoryDelegate::populateVisitedLinksForWebView(IWebView* webView)
  /external/chromium/third_party/libjingle/source/talk/base/
winfirewall.cc 55 bool WinFirewall::Initialize(HRESULT* result) {
63 HRESULT hr = CoCreateInstance(__uuidof(NetFwMgr),
108 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
136 HRESULT* result) {
144 HRESULT* result) {
146 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.cpp 39 HRESULT PrintWebUIDelegate::QueryInterface(REFIID riid, void** ppvObject)
67 HRESULT PrintWebUIDelegate::webViewPrintingMarginRect(IWebView* view, RECT* rect)
97 HRESULT PrintWebUIDelegate::webViewHeaderHeight(IWebView* webView, float* height)
113 HRESULT PrintWebUIDelegate::webViewFooterHeight(IWebView* webView, float* height)
129 HRESULT PrintWebUIDelegate::drawHeaderInRect(
161 HRESULT PrintWebUIDelegate::drawFooterInRect(
  /external/chromium/base/win/
scoped_comptr.h 91 HRESULT QueryInterface(Query** p) {
101 HRESULT QueryInterface(const IID& iid, void** obj) {
109 HRESULT QueryFrom(IUnknown* object) {
115 HRESULT CreateInstance(const CLSID& clsid, IUnknown* outer = NULL,
118 HRESULT hr = ::CoCreateInstance(clsid, outer, context, *interface_id,

Completed in 409 milliseconds

1 2 3 4 5 6 78 91011>>