• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebKit-7600.1.25/win/Interfaces/

Lines Matching refs:in

4  * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
49 HRESULT supportedMIMETypes([in, out] BSTR* types, [in, out] int* cTypes);
54 HRESULT supportedNonImageMIMETypes([in, out] BSTR* types, [in, out] int* cTypes);
59 HRESULT supportedImageMIMETypes([in, out] BSTR* types, [in, out] int* cTypes);
64 HRESULT attributedStringFromDOMNodes([in] IDOMNode* startNode, [in] int startOffset, [in] IDOMNode* endNode, [in] int endOffset, [out, retval] IDataObject** attributedString);
69 HRESULT elementWithName([in] BSTR name, [in] IDOMElement* form, [out, retval] IDOMElement** element);
74 HRESULT elementDoesAutoComplete([in] IDOMElement* element, [out, retval] BOOL* result);
79 HRESULT elementIsPassword([in] IDOMElement* element, [out, retval] BOOL* result);
84 HRESULT formForElement([in] IDOMElement* element, [out, retval] IDOMElement** form);
94 HRESULT controlsInForm([in] IDOMElement* form, [in, out] IDOMElement** controls, [in, out] int* cControls);
100 HRESULT deprecatedSearchForLabels([in, size_is(cLabels)] BSTR* labels, [in] int cLabels, [in] IDOMElement* beforeElement, [out, retval] BSTR* result);
105 HRESULT matchLabels([in, size_is(cLabels)] BSTR* labels, [in] int cLabels, [in] IDOMElement* againstElement, [out, retval] BSTR* result);
110 HRESULT searchForLabels([in, size_is(cLabels)] BSTR* labels, [in] unsigned cLabels, [in] IDOMElement* beforeElement, [out] unsigned* resultDistance, [out] BOOL* resultIsInCellAbove, [out, retval] BSTR* result);