OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exposeRect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp
[
all
...]
RenderBox.cpp
542
newRect = layer()->scrollableArea()->
exposeRect
(rect, alignX, alignY);
555
LayoutRect
exposeRect
= ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY);
557
int xOffset = roundToInt(
exposeRect
.x());
558
int yOffset = roundToInt(
exposeRect
.y());
[
all
...]
Completed in 972 milliseconds