/external/webkit/Source/WebKit/win/ |
DOMCSSClasses.cpp | 54 HRESULT hr; 68 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::QueryInterface(REFIID riid, void** ppvObject) 82 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::cssText( 89 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::setCssText( 99 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::getPropertyValue( 111 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::getPropertyCSSValue( 119 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::removeProperty( 127 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::getPropertyPriority( 135 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::setProperty( 149 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::length( [all...] |
WebSerializedJSValue.cpp | 64 HRESULT WebSerializedJSValue::QueryInterface(REFIID riid, void** ppvObject) 85 HRESULT WebSerializedJSValue::serialize(JSContextRef sourceContext, JSValueRef value, JSValueRef* exception) 98 HRESULT WebSerializedJSValue::deserialize(JSContextRef destinationContext, JSValueRef* outValue) 111 HRESULT WebSerializedJSValue::setInternalRepresentation(void* internalRepresentation) 121 HRESULT WebSerializedJSValue::getInternalRepresentation(void** internalRepresentation)
|
WebDownloadCurl.cpp | 71 HRESULT STDMETHODCALLTYPE WebDownload::initWithRequest( 79 HRESULT STDMETHODCALLTYPE WebDownload::initToResumeWithBundle( 87 HRESULT STDMETHODCALLTYPE WebDownload::start() 93 HRESULT STDMETHODCALLTYPE WebDownload::cancel() 99 HRESULT STDMETHODCALLTYPE WebDownload::cancelForResume() 105 HRESULT STDMETHODCALLTYPE WebDownload::deletesFileUponFailure( 112 HRESULT STDMETHODCALLTYPE WebDownload::setDeletesFileUponFailure( 119 HRESULT STDMETHODCALLTYPE WebDownload::setDestination( 129 HRESULT STDMETHODCALLTYPE WebDownload::cancelAuthenticationChallenge( 136 HRESULT STDMETHODCALLTYPE WebDownload::continueWithoutCredentialForAuthenticationChallenge [all...] |
WebHistory.cpp | 145 HRESULT WebHistory::postNotification(NotificationType notifyType, IPropertyBag* userInfo /*=0*/) 148 HRESULT hr = nc->postNotificationName(getNotificationString(notifyType), static_cast<IWebHistory*>(this), userInfo); 171 HRESULT STDMETHODCALLTYPE WebHistory::QueryInterface(REFIID riid, void** ppvObject) 216 HRESULT STDMETHODCALLTYPE WebHistory::optionalSharedHistory( 225 HRESULT STDMETHODCALLTYPE WebHistory::setOptionalSharedHistory( 236 HRESULT STDMETHODCALLTYPE WebHistory::loadFromURL( 241 HRESULT hr = S_OK; 273 HRESULT WebHistory::loadHistoryGutsFromURL(CFURLRef url, CFMutableArrayRef discardedItems, IWebError** /*error*/) //FIXME 276 HRESULT hr = S_OK; 355 HRESULT STDMETHODCALLTYPE WebHistory::saveToURL( [all...] |
WebUserContentURLPattern.cpp | 67 HRESULT WebUserContentURLPattern::QueryInterface(REFIID riid, void** ppvObject) 86 HRESULT WebUserContentURLPattern::parse(BSTR patternString) 92 HRESULT WebUserContentURLPattern::isValid(BOOL* isValid) 100 HRESULT WebUserContentURLPattern::scheme(BSTR* scheme) 108 HRESULT WebUserContentURLPattern::host(BSTR* host) 116 HRESULT WebUserContentURLPattern::matchesSubdomains(BOOL* matches) 124 HRESULT WebUserContentURLPattern::matchesURL(BSTR url, BOOL* matches)
|
COMEnumVariant.h | 43 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject); 48 virtual HRESULT STDMETHODCALLTYPE Next(ULONG celt, VARIANT* rgVar, ULONG* pCeltFetched); 49 virtual HRESULT STDMETHODCALLTYPE Skip(ULONG celt); 50 virtual HRESULT STDMETHODCALLTYPE Reset(); 51 virtual HRESULT STDMETHODCALLTYPE Clone(IEnumVARIANT** ppEnum); 95 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::QueryInterface(REFIID riid, void** ppvObject) 127 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Next(ULONG celt, VARIANT* rgVar, ULONG* pCeltFetched) 150 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Skip(ULONG celt) 162 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Reset() 169 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Clone(IEnumVARIANT** ppEnum [all...] |
DefaultDownloadDelegate.cpp | 79 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::QueryInterface(REFIID riid, void** ppvObject) 107 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::decideDestinationWithSuggestedFilename(IWebDownload *download, BSTR filename) 142 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge) 149 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCreateDestination(IWebDownload* download, BSTR destination) 157 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didReceiveAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge) 165 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didReceiveDataOfLength(IWebDownload* download, unsigned length) 173 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didReceiveResponse(IWebDownload* download, IWebURLResponse* response) 181 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR encodingType, BOOL* shouldDecode) 190 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::willResumeWithResponse(IWebDownload* download, IWebURLResponse* response, long long fromByte) 199 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::willSendRequest(IWebDownload* download, IWebMutableURLR (…) [all...] |
MemoryStream.cpp | 57 HRESULT STDMETHODCALLTYPE MemoryStream::QueryInterface(REFIID riid, void** ppvObject) 89 HRESULT STDMETHODCALLTYPE MemoryStream::Read( 113 HRESULT STDMETHODCALLTYPE MemoryStream::Write( 124 HRESULT STDMETHODCALLTYPE MemoryStream::Seek( 176 HRESULT STDMETHODCALLTYPE MemoryStream::SetSize( 182 HRESULT STDMETHODCALLTYPE MemoryStream::CopyTo( 197 HRESULT hr = pstm->Write(m_buffer->data()+m_pos, read, &written); 210 HRESULT STDMETHODCALLTYPE MemoryStream::Commit( 216 HRESULT STDMETHODCALLTYPE MemoryStream::Revert( void) 221 HRESULT STDMETHODCALLTYPE MemoryStream::LockRegion( [all...] |
WebView.cpp | 203 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID, void**) { return E_FAIL; } 209 virtual HRESULT STDMETHODCALLTYPE onNotify( 213 HRESULT notifyPreferencesChanged(WebCacheModel); 214 HRESULT notifyPreferencesRemoved(WebCacheModel); 223 HRESULT PreferencesChangedOrRemovedObserver::onNotify(IWebNotification* notification) 225 HRESULT hr = S_OK; 258 HRESULT PreferencesChangedOrRemovedObserver::notifyPreferencesChanged(WebCacheModel cacheModel) 260 HRESULT hr = S_OK; 275 HRESULT PreferencesChangedOrRemovedObserver::notifyPreferencesRemoved(WebCacheModel cacheModel) 277 HRESULT hr = S_OK [all...] |
CFDictionaryPropertyBag.h | 50 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID, void** ppvObject); 53 virtual HRESULT STDMETHODCALLTYPE Read(LPCOLESTR pszPropName, VARIANT*, IErrorLog*); 54 virtual HRESULT STDMETHODCALLTYPE Write(LPCOLESTR pszPropName, VARIANT*);
|
WebCookieManager.h | 38 virtual HRESULT STDMETHODCALLTYPE QueryInterface( 47 virtual /* [local] */ HRESULT STDMETHODCALLTYPE cookieStorage( 50 virtual /* [local] */ HRESULT STDMETHODCALLTYPE setCookieStorage(
|
WebElementPropertyBag.h | 47 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject); 52 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Read( 57 virtual HRESULT STDMETHODCALLTYPE Write(
|
WebGeolocationPolicyListener.h | 43 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject); 48 virtual HRESULT STDMETHODCALLTYPE allow(); 49 virtual HRESULT STDMETHODCALLTYPE deny();
|
WebKitClassFactory.h | 38 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject); 43 virtual HRESULT STDMETHODCALLTYPE CreateInstance(IUnknown* pUnkOuter, REFIID riid, void** ppvObject); 44 virtual HRESULT STDMETHODCALLTYPE LockServer(BOOL fLock);
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebJavaScriptCollector.idl | 40 HRESULT collect(); 41 HRESULT collectOnAlternateThread([in] BOOL waitUntilDone); 42 HRESULT objectCount([out, retval] UINT* count);
|
IWebScriptWorld.idl | 38 HRESULT standardWorld([out, retval] IWebScriptWorld**); 39 [local] HRESULT scriptWorldForGlobalContext([in] JSGlobalContextRef, [out, retval] IWebScriptWorld**); 40 HRESULT unregisterWorld();
|
IWebNotificationCenter.idl | 49 HRESULT defaultCenter([out, retval] IWebNotificationCenter** center); 52 HRESULT addObserver([in] IWebNotificationObserver* observer, [in] BSTR notificationName, [in] IUnknown* anObject); 55 HRESULT postNotification([in] IWebNotification* notification); 59 HRESULT postNotificationName([in] BSTR notificationName, [in] IUnknown* anObject, [in] IPropertyBag* userInfo); 63 HRESULT removeObserver([in] IWebNotificationObserver* anObserver, [in] BSTR notificationName, [in] IUnknown* anObject);
|
IWebResource.idl | 57 HRESULT initWithData([in] IStream* data, [in] BSTR url, [in] BSTR mimeType, [in] BSTR textEncodingName, [in] BSTR frameName); 64 HRESULT data([out, retval] IStream** data); 71 HRESULT URL([out, retval] BSTR* url); 78 HRESULT MIMEType([out, retval] BSTR* mime); 85 HRESULT textEncodingName([out, retval] BSTR* encodingName); 92 HRESULT frameName([out, retval] BSTR* name);
|
IWebGeolocationProvider.idl | 41 HRESULT registerWebView([in] IWebView* webView); 42 HRESULT unregisterWebView([in] IWebView* webView); 43 HRESULT lastPosition([out, retval] IWebGeolocationPosition** lastPosition);
|
IWebIconDatabase.idl | 69 HRESULT sharedIconDatabase([out, retval] IWebIconDatabase** result); 94 HRESULT iconForURL([in] BSTR url, [in] LPSIZE size, [in] BOOL cache, [out, retval] OLE_HANDLE* hBitmap); 101 HRESULT defaultIconWithSize([in] LPSIZE size, [out, retval] OLE_HANDLE* hBitmap); 109 HRESULT retainIconForURL([in] BSTR url); 117 HRESULT releaseIconForURL([in] BSTR url); 124 HRESULT removeAllIcons(); 133 HRESULT delayDatabaseCleanup(); 142 HRESULT allowDatabaseCleanup(); 150 HRESULT iconURLForURL([in] BSTR url, [out, retval] BSTR* iconURL); 158 HRESULT isEnabled([out, retval] BOOL* result) [all...] |
/external/webkit/Tools/DumpRenderTree/win/ |
FrameLoadDelegate.cpp | 84 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::QueryInterface(REFIID riid, void** ppvObject) 117 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didStartProvisionalLoadForFrame( 132 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didReceiveServerRedirectForProvisionalLoadForFrame( 142 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didFailProvisionalLoadWithError( 154 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didCommitLoadForFrame( 162 HRESULT hr = webView->QueryInterface(&webViewPrivate); 170 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didReceiveTitle( 183 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didChangeIcons( 252 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didFinishLoadForFrame( 263 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didFailLoadWithError( [all...] |
PolicyDelegate.h | 41 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject); 46 virtual HRESULT STDMETHODCALLTYPE decidePolicyForNavigationAction( 53 virtual HRESULT STDMETHODCALLTYPE decidePolicyForNewWindowAction( 60 virtual HRESULT STDMETHODCALLTYPE decidePolicyForMIMEType( 67 virtual HRESULT STDMETHODCALLTYPE unableToImplementPolicyWithError(
|
DRTDesktopNotificationPresenter.cpp | 43 HRESULT STDMETHODCALLTYPE DRTDesktopNotificationPresenter::QueryInterface(REFIID riid, void** ppvObject) 71 HRESULT STDMETHODCALLTYPE DRTDesktopNotificationPresenter::showDesktopNotification( 97 HRESULT STDMETHODCALLTYPE DRTDesktopNotificationPresenter::cancelDesktopNotification( 114 HRESULT STDMETHODCALLTYPE DRTDesktopNotificationPresenter::notificationDestroyed( 122 HRESULT STDMETHODCALLTYPE DRTDesktopNotificationPresenter::checkNotificationPermission( 140 HRESULT STDMETHODCALLTYPE DRTDesktopNotificationPresenter::requestNotificationPermission(
|
/external/chromium/base/win/ |
event_trace_consumer_unittest.cc | 122 HRESULT hr = consumer_.Consume(); 131 HRESULT StartConsumerThread() { 139 HRESULT hr = S_OK; 168 HRESULT JoinConsumerThread() { 188 HRESULT hr = controller.StartRealtimeSession(kTestSessionName, 100 * 1024); 220 HRESULT hr = controller.StartRealtimeSession(kTestSessionName, 100 * 1024); 269 HRESULT LogEventToTempSession(PEVENT_TRACE_HEADER header) { 273 HRESULT hr = controller.StartFileSession(kTestSessionName, 295 HRESULT ConsumeEventFromTempSession() { 298 HRESULT hr = consumer_.OpenFileSession(temp_file_.value().c_str()) [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
WebDragSource.h | 38 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject); 41 virtual HRESULT STDMETHODCALLTYPE QueryContinueDrag(BOOL fEscapePressed, DWORD grfState); 42 virtual HRESULT STDMETHODCALLTYPE GiveFeedback(DWORD dwEffect);
|