OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKRect
(Results
1 - 21
of
21
) sorted by null
/external/webkit/Source/WebKit2/Shared/API/c/
WKGeometry.h
47
struct
WKRect
{
51
typedef struct
WKRect
WKRect
;
WKSharedAPICast.h
191
inline WebCore::FloatRect toFloatRect(const
WKRect
&
wkRect
)
193
return WebCore::FloatRect(static_cast<float>(
wkRect
.origin.x), static_cast<float>(
wkRect
.origin.y),
194
static_cast<float>(
wkRect
.size.width), static_cast<float>(
wkRect
.size.height));
207
inline WebCore::IntRect toIntRect(const
WKRect
&
wkRect
)
209
return WebCore::IntRect(static_cast<int>(
wkRect
.origin.x), static_cast<int>(
wkRect
.origin.y)
[
all
...]
/external/webkit/Tools/WebKitTestRunner/
PlatformWebView.h
63
WKRect
windowFrame();
64
void setWindowFrame(
WKRect
);
TestController.cpp
80
static
WKRect
getWindowFrameMainPage(WKPageRef page, const void* clientInfo)
86
static void setWindowFrameMainPage(WKPageRef page,
WKRect
frame, const void* clientInfo)
92
static
WKRect
getWindowFrameOtherPage(WKPageRef page, const void* clientInfo)
98
static void setWindowFrameOtherPage(WKPageRef page,
WKRect
frame, const void* clientInfo)
/external/webkit/Tools/WebKitTestRunner/qt/
PlatformWebViewQt.cpp
85
WKRect
PlatformWebView::windowFrame()
89
WKRect
wkFrame;
97
void PlatformWebView::setWindowFrame(
WKRect
)
/external/webkit/Tools/WebKitTestRunner/win/
PlatformWebViewWin.cpp
83
WKRect
PlatformWebView::windowFrame()
87
WKRect
wkFrame;
95
void PlatformWebView::setWindowFrame(
WKRect
)
/external/webkit/Tools/WebKitTestRunner/mac/
PlatformWebViewMac.mm
66
WKRect
PlatformWebView::windowFrame()
70
WKRect
wkFrame;
78
void PlatformWebView::setWindowFrame(
WKRect
frame)
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleFrame.h
61
WK_EXPORT
WKRect
WKBundleFrameGetContentBounds(WKBundleFrameRef frame);
62
WK_EXPORT
WKRect
WKBundleFrameGetVisibleContentBounds(WKBundleFrameRef frame);
63
WK_EXPORT
WKRect
WKBundleFrameGetVisibleContentBoundsExcludingScrollbars(WKBundleFrameRef frame);
WKBundleNodeHandlePrivate.h
45
WK_EXPORT
WKRect
WKBundleNodeHandleGetRenderRect(WKBundleNodeHandleRef nodeHandle, bool* isReplaced);
48
WK_EXPORT
WKRect
WKBundleNodeHandleGetElementBounds(WKBundleNodeHandleRef elementHandle);
WKBundlePageOverlay.h
46
typedef void (*WKBundlePageOverlayDrawRectCallback)(WKBundlePageOverlayRef pageOverlay, void* graphicsContext,
WKRect
dirtyRect, const void* clientInfo);
68
WK_EXPORT void WKBundlePageOverlaySetNeedsDisplay(WKBundlePageOverlayRef bundlePageOverlay,
WKRect
rect);
WKBundleHitTestResult.h
47
WK_EXPORT
WKRect
WKBundleHitTestResultGetImageRect(WKBundleHitTestResultRef hitTestResult);
WKBundleNodeHandle.cpp
54
WKRect
WKBundleNodeHandleGetRenderRect(WKBundleNodeHandleRef nodeHandleRef, bool* isReplaced)
59
WKRect
WKBundleNodeHandleGetElementBounds(WKBundleNodeHandleRef elementHandleRef)
WKBundleHitTestResult.cpp
72
WKRect
WKBundleHitTestResultGetImageRect(WKBundleHitTestResultRef hitTestResultRef)
WKBundlePage.h
176
typedef void (*WKBundlePagePaintCustomOverhangAreaCallback)(WKBundlePageRef page, WKGraphicsContextRef graphicsContext,
WKRect
horizontalOverhang,
WKRect
verticalOverhang,
WKRect
dirtyRect, const void* clientInfo);
296
WK_EXPORT WKImageRef WKBundlePageCreateSnapshotInViewCoordinates(WKBundlePageRef page,
WKRect
rect, WKImageOptions options);
297
WK_EXPORT WKImageRef WKBundlePageCreateSnapshotInDocumentCoordinates(WKBundlePageRef page,
WKRect
rect, WKImageOptions options);
298
WK_EXPORT WKImageRef WKBundlePageCreateScaledSnapshotInDocumentCoordinates(WKBundlePageRef page,
WKRect
rect, double scaleFactor, WKImageOptions options);
WKBundleFrame.cpp
184
WKRect
WKBundleFrameGetContentBounds(WKBundleFrameRef frameRef)
189
WKRect
WKBundleFrameGetVisibleContentBounds(WKBundleFrameRef frameRef)
194
WKRect
WKBundleFrameGetVisibleContentBoundsExcludingScrollbars(WKBundleFrameRef frameRef)
WKBundlePage.cpp
235
WKImageRef WKBundlePageCreateSnapshotInViewCoordinates(WKBundlePageRef pageRef,
WKRect
rect, WKImageOptions options)
241
WKImageRef WKBundlePageCreateSnapshotInDocumentCoordinates(WKBundlePageRef pageRef,
WKRect
rect, WKImageOptions options)
247
WKImageRef WKBundlePageCreateScaledSnapshotInDocumentCoordinates(WKBundlePageRef pageRef,
WKRect
rect, double scaleFactor, WKImageOptions options)
WKBundlePageOverlay.cpp
136
void WKBundlePageOverlaySetNeedsDisplay(WKBundlePageOverlayRef bundlePageOverlayRef,
WKRect
rect)
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKPagePrivate.h
60
typedef void (*WKPageComputePagesForPrintingFunction)(
WKRect
* pageRects, uint32_t pageCount, double resultPageScaleFactor, WKErrorRef error, void* functionContext);
WKPage.h
173
typedef
WKRect
(*WKPageGetWindowFrameCallback)(WKPageRef page, const void *clientInfo);
174
typedef void (*WKPageSetWindowFrameCallback)(WKPageRef page,
WKRect
frame, const void *clientInfo);
181
typedef void (*WKPageDrawHeaderCallback)(WKPageRef page, WKFrameRef frame,
WKRect
rect, const void* clientInfo);
182
typedef void (*WKPageDrawFooterCallback)(WKPageRef page, WKFrameRef frame,
WKRect
rect, const void* clientInfo);
WKPage.cpp
522
Vector<
WKRect
> wkRects(rects.size());
/external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m
498
static
WKRect
getWindowFrame(WKPageRef page, const void* clientInfo)
501
WKRect
wkRect
;
502
wkRect
.origin.x = rect.origin.x;
503
wkRect
.origin.y = rect.origin.y;
504
wkRect
.size.width = rect.size.width;
505
wkRect
.size.height = rect.size.height;
506
return
wkRect
;
509
static void setWindowFrame(WKPageRef page,
WKRect
rect, const void* clientInfo)
Completed in 190 milliseconds