OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:windowToContents
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h
172
IntPoint
windowToContents
(const IntPoint&) const;
173
FloatPoint
windowToContents
(const FloatPoint&) const;
175
IntRect
windowToContents
(const IntRect&) const;
ScrollView.cpp
598
IntPoint ScrollView::
windowToContents
(const IntPoint& windowPoint) const
604
FloatPoint ScrollView::
windowToContents
(const FloatPoint& windowPoint) const
616
IntRect ScrollView::
windowToContents
(const IntRect& windowRect) const
865
iconGCPoint = toScrollView(parent())->
windowToContents
(iconGCPoint);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.cpp
167
IntRect resizedCropRect = rootNode->document().view()->
windowToContents
(cropRect);
225
IntRect resizedCropRect = parentNode->document().view()->
windowToContents
(cropRect);
LocalFrame.cpp
394
IntPoint pt = view()->
windowToContents
(point);
/external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp
508
LayoutPoint vPoint = view->
windowToContents
(event.event().position());
606
m_frame->document()->accessSVGExtensions().startPan(m_frame->view()->
windowToContents
(event.event().position()));
692
HitTestResult result(view->
windowToContents
(m_lastKnownMousePosition));
[
all
...]
TouchDisambiguation.cpp
96
IntPoint contentsPoint = mainFrame->view()->
windowToContents
(touchPoint);
DragController.cpp
366
IntPoint point = frameView->
windowToContents
(dragData->clientPosition());
459
IntPoint point = m_documentUnderMouse->view()->
windowToContents
(dragData->clientPosition());
544
IntPoint point = m_page->deprecatedLocalMainFrame()->view()->
windowToContents
(dragData->clientPosition());
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/events/
MouseRelatedEvent.cpp
71
adjustedPageLocation = frameView->
windowToContents
(windowLocation);
/external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp
160
point = compositedRenderer->frame()->view()->
windowToContents
(point);
WebAXObject.cpp
612
IntPoint contentsPoint = m_private->documentFrameView()->
windowToContents
(point);
WebViewImpl.cpp
510
point = m_page->deprecatedLocalMainFrame()->view()->
windowToContents
(point);
[
all
...]
WebLocalFrameImpl.cpp
[
all
...]
WebPluginContainerImpl.cpp
549
WebPoint windowPoint = view->
windowToContents
(point);
/external/chromium_org/third_party/WebKit/Source/web/tests/
TouchActionTest.cpp
264
IntPoint docPoint(frameView->
windowToContents
(clientPoint));
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp
[
all
...]
RenderBox.cpp
711
IntPoint currentDocumentPosition = frameView->
windowToContents
(position);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp
157
HitTestResult result(frame->view()->
windowToContents
(point));
[
all
...]
Completed in 412 milliseconds