Home | History | Annotate | Download | only in Interfaces

Lines Matching full:bstr

162     HRESULT canShowMIMEType([in] BSTR mimeType, [out, retval] BOOL* canShow);
171 HRESULT canShowMIMETypeAsHTML([in] BSTR mimeType, [out, retval] BOOL* canShow);
189 HRESULT setMIMETypesShownAsHTML([in, size_is(cMimeTypes)] BSTR* mimeTypes, [in] int cMimeTypes);
200 HRESULT URLFromPasteboard([in] IDataObject* pasteboard, [out, retval] BSTR* url);
211 HRESULT URLTitleFromPasteboard([in] IDataObject* pasteboard, [out, retval] BSTR* urlTitle);
226 HRESULT initWithFrame([in] RECT frame, [in] BSTR frameName, [in] BSTR groupName);
386 HRESULT setApplicationNameForUserAgent([in] BSTR applicationName);
393 HRESULT applicationNameForUserAgent([out, retval] BSTR* applicationName);
405 HRESULT setCustomUserAgent([in] BSTR userAgentString);
412 HRESULT customUserAgent([out, retval] BSTR* userAgentString);
421 HRESULT userAgentForURL([in] BSTR url, [out, retval] BSTR* userAgent);
443 HRESULT setCustomTextEncodingName([in] BSTR encodingName);
450 HRESULT customTextEncodingName([out, retval] BSTR* encodingName);
459 HRESULT setMediaStyle([in] BSTR media);
467 HRESULT mediaStyle([out, retval] BSTR* media);
475 HRESULT stringByEvaluatingJavaScriptFromString([in] BSTR script, [out, retval] BSTR* result);
511 HRESULT setPreferencesIdentifier([in] BSTR anIdentifier);
518 HRESULT preferencesIdentifier([out, retval] BSTR* anIdentifier);
547 HRESULT searchFor([in] BSTR str, [in] BOOL forward, [in] BOOL caseFlag, [in] BOOL wrapFlag, [out, retval] BOOL* found);
561 HRESULT registerViewClass([in] IWebDocumentView* view, [in] IWebDocumentRepresentation* representation, [in] BSTR forMIMEType);
569 HRESULT setGroupName([in] BSTR groupName);
576 HRESULT groupName([out, retval] BSTR* groupName);
620 HRESULT writeSelectionWithPasteboardTypes([in, size_is(cTypes)] BSTR* types, [in] int cTypes, [in] IDataObject* pasteboard);
638 HRESULT writeElement([in] IPropertyBag* elementDictionary, [in, size_is(cWithPasteboardTypes)] BSTR* withPasteboardTypes, [in] int cWithPasteboardTypes, [in] IDataObject* pasteboard);
644 HRESULT selectedText([out, retval] BSTR* text);
689 HRESULT setMainFrameURL([in] BSTR urlString);
696 HRESULT mainFrameURL([out, retval] BSTR* urlString);
710 HRESULT mainFrameTitle([out, retval] BSTR* title);
726 HRESULT registerURLSchemeAsLocal([in] BSTR scheme);
897 HRESULT computedStyleForElement([in] IDOMElement* element, [in] BSTR pseudoElement, [out, retval] IDOMCSSStyleDeclaration** style);
994 HRESULT styleDeclarationWithText([in] BSTR text, [out, retval] IDOMCSSStyleDeclaration** style);
1066 HRESULT replaceSelectionWithText([in] BSTR text);
1071 HRESULT replaceSelectionWithMarkupString([in] BSTR markupString);
1123 HRESULT copyURL([in] BSTR url);