Home
last modified time | relevance | path

Searched defs:BSTR (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebKit/win/
DDOMHTMLClasses.cpp115 /* [in] */ BSTR /*name*/, in namedItem() argument
188 /* [in] */ BSTR /*name*/, in namedItem() argument
227 /* [in] */ BSTR /*title*/) in setTitle() argument
234 /* [retval][out] */ BSTR* /*result*/) in referrer() argument
241 /* [retval][out] */ BSTR* /*result*/) in domain() argument
320 /* [retval][out] */ BSTR* /*result*/) in cookie() argument
327 /* [in] */ BSTR /*cookie*/) in setCookie() argument
346 /* [in] */ BSTR /*text*/) in write() argument
353 /* [in] */ BSTR /*text*/) in writeln() argument
360 /* [in] */ BSTR /*elementId*/, in getElementById_() argument
[all …]
DWebScriptObject.cpp81 /* [in] */ BSTR /*exceptionMessage*/, in throwException() argument
89 /* [in] */ BSTR /*name*/, in callWebScriptMethod() argument
99 /* [in] */ BSTR /*script*/, in evaluateWebScript() argument
107 /* [in] */ BSTR /*name*/) in removeWebScriptKey() argument
114 /* [retval][out] */ BSTR* /*stringRepresentation*/) in stringRepresentation() argument
137 /* [in] */ BSTR /*description*/) in setException() argument
DDOMCSSClasses.cpp83 /* [retval][out] */ BSTR* /*result*/) in cssText() argument
112 /* [in] */ BSTR /*propertyName*/, in getPropertyCSSValue() argument
120 /* [in] */ BSTR /*propertyName*/, in removeProperty() argument
121 /* [retval][out] */ BSTR* /*result*/) in removeProperty() argument
128 /* [in] */ BSTR /*propertyName*/, in getPropertyPriority() argument
129 /* [retval][out] */ BSTR* /*result*/) in getPropertyPriority() argument
158 /* [retval][out] */ BSTR* /*result*/) in item() argument
DDOMCoreClasses.cpp128 /* [in] */ BSTR /*value*/) in setNodeValue() argument
308 /* [in] */ BSTR /*feature*/, in isSupported() argument
317 /* [retval][out] */ BSTR* /*result*/) in namespaceURI() argument
324 /* [retval][out] */ BSTR* /*result*/) in prefix() argument
331 /* [in] */ BSTR /*prefix*/) in setPrefix() argument
338 /* [retval][out] */ BSTR* /*result*/) in localName() argument
394 /* [in] */ BSTR /*text*/) in setTextContent() argument
403 /* [in] */ BSTR /*type*/, in addEventListener() argument
411 /* [in] */ BSTR /*type*/, in removeEventListener() argument
636 /* [in] */ BSTR /*data*/, in createTextNode() argument
[all …]
DDOMEventsClasses.cpp120 /* [retval][out] */ BSTR* /*result*/) in type() argument
172 /* [in] */ BSTR /*eventTypeArg*/, in initEvent() argument
206 /* [in] */ BSTR /*type*/, in initUIEvent() argument
272 /* [retval][out] */ BSTR* /*result*/) in keyIdentifier() argument
344 /* [in] */ BSTR /*keyIdentifierArg*/, in getModifierState() argument
351 /* [in] */ BSTR /*type*/, in initKeyboardEvent() argument
465 /* [in] */ BSTR /*type*/, in initMouseEvent() argument
541 /* [retval][out] */ BSTR* /*result*/) in prevValue() argument
547 /* [retval][out] */ BSTR* /*result*/) in newValue() argument
553 /* [retval][out] */ BSTR* /*result*/) in attrName() argument
[all …]
DWebHTMLRepresentation.cpp107 /* [out][in] */ BSTR* /*types*/, in supportedMIMETypes() argument
115 /* [out][in] */ BSTR* /*types*/, in supportedNonImageMIMETypes() argument
123 /* [out][in] */ BSTR* /*types*/, in supportedImageMIMETypes() argument
315 /* [retval][out] */ BSTR* /*docTitle*/) in title() argument
DAccessibleBase.h66 virtual HRESULT STDMETHODCALLTYPE put_accName(VARIANT, BSTR) { return E_NOTIMPL; } in put_accName() argument
67 virtual HRESULT STDMETHODCALLTYPE put_accValue(VARIANT, BSTR) { return E_NOTIMPL; } in put_accValue() argument
DWebMutableURLRequest.cpp144 /* [in] */ BSTR /*theURL*/, in requestWithURL() argument
267 /* [in] */ BSTR /*value*/, in addValue() argument
317 /* [in] */ BSTR /*theURL*/) in setMainDocumentURL() argument
DWebError.cpp150 /* [retval][out] */ BSTR* /*result*/) in localizedFailureReason() argument
164 /* [retval][out] */ BSTR* /*result*/) in localizedRecoverySuggestion() argument
DWebDataSource.cpp89 /* [retval][out] */ BSTR* /*encoding*/) in overrideEncoding() argument
96 /* [in] */ BSTR /*encoding*/) in setOverrideEncoding() argument
DWebNotification.cpp105 /* [in] */ BSTR /*aName*/, in notificationWithName() argument
DWebDownload.cpp130 /* [in] */ BSTR, in canResumeDownloadDecodedWithEncodingMIMEType() argument
DWebFrame.h159 virtual HRESULT STDMETHODCALLTYPE unused1(BSTR*) { return E_NOTIMPL; } in unused1() argument
DDefaultPolicyDelegate.cpp139 /*[in]*/ BSTR /*frameName*/, in decidePolicyForNewWindowAction() argument
DWebView.cpp2455 /* [in] */ BSTR /*mimeType*/, in canShowMIMETypeAsHTML() argument
2471 /* [size_is][in] */ BSTR* /*mimeTypes*/, in setMIMETypesShownAsHTML() argument
2480 /* [retval][out] */ BSTR* /*url*/) in URLFromPasteboard() argument
2488 /* [retval][out] */ BSTR* /*urlTitle*/) in URLTitleFromPasteboard() argument
3086 /* [in] */ BSTR /*media*/) in setMediaStyle() argument
3093 /* [retval][out] */ BSTR* /*media*/) in mediaStyle() argument
3183 /* [in] */ BSTR /*anIdentifier*/) in setPreferencesIdentifier() argument
3190 /* [retval][out] */ BSTR* /*anIdentifier*/) in preferencesIdentifier() argument
3438 /* [in] */ BSTR /*forMIMEType*/) in registerViewClass() argument
3529 /* [size_is][in] */ BSTR* /*types*/, in writeSelectionWithPasteboardTypes() argument
[all …]
/external/webkit/Source/WebCore/platform/win/
DBString.h35 typedef wchar_t* BSTR; typedef
65 operator BSTR() const { return m_bstr; } in BSTR() function
/external/webkit/Tools/WinLauncher/
DPrintWebUIDelegate.h48 virtual HRESULT STDMETHODCALLTYPE setStatusText(IWebView*, BSTR) { return E_NOTIMPL; } in setStatusText() argument
49 virtual HRESULT STDMETHODCALLTYPE webViewStatusText(IWebView*, BSTR*) { return E_NOTIMPL; } in webViewStatusText() argument
60 …virtual HRESULT STDMETHODCALLTYPE runJavaScriptAlertPanelWithMessage(IWebView*, BSTR) { return E_N… in runJavaScriptAlertPanelWithMessage() argument
61 …virtual HRESULT STDMETHODCALLTYPE runJavaScriptConfirmPanelWithMessage(IWebView*, BSTR, BOOL*) { r… in runJavaScriptConfirmPanelWithMessage() argument
62 … STDMETHODCALLTYPE runJavaScriptTextInputPanelWithPrompt(IWebView*, BSTR, BSTR, BSTR*) { return E_… in runJavaScriptTextInputPanelWithPrompt() argument
63 …virtual HRESULT STDMETHODCALLTYPE runBeforeUnloadConfirmPanelWithMessage(IWebView*, BSTR, IWebFram… in runBeforeUnloadConfirmPanelWithMessage() argument
82 …virtual HRESULT STDMETHODCALLTYPE registerUndoWithTarget(IWebUndoTarget*, BSTR, IUnknown*) { retur… in registerUndoWithTarget() argument
84 virtual HRESULT STDMETHODCALLTYPE setActionTitle(BSTR) { return E_NOTIMPL; } in setActionTitle() argument
90 … virtual HRESULT STDMETHODCALLTYPE ftpDirectoryTemplatePath(IWebView*, BSTR*) { return E_NOTIMPL; } in ftpDirectoryTemplatePath() argument
101 …virtual HRESULT STDMETHODCALLTYPE runDatabaseSizeLimitPrompt(IWebView*, BSTR, IWebFrame*, BOOL*) {… in runDatabaseSizeLimitPrompt() argument
/external/chromium/base/win/
Dscoped_bstr.h80 operator BSTR() const { in BSTR() function
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorDelegate.h77 /* [in] */ BSTR) { return E_NOTIMPL; } in setStatusText() argument
81 /* [retval][out] */ BSTR*) { return E_NOTIMPL; } in webViewStatusText() argument
125 /* [in] */ BSTR) { return E_NOTIMPL; } in runJavaScriptAlertPanelWithMessage() argument
129 /* [in] */ BSTR, in runJavaScriptConfirmPanelWithMessage() argument
134 /* [in] */ BSTR /*message*/, in runJavaScriptTextInputPanelWithPrompt() argument
136 /* [retval][out] */ BSTR*) { return E_NOTIMPL; } in runJavaScriptTextInputPanelWithPrompt() argument
140 /* [in] */ BSTR /*message*/, in runBeforeUnloadConfirmPanelWithMessage() argument
227 /* [in] */ BSTR /*actionName*/, in registerUndoWithTarget() argument
234 /* [in] */ BSTR) { return E_NOTIMPL; } in setActionTitle() argument
DWebEditorClient.cpp115 /* [in] */ BSTR /*actionName*/, in invoke() argument
/external/webkit/Tools/DumpRenderTree/win/
DUIDelegate.cpp467 /* [in] */ BSTR /*message*/, in runBeforeUnloadConfirmPanelWithMessage() argument