OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentsToRootView
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp
76
IntRect anchorInRootView = currentView()->
contentsToRootView
(anchor.pixelSnappedBoundingBox());
125
IntRect newAnchorRect = currentView()->
contentsToRootView
(m_currentAnchor->pixelSnappedBoundingBox());
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h
165
IntPoint
contentsToRootView
(const IntPoint&) const;
167
IntRect
contentsToRootView
(const IntRect&) const;
ScrollView.cpp
578
IntPoint ScrollView::
contentsToRootView
(const IntPoint& contentsPoint) const
591
IntRect ScrollView::
contentsToRootView
(const IntRect& contentsRect) const
635
return window->rootViewToScreen(
contentsToRootView
(rect));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp
113
return m_view.
contentsToRootView
(roundedIntPoint(m_renderer.localToAbsolute(rendererPoint)));
246
quad.setP1(view->
contentsToRootView
(roundedIntPoint(quad.p1())));
247
quad.setP2(view->
contentsToRootView
(roundedIntPoint(quad.p2())));
248
quad.setP3(view->
contentsToRootView
(roundedIntPoint(quad.p3())));
249
quad.setP4(view->
contentsToRootView
(roundedIntPoint(quad.p4())));
651
IntRect boundingBox = pixelSnappedIntRect(containingView->
contentsToRootView
(renderer->absoluteBoundingBoxRect()));
812
IntRect boundingBox = pixelSnappedIntRect(view->
contentsToRootView
(renderer->absoluteBoundingBoxRect()));
InspectorTraceEvents.cpp
280
quad->setP1(view->
contentsToRootView
(roundedIntPoint(absolute.p1())));
281
quad->setP2(view->
contentsToRootView
(roundedIntPoint(absolute.p2())));
282
quad->setP3(view->
contentsToRootView
(roundedIntPoint(absolute.p3())));
283
quad->setP4(view->
contentsToRootView
(roundedIntPoint(absolute.p4())));
InspectorTimelineAgent.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
ColorInputType.cpp
226
return element().document().view()->
contentsToRootView
(element().pixelSnappedBoundingBox());
/external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp
[
all
...]
EventHandler.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp
797
result = view->
contentsToRootView
(result);
[
all
...]
Completed in 396 milliseconds