HomeSort by relevance Sort by last modified time
    Searched refs:contentRect (Results 26 - 38 of 38) sorted by null

12

  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.h 78 void setViewport(const IntRect& visibleRect, const IntRect& contentRect, const IntPoint& scrollPosition);
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenController.mm 495 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
498 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
WebVideoFullscreenHUDWindowController.mm 81 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
84 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
WebFullScreenController.mm 800 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
803 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 389 - (void)webView:(WebView *)sender setContentRect:(NSRect)contentRect;
391 HRESULT setContentRect([in] IWebView* sender, [in] RECT* contentRect);
399 HRESULT webViewContentRect([in] IWebView* sender, [out, retval] RECT* contentRect);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 537 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
540 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 964 IntRect contentRect(rect);
965 contentRect.move(renderer->borderLeft() + renderer->paddingLeft(), renderer->borderTop() + renderer->paddingTop());
967 renderer->repaintRectangle(contentRect);
WebNetscapePluginView.mm 218 NSRect contentRect = [contentView convertRect:[contentView frame] toView:nil]; // convert to window-relative coordinates
224 MovePortTo(static_cast<short>(contentRect.origin.x), /* Flip Y */ static_cast<short>(windowHeight - NSMaxY(contentRect)));
225 PortSize(static_cast<short>(contentRect.size.width), static_cast<short>(contentRect.size.height));
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 913 var contentRect = main.getBoundingClientRect();
923 if ((!rtl && contentRect.right > attributionRect.left) ||
924 (rtl && attributionRect.right > contentRect.left)) {
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 685 IntRect contentRect = m_renderer->absoluteClippedOverflowRect();
688 viewRect.intersect(contentRect);
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 609 SkIRect contentRect;
610 contentRect.set(0, 0, width, height);
611 SkIRect total(contentRect);
652 if (!contentRect.contains(total)) {
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 565 milliseconds

12