Searched refs:IEnumTextMatches (Results 1 – 5 of 5) sorted by relevance
39 interface IEnumTextMatches;98 HRESULT rectsForTextMatches([out]IEnumTextMatches** pmatches);
94 @class IEnumTextMatches102 interface IEnumTextMatches : IUnknown107 HRESULT Clone(IEnumTextMatches** ppenum);
291 HRESULT createMatchEnumerator(Vector<IntRect>* rects, IEnumTextMatches** matches);3302 IEnumTextMatches** pmatches) in rectsForTextMatches()6241 class EnumTextMatches : public IEnumTextMatches6302 virtual HRESULT STDMETHODCALLTYPE Clone(IEnumTextMatches**) in Clone() argument6308 HRESULT createMatchEnumerator(Vector<IntRect>* rects, IEnumTextMatches** matches) in createMatchEnumerator()
629 IEnumTextMatches** pmatches);
111 …<comInterfaceExternalProxyStub name="IEnumTextMatches" iid="{C0CDE63A-5ED1-453F-B937-93B1A61AD3B3}…