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

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebKit/win/Interfaces/
DOMWindow.idl 47 HRESULT document([out, retval] IDOMDocument** result);
52 HRESULT getComputedStyle([in] IDOMElement* element, [in] BSTR pseudoElement);
58 HRESULT getMatchedCSSRules([in] IDOMElement* element, [in] BSTR pseudoElement, [in] BOOL authorOnly, [out, retval] IDOMCSSRuleList** result);
61 HRESULT devicePixelRatio([out, retval] double* result);
IWebFrameView.idl 53 HRESULT webFrame([out, retval] IWebFrame** frame);
61 HRESULT documentView([out, retval] IWebDocumentView** view);
69 HRESULT setAllowsScrolling([in] BOOL flag);
77 HRESULT allowsScrolling([out, retval] BOOL* flag);
IWebGeolocationPolicyListener.idl 38 HRESULT allow();
39 HRESULT deny();
IWebHistoryItem.idl 59 HRESULT initWithURLString([in] BSTR urlString, [in] BSTR title, [in] DATE lastVisited);
68 HRESULT originalURLString([out, retval] BSTR* url);
78 HRESULT URLString([out, retval] BSTR* url);
89 HRESULT title([out, retval] BSTR* pageTitle);
99 HRESULT lastVisitedTimeInterval([out, retval] DATE* lastVisited);
107 HRESULT setAlternateTitle([in] BSTR title);
115 HRESULT alternateTitle([out, retval] BSTR* title);
124 HRESULT icon([out, retval] OLE_HANDLE* hBitmap);
IWebScriptObject.idl 71 HRESULT throwException([in] BSTR exceptionMessage, [out, retval] BOOL* result);
82 HRESULT callWebScriptMethod([in] BSTR name, [in, size_is(cArgs)] const VARIANT args[], [in] int cArgs, [out, retval] VARIANT* result);
92 HRESULT evaluateWebScript([in] BSTR script, [out, retval] VARIANT* result);
100 HRESULT removeWebScriptKey([in] BSTR name);
109 HRESULT stringRepresentation([out, retval] BSTR* stringRepresentation);
118 HRESULT webScriptValueAtIndex([in] unsigned int index, [out, retval] VARIANT* result);
127 HRESULT setWebScriptValueAtIndex([in] unsigned int index, [in] VARIANT val);
136 HRESULT setException([in] BSTR description);
IWebFrameLoadDelegate.idl 66 HRESULT didStartProvisionalLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame);
75 HRESULT didReceiveServerRedirectForProvisionalLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame);
87 HRESULT didFailProvisionalLoadWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebFrame* frame);
103 HRESULT didCommitLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame);
114 HRESULT didReceiveTitle([in] IWebView* webView, [in] BSTR title, [in] IWebFrame* frame);
124 HRESULT didReceiveIcon([in] IWebView* webView, [in] OLE_HANDLE hBitmap, [in] IWebFrame* frame);
136 HRESULT didFinishLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame);
147 HRESULT didFailLoadWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebFrame* forFrame);
157 HRESULT didChangeLocationWithinPageForFrame([in] IWebView* webView, [in] IWebFrame* frame);
171 HRESULT willPerformClientRedirectToURL([in] IWebView* webView, [in] BSTR url, [in] double delaySeconds, [i (…)
    [all...]
IWebArchive.idl 59 HRESULT initWithMainResource([in] IWebResource* mainResource, [in, size_is(cSubResources)] IWebResource** subResources, [in] int cSubResources, [in, size_is(cSubFrameArchives)] IWebArchive** subFrameArchives, [in] int cSubFrameArchives);
68 HRESULT initWithData([in] IStream* data);
77 HRESULT initWithNode([in] IDOMNode* node);
84 HRESULT mainResource([out, retval] IWebResource** resource);
91 HRESULT subResources([out, retval] IEnumVARIANT** enumResources);
98 HRESULT subframeArchives([out, retval] IEnumVARIANT** enumSubframes);
107 HRESULT data([out, retval] IStream** stream);
IWebResourceLoadDelegatePrivate.idl 59 HRESULT didLoadResourceFromMemoryCache([in] IWebView* webView, [in] IWebURLRequest* request, [in] IWebURLResponse* response, [in] UINT length, [in] IWebDataSource* dataSource);
61 HRESULT shouldUseCredentialStorage([in] IWebView* webView, [in] unsigned long identifier, [in] IWebDataSource* dataSource, [out, retval] BOOL* shouldUse);
63 HRESULT shouldCacheResponse([in] IWebView* webView, [in] unsigned long identifier, [in] IWebURLResponse* response, [in] const char* data, [in] unsigned long long length, [in] IWebDataSource* dataSource, [out, retval] BOOL* shouldCache);
  /external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.cpp 49 HRESULT STDMETHODCALLTYPE EditingDelegate::QueryInterface(REFIID riid, void** ppvObject)
121 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldBeginEditingInDOMRange(
138 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldEndEditingInDOMRange(
155 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldInsertNode(
173 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldInsertText(
198 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldDeleteDOMRange(
215 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldChangeSelectedDOMRange(
244 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldApplyStyle(
262 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldChangeTypingStyle(
280 HRESULT STDMETHODCALLTYPE EditingDelegate::doPlatformCommand(
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 183 HRESULT hr = element->QueryInterface(IID_IDOMElementPrivate, (void**) &elePriv);
199 HRESULT hr = element->QueryInterface(IID_IDOMElementPrivate, (void**) &elePriv);
216 HRESULT hr = element->QueryInterface(IID_IDOMElementPrivate, (void**) &elePriv);
277 HRESULT STDMETHODCALLTYPE WebFrame::setAllowsScrolling(
287 HRESULT STDMETHODCALLTYPE WebFrame::allowsScrolling(
298 HRESULT STDMETHODCALLTYPE WebFrame::setIsDisconnected(
309 HRESULT STDMETHODCALLTYPE WebFrame::setExcludeFromTextSearch(
320 HRESULT WebFrame::reloadFromOrigin()
330 HRESULT STDMETHODCALLTYPE WebFrame::paintDocumentRectToContext(
362 HRESULT STDMETHODCALLTYPE WebFrame::paintScrollViewRectToContextAtPoint
    [all...]
WebDatabaseManager.cpp 61 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject);
66 virtual HRESULT STDMETHODCALLTYPE Read(LPCOLESTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog);
67 virtual HRESULT STDMETHODCALLTYPE Write(LPCOLESTR pszPropName, VARIANT* pVar);
101 HRESULT STDMETHODCALLTYPE DatabaseDetailsPropertyBag::QueryInterface(REFIID riid, void** ppvObject)
116 HRESULT STDMETHODCALLTYPE DatabaseDetailsPropertyBag::Read(LPCOLESTR pszPropName, VARIANT* pVar, IErrorLog*)
137 HRESULT STDMETHODCALLTYPE DatabaseDetailsPropertyBag::Write(LPCOLESTR pszPropName, VARIANT* pVar)
169 HRESULT STDMETHODCALLTYPE WebDatabaseManager::QueryInterface(REFIID riid, void** ppvObject)
200 HRESULT STDMETHODCALLTYPE WebDatabaseManager::sharedWebDatabaseManager(
211 HRESULT STDMETHODCALLTYPE WebDatabaseManager::origins(
230 HRESULT STDMETHODCALLTYPE WebDatabaseManager::databasesWithOrigin(
    [all...]
WebURLProtectionSpace.cpp 67 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::QueryInterface(REFIID riid, void** ppvObject)
99 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::authenticationMethod(
122 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::host(
146 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::initWithHost(
174 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::initWithProxyHost(
204 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::isProxy(
211 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::port(
218 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::protocol(
241 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::proxyType(
264 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::realm
    [all...]
WebKitStatistics.cpp 68 HRESULT STDMETHODCALLTYPE WebKitStatistics::QueryInterface(REFIID riid, void** ppvObject)
98 HRESULT STDMETHODCALLTYPE WebKitStatistics::webViewCount(
105 HRESULT STDMETHODCALLTYPE WebKitStatistics::frameCount(
112 HRESULT STDMETHODCALLTYPE WebKitStatistics::dataSourceCount(
119 HRESULT STDMETHODCALLTYPE WebKitStatistics::viewCount(
126 HRESULT STDMETHODCALLTYPE WebKitStatistics::HTMLRepresentationCount(
133 HRESULT STDMETHODCALLTYPE WebKitStatistics::comClassCount(
140 HRESULT STDMETHODCALLTYPE WebKitStatistics::comClassNameCounts(
WebURLAuthenticationChallenge.cpp 78 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::QueryInterface(REFIID riid, void** ppvObject)
110 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::initWithProtectionSpace(
123 HRESULT hr = S_OK;
156 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::initWithAuthenticationChallenge(
181 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::error(
188 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::failureResponse(
195 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::previousFailureCount(
202 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::proposedCredential(
209 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::protectionSpace(
216 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::sender
    [all...]
WebIconDatabase.cpp 127 HRESULT STDMETHODCALLTYPE WebIconDatabase::QueryInterface(REFIID riid, void** ppvObject)
157 HRESULT STDMETHODCALLTYPE WebIconDatabase::sharedIconDatabase(
164 HRESULT STDMETHODCALLTYPE WebIconDatabase::iconForURL(
190 HRESULT STDMETHODCALLTYPE WebIconDatabase::defaultIconWithSize(
198 HRESULT STDMETHODCALLTYPE WebIconDatabase::retainIconForURL(
205 HRESULT STDMETHODCALLTYPE WebIconDatabase::releaseIconForURL(
212 HRESULT STDMETHODCALLTYPE WebIconDatabase::removeAllIcons(void)
218 HRESULT STDMETHODCALLTYPE WebIconDatabase::delayDatabaseCleanup(void)
224 HRESULT STDMETHODCALLTYPE WebIconDatabase::allowDatabaseCleanup(void)
230 HRESULT STDMETHODCALLTYPE WebIconDatabase::iconURLForURL(
    [all...]
WebNavigationData.cpp 34 HRESULT STDMETHODCALLTYPE WebNavigationData::QueryInterface(REFIID riid, void** ppvObject)
93 HRESULT WebNavigationData::url(BSTR* url)
101 HRESULT WebNavigationData::title(BSTR* title)
109 HRESULT WebNavigationData::originalRequest(IWebURLRequest** request)
118 HRESULT WebNavigationData::response(IWebURLResponse** response)
127 HRESULT WebNavigationData::hasSubstituteData(BOOL* hasSubstituteData)
135 HRESULT WebNavigationData::clientRedirectSource(BSTR* clientRedirectSource)
WebNotificationCenter.cpp 78 HRESULT STDMETHODCALLTYPE WebNotificationCenter::QueryInterface(REFIID riid, void** ppvObject)
135 HRESULT STDMETHODCALLTYPE WebNotificationCenter::defaultCenter(
143 HRESULT STDMETHODCALLTYPE WebNotificationCenter::addObserver(
161 HRESULT STDMETHODCALLTYPE WebNotificationCenter::postNotification(
165 HRESULT hr = notification->name(&name);
180 HRESULT STDMETHODCALLTYPE WebNotificationCenter::postNotificationName(
190 HRESULT STDMETHODCALLTYPE WebNotificationCenter::removeObserver(
WebResource.cpp 67 HRESULT STDMETHODCALLTYPE WebResource::QueryInterface(REFIID riid, void** ppvObject)
97 HRESULT STDMETHODCALLTYPE WebResource::initWithData(
114 HRESULT STDMETHODCALLTYPE WebResource::data(
120 HRESULT STDMETHODCALLTYPE WebResource::URL(
132 HRESULT STDMETHODCALLTYPE WebResource::MIMEType(
144 HRESULT STDMETHODCALLTYPE WebResource::textEncodingName(
156 HRESULT STDMETHODCALLTYPE WebResource::frameName(
WebSecurityOrigin.cpp 65 HRESULT STDMETHODCALLTYPE WebSecurityOrigin::QueryInterface(REFIID riid, void** ppvObject)
97 HRESULT STDMETHODCALLTYPE WebSecurityOrigin::protocol(
108 HRESULT STDMETHODCALLTYPE WebSecurityOrigin::host(
119 HRESULT STDMETHODCALLTYPE WebSecurityOrigin::port(
130 HRESULT STDMETHODCALLTYPE WebSecurityOrigin::usage(
146 HRESULT STDMETHODCALLTYPE WebSecurityOrigin::quota(
161 HRESULT STDMETHODCALLTYPE WebSecurityOrigin::setQuota(
WebActionPropertyBag.h 44 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID, void** ppvObject);
49 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Read(
54 virtual HRESULT STDMETHODCALLTYPE Write(
WebURLAuthenticationChallengeSenderCFNet.cpp 41 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::cancelAuthenticationChallenge(
52 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::continueWithoutCredentialForAuthenticationChallenge(
63 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::useCredential(
WebURLAuthenticationChallengeSenderCurl.cpp 42 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::cancelAuthenticationChallenge(
49 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::continueWithoutCredentialForAuthenticationChallenge(
56 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::useCredential(
  /external/expat/xmlwf/
xmlwin32url.cxx 16 typedef void (*StopHandler)(void *, HRESULT);
29 STDMETHODIMP OnStopBinding(HRESULT, LPCWSTR);
103 Callback::OnStopBinding(HRESULT hr, LPCWSTR szError)
148 HRESULT hr = pBinding_->QueryInterface(IID_IWinInetHttpInfo,
190 HRESULT hr = pstgmed->pstm->Read(buf, nToRead, &nRead);
257 static HRESULT
265 HRESULT hr;
307 HRESULT hr;
312 winPerror(const XML_Char *url, HRESULT hr)
341 threadQuit(void *p, HRESULT hr
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Fence.cpp 52 HRESULT result = mQuery->Issue(D3DISSUE_END);
66 HRESULT result = mQuery->GetData(NULL, 0, D3DGETDATA_FLUSH);
111 HRESULT result = mQuery->GetData(NULL, 0, 0);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragSource.cpp 48 HRESULT WebDragSource::QueryInterface(REFIID riid, void** ppvObject)
73 HRESULT WebDragSource::QueryContinueDrag(BOOL fEscapePressed, DWORD grfState)
84 HRESULT WebDragSource::GiveFeedback(DWORD dwEffect)

Completed in 161 milliseconds

1 2 3 4 5 67 8 91011>>