Searched refs:FrameView (Results 76 - 100 of 206) sorted by relevance

123456789

/external/webkit/Source/WebCore/page/win/
H A DFrameCGWin.cpp32 #include "FrameView.h"
42 static void drawRectIntoContext(IntRect rect, FrameView* view, GraphicsContext* gc)
/external/webkit/Source/WebCore/page/wince/
H A DFrameWinCE.cpp32 #include "FrameView.h"
120 FrameView* view = frame->view();
/external/webkit/Source/WebCore/platform/android/
H A DPopupMenuAndroid.cpp124 void PopupMenuAndroid::show(const IntRect& rect, FrameView* frameView, int)
/external/webkit/Source/WebKit/chromium/src/
H A DExternalPopupMenu.cpp34 #include "FrameView.h"
60 void ExternalPopupMenu::show(const IntRect& rect, FrameView* v, int index)
H A DWebPluginContainerImpl.cpp60 #include "FrameView.h"
284 FrameView* parentFrameView = static_cast<FrameView*>(parentWidget);
474 // We cache the parent FrameView here as the plugin widget could be deleted
476 FrameView* parentView = static_cast<FrameView*>(parent());
/external/webkit/Source/WebCore/page/
H A DFrame.cpp50 #include "FrameView.h"
262 void Frame::setView(PassRefPtr<FrameView> view)
649 // Assume all widgets are either a FrameView or owned by a RenderWidget.
652 return static_cast<const FrameView*>(widget)->frame();
655 void Frame::clearTimers(FrameView *view, Document *document)
857 RefPtr<FrameView> frameView;
859 frameView = FrameView::create(this, viewportSize);
863 frameView = FrameView::create(this);
994 if (FrameView* view = this->view()) {
1010 if (FrameView* vie
[all...]
/external/webkit/Source/WebCore/plugins/win/
H A DPluginViewWin.cpp44 #include "FrameView.h"
425 FrameView* frameView = static_cast<FrameView*>(parent());
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*>(paren
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderEmbeddedObject.cpp238 FrameView* view = static_cast<FrameView*>(widget());
H A DRenderLayerCompositor.h164 static bool allowsIndependentlyCompositedFrames(const FrameView*);
H A DRenderScrollbarPart.cpp151 if (FrameView* frameView = view()->frameView()) {
/external/webkit/Source/WebCore/svg/graphics/
H A DSVGImage.cpp37 #include "FrameView.h"
183 FrameView* view = m_page->mainFrame()->view();
277 frame->setView(FrameView::create(frame.get()));
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp39 #include "FrameView.h"
727 RefPtr<FrameView> frameView = FrameView::create(childFrame.get());
846 RefPtr<FrameView> frameView;
850 frameView = FrameView::create(m_frame, IntRect(m_webView->Bounds()).size());
854 frameView = FrameView::create(m_frame);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp32 #include "FrameView.h"
634 RefPtr<FrameView> frameView;
638 frameView = FrameView::create(m_frame, IntRect(rect).size());
640 frameView = FrameView::create(m_frame);
/external/webkit/Source/WebCore/bindings/js/
H A DPageScriptDebugServer.cpp37 #include "FrameView.h"
196 void PageScriptDebugServer::setJavaScriptPaused(FrameView* view, bool paused)
/external/webkit/Source/WebCore/css/
H A DMediaQueryEvaluator.cpp38 #include "FrameView.h"
249 FrameView* view = frame->view();
260 FrameView* view = frame->view();
335 FrameView* view = frame->view();
346 FrameView* view = frame->view();
/external/webkit/Source/WebCore/xml/
H A DXSLTProcessor.cpp34 #include "FrameView.h"
85 if (FrameView* view = frame->view())
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe_p.h46 class FrameView;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPopupMenuQt.cpp30 #include "FrameView.h"
102 void PopupMenuQt::show(const IntRect& rect, FrameView* view, int index)
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.cpp33 #include <WebCore/FrameView.h>
/external/webkit/Source/WebCore/html/
H A DHTMLDocument.cpp66 #include "FrameView.h"
95 FrameView* frameView = view();
102 FrameView* frameView = view();
H A DImageDocument.cpp34 #include "FrameView.h"
234 FrameView* view = frame()->view();
325 FrameView* view = frame()->view();
/external/webkit/Source/WebCore/platform/
H A DScrollView.h57 class FrameView;
64 // ScrollableArea functions. FrameView overrides the others.
135 // Overridden by FrameView to create custom CSS scrollbars if applicable.
179 FrameView* frameView();
333 // Subclassed by FrameView to check the writing-mode of the document.
384 // Called when the scroll position within this view changes. FrameView overrides this to generate repaint invalidations.
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginViewSymbian.cpp31 #include "FrameView.h"
94 FrameView* frameView = static_cast<FrameView*>(parent());
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebinspector.cpp496 FrameView* view = frame->view();
546 FrameView* view = frame->view();
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebDragClient.mm48 #import <WebCore/FrameView.h>

Completed in 1274 milliseconds

123456789