Searched refs:FrameView (Results 1 - 25 of 206) sorted by relevance

123456789

/external/webkit/Source/WebCore/platform/brew/
H A DPopupMenuBrew.h31 class FrameView;
39 virtual void show(const IntRect&, FrameView*, int index);
48 FrameView* m_view;
/external/webkit/Source/WebKit/android/jni/
H A DWebFrameView.h32 class FrameView;
40 WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore);
50 WebCore::FrameView* view() const {
57 WebCore::FrameView* mFrameView;
H A DWebFrameView.cpp34 #include "FrameView.h"
43 WebFrameView::WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore)
/external/webkit/Source/WebKit/chromium/src/
H A DDragScrollTimer.h38 namespace WebCore { class FrameView; }
52 void triggerScroll(WebCore::FrameView*, const WebPoint&);
58 WebCore::IntSize scrollDistanceFor(WebCore::FrameView*, const WebPoint&) const;
62 WebCore::FrameView* m_view;
H A DExternalPopupMenu.h38 class FrameView;
59 virtual void show(const WebCore::IntRect&, WebCore::FrameView*, int index);
/external/webkit/Source/WebCore/platform/
H A DPopupMenu.h28 class FrameView;
34 virtual void show(const IntRect&, FrameView*, int index) = 0;
/external/webkit/Source/WebCore/platform/efl/
H A DPopupMenuEfl.h30 class FrameView;
39 virtual void show(const IntRect&, FrameView*, int index);
48 FrameView* m_view;
/external/webkit/Source/WebCore/platform/android/
H A DPopupMenuAndroid.h36 class FrameView;
43 virtual void show(const IntRect&, FrameView*, int);
H A DPlatformBridge.h86 class FrameView;
133 static void updateViewport(FrameView*);
135 static void updateTextfield(FrameView*, Node*, const WTF::String& text);
149 static int screenWidthInDocCoord(const FrameView*);
150 static int screenHeightInDocCoord(const FrameView*);
H A DSearchPopupMenuAndroid.h35 class FrameView;
40 virtual void show(const IntRect&, FrameView*, int index) { }
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp28 #include "FrameView.h"
91 double FrameView::sCurrentPaintTimeStamp = 0.0;
97 double FrameView::s_deferredRepaintDelay = 0.025;
99 double FrameView::s_initialDeferredRepaintDelayDuringLoading = 0;
101 double FrameView::s_maxDeferredRepaintDelayDuringLoading = 2.5;
103 double FrameView::s_deferredRepaintDelayIncrementDuringLoading = 0.5;
108 double FrameView::s_deferredRepaintDelay = 0;
109 double FrameView::s_initialDeferredRepaintDelayDuringLoading = 0;
110 double FrameView::s_maxDeferredRepaintDelayDuringLoading = 0;
111 double FrameView
117 FrameView::FrameView(Frame* frame) function in class:WebCore::FrameView
[all...]
H A DFrameView.h52 class FrameView : public ScrollView { class in namespace:WebCore
56 static PassRefPtr<FrameView> create(Frame*);
57 static PassRefPtr<FrameView> create(Frame*, const IntSize& initialSize);
59 virtual ~FrameView();
88 void layoutTimerFired(Timer<FrameView>*);
205 void postLayoutTimerFired(Timer<FrameView>*);
289 FrameView(Frame*);
336 void deferredRepaintTimerFired(Timer<FrameView>*);
350 FrameView* parentFrameView() const;
376 Timer<FrameView> m_layoutTime
[all...]
/external/webkit/Source/WebCore/platform/haiku/
H A DPopupMenuHaiku.h32 class FrameView;
41 virtual void show(const IntRect&, FrameView*, int index);
/external/webkit/Source/WebCore/platform/mac/
H A DPopupMenuMac.h38 class FrameView;
46 virtual void show(const IntRect&, FrameView*, int index);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPopupMenuQt.h32 class FrameView;
41 virtual void show(const IntRect&, FrameView*, int index);
/external/webkit/Source/WebCore/rendering/
H A DRenderFrame.cpp27 #include "FrameView.h"
51 FrameView* view = static_cast<FrameView*>(widget());
65 FrameView* view = static_cast<FrameView*>(widget());
H A DRenderIFrame.cpp29 #include "FrameView.h"
54 FrameView* view = static_cast<FrameView*>(widget());
72 FrameView* view = static_cast<FrameView*>(widget());
98 FrameView* view = frame->page()->mainFrame()->view();
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.h46 class FrameView;
129 void showPopup(FrameView*);
136 void showInRect(const IntRect&, FrameView*, int index);
186 RefPtr<FrameView> m_frameView;
199 virtual void show(const IntRect&, FrameView*, int index);
/external/webkit/Source/WebCore/bindings/js/
H A DPageScriptDebugServer.h42 class FrameView;
71 void setJavaScriptPaused(FrameView*, bool paused);
/external/webkit/Source/WebCore/dom/
H A DTouch.cpp32 #include "FrameView.h"
40 FrameView* frameView = frame->view();
50 FrameView* frameView = frame->view();
H A DScriptedAnimationController.cpp33 #include "FrameView.h"
54 if (FrameView* fv = m_document->view())
66 if (FrameView* view = m_document->view())
127 if (FrameView* view = m_document->view())
/external/webkit/Source/WebCore/platform/wx/
H A DPopupMenuWx.h39 class FrameView;
48 virtual void show(const IntRect&, FrameView*, int index);
/external/webkit/Source/WebCore/history/
H A DCachedFrame.h40 class FrameView;
50 FrameView* view() const { return m_view.get(); }
61 RefPtr<FrameView> m_view;
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityScrollView.cpp31 #include "FrameView.h"
133 Document* doc = static_cast<FrameView*>(m_scrollView.get())->frame()->document();
159 FrameView* AccessibilityScrollView::documentFrameView() const
164 return static_cast<FrameView*>(m_scrollView.get());
172 HTMLFrameOwnerElement* owner = static_cast<FrameView*>(m_scrollView.get())->frame()->ownerElement();
/external/webkit/Source/WebCore/plugins/
H A DIFrameShimSupport.cpp35 #include "FrameView.h"
135 FrameView* parentFrameView = static_cast<FrameView*>(parentWidget);
139 // We only care about FrameView's because iframes show up as FrameViews.
143 const FrameView* frameView = static_cast<const FrameView*>((*it).get());
145 // for this FrameView, if we can't just move on to the next object.

Completed in 476 milliseconds

123456789