OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pixelSnappedIntRect
(Results
26 - 50
of
50
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp
153
IntRect boundingBox =
pixelSnappedIntRect
(containingView->contentsToRootView(renderer->absoluteBoundingBoxRect()));
553
IntRect boundingBox =
pixelSnappedIntRect
(containingView->contentsToRootView(renderer->absoluteBoundingBoxRect()));
InspectorDOMAgent.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h
151
IntRect pixelSnappedFrameRect() const { return
pixelSnappedIntRect
(m_frameRect); }
187
IntRect pixelSnappedLayoutOverflowRect() const { return
pixelSnappedIntRect
(layoutOverflowRect()); }
[
all
...]
RenderBoxModelObject.cpp
585
context->fillRect(
pixelSnappedIntRect
(rect), bgColor);
649
maskRect =
pixelSnappedIntRect
(rect);
[
all
...]
RenderBox.cpp
591
rects.append(
pixelSnappedIntRect
(accumulatedOffset, size()));
639
IntRect rect =
pixelSnappedIntRect
(contentBoxRect());
676
rects.append(
pixelSnappedIntRect
(additionalOffset, size()));
[
all
...]
RenderInline.cpp
[
all
...]
RenderListMarker.cpp
[
all
...]
RenderMenuList.cpp
330
IntSize size =
pixelSnappedIntRect
(frameRect()).size();
RenderReplaced.cpp
177
paintInfo.context->fillRect(
pixelSnappedIntRect
(selectionPaintingRect), selectionBackgroundColor());
RenderBlock.cpp
[
all
...]
RenderLayerScrollableArea.cpp
381
m_box->repaintUsingContainer(repaintContainer,
pixelSnappedIntRect
(layer()->repainter().repaintRect()));
[
all
...]
RenderLayerCompositor.cpp
744
IntRect clipRect =
pixelSnappedIntRect
(layer->backgroundClipRect(ClipRectsContext(rootRenderLayer(), 0, AbsoluteClipRects)).rect()); // FIXME: Incorrect for CSS regions.
[
all
...]
RenderFlowThread.cpp
296
IntRect regionClippingRect =
pixelSnappedIntRect
(computeRegionClippingRect(adjustedPaintOffset + portionLocation, flowThreadPortionRect, flowThreadPortionOverflowRect));
[
all
...]
RenderTableCell.cpp
[
all
...]
InlineFlowBox.cpp
[
all
...]
RenderBlockFlow.cpp
[
all
...]
RenderBlockLineLayout.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp
652
IntRect objectRect =
pixelSnappedIntRect
(elementRect());
AXRenderObject.cpp
492
IntRect contentRect =
pixelSnappedIntRect
(m_renderer->absoluteClippedOverflowRect());
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp
646
IntRect paintingRect =
pixelSnappedIntRect
(renderer->paintingRootRect(topLevelRect));
/external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp
462
return
pixelSnappedIntRect
(m_private->elementRect());
WebViewImpl.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h
453
IntRect pixelSnappedBoundingBox() const { return
pixelSnappedIntRect
(boundingBox()); }
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
784
box =
pixelSnappedIntRect
(toRenderBox(renderer)->borderBoxRect());
[
all
...]
Completed in 438 milliseconds
1
2