OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moveBy
(Results
26 - 50
of
60
) sorted by null
1
2
3
/external/chromium_org/chrome_frame/
html_window_impl.h
362
STDMETHOD(
moveBy
)(long x, long y) {
/external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindow.h
234
void
moveBy
(float x, float y) const;
Window.idl
99
void
moveBy
([Default=Undefined] optional float x, [Default=Undefined] optional float y); // FIXME: this should take longs not floats.
FrameView.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h
91
void
moveBy
(const LayoutPoint& offset) { m_location.move(offset.x(), offset.y()); }
/external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp
709
point.
moveBy
(box->location());
761
point.
moveBy
(linesBox.maxXMaxYCorner());
764
point.
moveBy
(box->frameRect().maxXMaxYCorner());
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp
650
offset.
moveBy
(frameView->frameRect().location());
659
box.
moveBy
(offset);
673
corner.
moveBy
(offset);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.cpp
307
info.rect.
moveBy
(-adjustedPaintOffset);
[
all
...]
RenderLayerScrollableArea.cpp
[
all
...]
RenderInline.cpp
257
caretRect.
moveBy
(roundedLayoutPoint(firstBox->topLeft()));
[
all
...]
RenderListItem.cpp
419
markerRect.
moveBy
(-o->location());
RenderMultiColumnSet.cpp
489
translatedDirtyRect.
moveBy
(-translationOffset);
RenderListBox.cpp
729
clipRect.
moveBy
(additionalOffset + LayoutPoint(verticalScrollbarWidth(), 0));
731
clipRect.
moveBy
(additionalOffset);
RenderNamedFlowThread.cpp
637
boundingBox.
moveBy
(logicalOffsetFromTop);
RenderRegion.cpp
203
boundsRect.
moveBy
(accumulatedOffset);
RenderReplaced.cpp
176
selectionPaintingRect.
moveBy
(adjustedPaintOffset);
RenderBlock.cpp
[
all
...]
RenderTableCell.cpp
379
r.
moveBy
(-parentBox()->location()); // Rows are in the same coordinate space, so don't add their offset in.
[
all
...]
RenderView.cpp
596
r.
moveBy
(-vr.location());
599
r.
moveBy
(obj->contentBoxRect().location());
[
all
...]
RenderBox.cpp
[
all
...]
CompositedLayerMapping.cpp
602
relativeCompositingBounds.
moveBy
(delta);
[
all
...]
InlineFlowBox.cpp
[
all
...]
RenderLayerCompositor.cpp
671
repaintRect.
moveBy
(offset);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarTheme.cpp
213
result.
moveBy
(-scrollbar->location());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.cpp
123
location.
moveBy
(-effectRect.location());
Completed in 452 milliseconds
1
2
3