Lines Matching refs:BSTR
98 /* [retval][out] */ BSTR *frameName);
117 /* [in] */ BSTR mimeType,
118 /* [in] */ BSTR textEncodingName,
119 /* [in] */ BSTR url);
122 /* [in] */ BSTR string,
123 /* [in] */ BSTR baseURL);
126 /* [in] */ BSTR str,
127 /* [in] */ BSTR baseURL,
128 /* [in] */ BSTR unreachableURL);
144 /* [in] */ BSTR name,
159 virtual HRESULT STDMETHODCALLTYPE unused1(BSTR*) { return E_NOTIMPL; } in unused1() argument
160 …virtual HRESULT STDMETHODCALLTYPE renderTreeAsExternalRepresentation(BOOL forPrinting, BSTR *resul…
163 /* [in] */ BSTR id,
164 /* [retval][out] */ BSTR *result);
167 /* [in] */ BSTR id,
211 /* [retval][out] */ BSTR* result);
256 …virtual HRESULT STDMETHODCALLTYPE pauseAnimation(BSTR animationName, IDOMNode*, double secondsFrom…
257 …virtual HRESULT STDMETHODCALLTYPE pauseTransition(BSTR propertyName, IDOMNode*, double secondsFrom…
258 …virtual HRESULT STDMETHODCALLTYPE pauseSVGAnimation(BSTR elementId, IDOMNode*, double secondsFromN…
262 virtual HRESULT STDMETHODCALLTYPE loadPlainTextString(BSTR string, BSTR url);
267 /* [in] */ BSTR url,
270 …aScriptInScriptWorld(IWebScriptWorld*, JSObjectRef globalObjectRef, BSTR script, BSTR* evaluationR…
275 virtual HRESULT STDMETHODCALLTYPE layerTreeAsText(BSTR*);
289 /* [retval][out] */ BSTR* result);
368 HRESULT elementWithName(BSTR name, IDOMElement* form, IDOMElement** element);
372 …foreElement(const BSTR* labels, unsigned cLabels, IDOMElement* beforeElement, unsigned* resultDist…
373 …HRESULT matchLabelsAgainstElement(const BSTR* labels, int cLabels, IDOMElement* againstElement, BS…
387 void loadHTMLString(BSTR string, BSTR baseURL, BSTR unreachableURL);
388 …oid loadData(PassRefPtr<WebCore::SharedBuffer>, BSTR mimeType, BSTR textEncodingName, BSTR baseURL…