Home
last modified time | relevance | path

Searched refs:IEnumTextMatches (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKit/win/Interfaces/
DIWebViewPrivate.idl39 interface IEnumTextMatches;
98 HRESULT rectsForTextMatches([out]IEnumTextMatches** pmatches);
DIWebView.idl94 @class IEnumTextMatches
102 interface IEnumTextMatches : IUnknown
107 HRESULT Clone(IEnumTextMatches** ppenum);
/external/webkit/WebKit/win/
DWebView.cpp291 HRESULT createMatchEnumerator(Vector<IntRect>* rects, IEnumTextMatches** matches);
3302 IEnumTextMatches** pmatches) in rectsForTextMatches()
6241 class EnumTextMatches : public IEnumTextMatches
6302 virtual HRESULT STDMETHODCALLTYPE Clone(IEnumTextMatches**) in Clone() argument
6308 HRESULT createMatchEnumerator(Vector<IntRect>* rects, IEnumTextMatches** matches) in createMatchEnumerator()
DWebView.h629 IEnumTextMatches** pmatches);
/external/webkit/WebKitTools/FindSafari/
DSafari.exe.manifest111 …<comInterfaceExternalProxyStub name="IEnumTextMatches" iid="{C0CDE63A-5ED1-453F-B937-93B1A61AD3B3}…