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

/external/chromium_org/third_party/WebKit/Source/web/
H A DViewportAnchor.cpp53 Node* findNonEmptyAnchorNode(const IntPoint& point, const IntRect& viewRect, EventHandler* eventHandler) argument
60 const int maxNodeArea = area(viewRect) * viewportToNodeMaxRelativeArea;
62 IntSize pointOffset = viewRect.size();
78 void ViewportAnchor::setAnchor(const IntRect& viewRect, const FloatSize& anchorInViewCoords) argument
80 m_viewRect = viewRect;
86 if (viewRect.isEmpty())
90 if (viewRect.location() == IntPoint::zero())
93 FloatSize anchorOffset = viewRect.size();
95 const FloatPoint anchorPoint = FloatPoint(viewRect.location()) + anchorOffset;
97 Node* node = findNonEmptyAnchorNode(flooredIntPoint(anchorPoint), viewRect, m_eventHandle
[all...]
H A DViewportAnchor.h60 void setAnchor(const WebCore::IntRect& viewRect, const WebCore::FloatSize& anchorInViewCoords);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDevToolsAgentClient.h92 // occupy the whole device screen, while the view should be located at |viewRect|.
98 const WebRect& screenRect, const WebRect& viewRect,
97 enableDeviceEmulation( const WebRect& screenRect, const WebRect& viewRect, float deviceScaleFactor, bool fitToView) argument
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp589 IntRect viewRect = convertFromRootView(rootViewRect); local
590 viewRect.move(scrollOffset());
591 return viewRect;
596 IntRect viewRect = contentsRect; local
597 viewRect.move(-scrollOffset());
598 return convertToRootView(viewRect);
615 IntRect viewRect = convertFromContainingWindow(windowRect); local
616 viewRect.move(scrollOffset());
617 return viewRect;
622 IntRect viewRect local
[all...]
/external/chromium_org/chrome/browser/resources/inspect/
H A Dinspect.js439 var viewRect = document.createElement('div');
440 viewRect.className = 'view-rect';
442 viewRect.classList.add('hidden');
446 viewRect.style.left = percent(webview.screenX / screenWidth);
447 viewRect.style.top = percent(webview.screenY / screenHeight);
448 viewRect.style.width = percent(webview.width / screenWidth);
449 viewRect.style.height = percent(webview.height / screenHeight);
450 screenRect.appendChild(viewRect);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.h111 virtual LayoutRect viewRect() const OVERRIDE;
H A DRenderImage.cpp593 LayoutRect viewBounds = viewRect();
H A DRenderView.cpp591 LayoutRect vr = viewRect();
1004 LayoutRect RenderView::viewRect() const function in class:WebCore::RenderView
H A DRenderBox.cpp554 LayoutRect viewRect = frameView->visibleContentRect(); local
555 LayoutRect exposeRect = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY);
575 LayoutRect viewRect = frameView->visibleContentRect(); local
576 LayoutRect r = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY);
H A DRenderObject.h1032 virtual LayoutRect viewRect() const;
H A DRenderObject.cpp2175 LayoutRect RenderObject::viewRect() const function in class:WebCore::RenderObject
2177 return view()->viewRect();
H A DRenderLayerCompositor.cpp1190 m_renderView->viewRect().intersects(layer->absoluteBoundingBox()))
H A DRenderBoxModelObject.cpp1050 IntRect viewportRect = pixelSnappedIntRect(viewRect());
H A DRenderBlock.cpp1308 LayoutRect viewBounds = viewRect();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.cpp418 IntRect viewRect = view->visibleContentRect();
428 reset(size, m_size.isEmpty() ? IntSize() : frameViewFullSize, viewRect.x(), viewRect.y());
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp494 IntRect viewRect = view->visibleContentRect(); local
495 viewRect.intersect(contentRect);
496 return viewRect.isEmpty();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp3187 IntRect FrameView::convertToRenderer(const RenderObject* renderer, const IntRect& viewRect) const
3189 IntRect rect = viewRect;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1893 milliseconds