Home | History | Annotate | Download | only in win

Lines Matching defs:frameView

44 #include "FrameView.h"
425 FrameView* frameView = static_cast<FrameView*>(parent());
431 m_windowRect = frameView->contentsToWindow(frameRect());
433 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
535 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
568 IntPoint locationInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().location());
621 IntRect rectInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
668 IntPoint p = static_cast<FrameView*>(parent())->contentsToWindow(IntPoint(event->pageX(), event->pageY()));
786 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(rect);
796 IntPoint p = static_cast<FrameView*>(parent())->contentsToWindow(rect.location());
1028 IntPoint position = static_cast<FrameView*>(parent())->contentsToWindow(frameRect()).location();