OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toIntSize
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntPoint.h
152
inline IntSize
toIntSize
(const IntPoint& a)
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h
149
IntSize scrollOffset() const { return
toIntSize
(visibleContentRect().location()); } // Gets the scrolled position as an IntSize. Convenient for adding to other sizes.
ScrollView.cpp
270
scrollTo(
toIntSize
(adjustScrollPositionWithinRange(offset)));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp
327
if (scrollOffset() ==
toIntSize
(newScrollOffset))
330
setScrollOffset(
toIntSize
(newScrollOffset));
860
positionOverflowControls(
toIntSize
(roundedIntPoint(offsetFromRoot)));
[
all
...]
CompositedLayerMapping.cpp
643
m_graphicsLayer->setOffsetFromRenderer(
toIntSize
(localCompositingBounds.location()));
661
clipLayer->setOffsetFromRenderer(
toIntSize
(clippingBox.location()));
721
foregroundOffset =
toIntSize
(clippingBox.location());
[
all
...]
RenderLayer.cpp
271
scrollableArea()->positionOverflowControls(
toIntSize
(roundedIntPoint(offsetFromRoot)));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp
590
return
toIntSize
(view->minimumScrollPosition());
598
return
toIntSize
(view->maximumScrollPosition());
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp
[
all
...]
Completed in 98 milliseconds