Home
last modified time | relevance | path

Searched defs:RECT (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Tools/WinLauncher/
DPrintWebUIDelegate.h56 virtual HRESULT STDMETHODCALLTYPE setFrame(IWebView*, RECT*) { return E_NOTIMPL; } in setFrame() argument
57 virtual HRESULT STDMETHODCALLTYPE webViewFrame(IWebView*, RECT*) { return E_NOTIMPL; } in webViewFrame() argument
58 virtual HRESULT STDMETHODCALLTYPE setContentRect(IWebView*, RECT*) { return E_NOTIMPL; } in setContentRect() argument
59 virtual HRESULT STDMETHODCALLTYPE webViewContentRect(IWebView*, RECT*) { return E_NOTIMPL; } in webViewContentRect() argument
102 …virtual HRESULT STDMETHODCALLTYPE paintCustomScrollbar(IWebView*, HDC, RECT, WebScrollBarControlSi… in paintCustomScrollbar() argument
103 …virtual HRESULT STDMETHODCALLTYPE paintCustomScrollCorner(IWebView*, HDC, RECT) { return E_NOTIMPL… in paintCustomScrollCorner() argument
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
DHideFindIndicator.cpp42 static void findIndicatorCallback(WKViewRef, HBITMAP selectionBitmap, RECT, bool, void*) in findIndicatorCallback() argument
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorDelegate.h109 /* [in] */ RECT*) { return E_NOTIMPL; } in setFrame() argument
113 /* [retval][out] */ RECT*) { return E_NOTIMPL; } in webViewFrame() argument
117 /* [in] */ RECT*) { return E_NOTIMPL; } in setContentRect() argument
121 /* [retval][out] */ RECT*) { return E_NOTIMPL; } in webViewContentRect() argument
/external/webkit/Source/WebCore/platform/graphics/
DIntRect.h45 typedef struct tagRECT RECT; typedef
/external/opencv/cv/include/
Dcv.hpp349 enum { RECT=0, CROSS=1, ELLIPSE=2, CUSTOM=100, BINARY = 0, GRAYSCALE=256 }; enumerator
/external/webkit/Source/WebKit/win/
DDOMCoreClasses.cpp868 /* [size_is][in] */ RECT* /*rects*/, in lineBoxRects() argument
/external/opencv/cvaux/include/
Dcvvidsurv.hpp712 enum {RECT, ELLIPSE} shape; enumerator