Searched refs:viewRect (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DPaintInvalidationState.cpp31 m_clipRect = renderView.viewRect();
H A DRenderView.h110 virtual LayoutRect viewRect() const OVERRIDE;
H A DRenderView.cpp328 // We specifically need to issue paint invalidations for the viewRect since other renderers
330 LayoutRect dirtyRect = viewRect();
407 LayoutRect viewRectangle = viewRect();
719 LayoutRect RenderView::viewRect() const function in class:blink::RenderView
H A DRenderImage.cpp403 LayoutRect viewBounds = viewRect();
H A DRenderObject.cpp1971 LayoutRect RenderObject::viewRect() const function in class:blink::RenderObject
1973 return view()->viewRect();
H A DRenderBox.cpp465 LayoutRect viewRect = frameView->visibleContentRect(); local
466 LayoutRect exposeRect = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY);
491 LayoutRect viewRect = frameView->visibleContentRect(); local
492 LayoutRect r = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY);
H A DRenderObject.h1076 virtual LayoutRect viewRect() const;
H A DRenderBlock.cpp1385 LayoutRect viewBounds = viewRect();
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp586 IntRect viewRect = convertFromContainingWindow(rootViewRect); local
587 viewRect.move(scrollOffset());
588 return viewRect;
593 IntRect viewRect = contentsRect; local
594 viewRect.move(-scrollOffset());
595 return convertToContainingWindow(viewRect);
618 IntRect viewRect = convertFromContainingWindow(windowRect); local
619 viewRect.move(scrollOffset());
620 return viewRect;
625 IntRect viewRect local
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DViewportAnchor.cpp52 Node* findNonEmptyAnchorNode(const IntPoint& point, const IntRect& viewRect, EventHandler* eventHandler) argument
59 const int maxNodeArea = area(viewRect) * viewportToNodeMaxRelativeArea;
61 IntSize pointOffset = viewRect.size();
H A DPopupListBox.cpp918 IntRect viewRect = contentsRect; local
919 viewRect.moveBy(-scrollPosition());
920 return convertToContainingWindow(viewRect);
/external/chromium_org/chrome/browser/resources/inspect/
H A Dinspect.js487 var viewRect = document.createElement('div');
488 viewRect.className = 'view-rect';
490 viewRect.classList.add('hidden');
494 viewRect.style.left = percent(webview.screenX / screenWidth);
495 viewRect.style.top = percent(webview.screenY / screenHeight);
496 viewRect.style.width = percent(webview.width / screenWidth);
497 viewRect.style.height = percent(webview.height / screenHeight);
498 screenRect.appendChild(viewRect);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.cpp126 FloatRect viewRect = mainFrame()->view()->visibleContentRect();
128 pinchRect.moveBy(viewRect.location());
H A DFrameView.cpp2804 IntRect FrameView::convertToRenderer(const RenderObject& renderer, const IntRect& viewRect) const
2806 IntRect rect = viewRect;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.cpp490 IntRect viewRect = view->visibleContentRect(); local
491 reset(size, viewRect.x(), viewRect.y());
H A DInspectorPageAgent.cpp1217 IntRect viewRect = m_page->deprecatedLocalMainFrame()->view()->visibleContentRect(); local
1219 .setScrollX(viewRect.x())
1220 .setScrollY(viewRect.y())
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp495 IntRect viewRect = view->visibleContentRect(); local
496 viewRect.intersect(contentRect);
497 return viewRect.isEmpty();
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp675 IntRect viewportRect = pixelSnappedIntRect(obj.viewRect());

Completed in 1784 milliseconds