HomeSort by relevance Sort by last modified time
    Searched refs:FrameView (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/Source/WebKit/android/jni/
WebFrameView.h 32 class FrameView;
40 WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore);
50 void setView(WebCore::FrameView* frameView);
52 WebCore::FrameView* view() const {
59 WebCore::FrameView* mFrameView;
  /external/webkit/Source/WebCore/platform/
PopupMenu.h 28 class FrameView;
34 virtual void show(const IntRect&, FrameView*, int index) = 0;
  /external/webkit/Source/WebKit/chromium/src/
DragScrollTimer.h 38 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;
ExternalPopupMenu.h 38 class FrameView;
59 virtual void show(const WebCore::IntRect&, WebCore::FrameView*, int index);
  /external/webkit/Source/WebCore/platform/brew/
PopupMenuBrew.h 31 class FrameView;
39 virtual void show(const IntRect&, FrameView*, int index);
48 FrameView* m_view;
  /external/webkit/Source/WebCore/platform/efl/
PopupMenuEfl.h 30 class FrameView;
39 virtual void show(const IntRect&, FrameView*, int index);
48 FrameView* m_view;
  /external/webkit/Source/WebCore/platform/android/
PopupMenuAndroid.h 36 class FrameView;
43 virtual void show(const IntRect&, FrameView*, int);
SearchPopupMenuAndroid.h 35 class FrameView;
40 virtual void show(const IntRect&, FrameView*, int index) { }
PlatformBridge.h 86 class FrameView;
130 static bool isWebViewPaused(const FrameView*);
137 static void updateViewport(FrameView*);
139 static void updateTextfield(FrameView*, Node*, bool changeToPassword, const WTF::String& text);
153 static int screenWidthInDocCoord(const FrameView*);
154 static int screenHeightInDocCoord(const FrameView*);
  /external/webkit/Source/WebCore/platform/haiku/
PopupMenuHaiku.h 32 class FrameView;
41 virtual void show(const IntRect&, FrameView*, int index);
  /external/webkit/Source/WebCore/platform/mac/
PopupMenuMac.h 38 class FrameView;
46 virtual void show(const IntRect&, FrameView*, int index);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.h 32 class FrameView;
41 virtual void show(const IntRect&, FrameView*, int index);
  /external/webkit/Source/WebCore/page/
FrameView.cpp 28 #include "FrameView.h"
96 double FrameView::sCurrentPaintTimeStamp = 0.0;
102 double FrameView::s_deferredRepaintDelay = 0.025;
104 double FrameView::s_initialDeferredRepaintDelayDuringLoading = 0;
106 double FrameView::s_maxDeferredRepaintDelayDuringLoading = 2.5;
108 double FrameView::s_deferredRepaintDelayIncrementDuringLoading = 0.5;
113 double FrameView::s_deferredRepaintDelay = 0;
114 double FrameView::s_initialDeferredRepaintDelayDuringLoading = 0;
115 double FrameView::s_maxDeferredRepaintDelayDuringLoading = 0;
116 double FrameView::s_deferredRepaintDelayIncrementDuringLoading = 0
    [all...]
FrameView.h 52 class FrameView : public ScrollView {
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_layoutTimer
    [all...]
  /external/webkit/Source/WebCore/platform/wx/
PopupMenuWx.h 39 class FrameView;
48 virtual void show(const IntRect&, FrameView*, int index);
  /external/webkit/Source/WebCore/rendering/
RenderFrame.cpp 27 #include "FrameView.h"
51 FrameView* view = static_cast<FrameView*>(widget());
65 FrameView* view = static_cast<FrameView*>(widget());
83 // Trigger a layout of the FrameView which will schedule a relayout of this RenderFrame.
RenderIFrame.cpp 29 #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/
PopupMenuChromium.h 46 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/
PageScriptDebugServer.h 42 class FrameView;
71 void setJavaScriptPaused(FrameView*, bool paused);
  /external/webkit/Source/WebCore/dom/
Touch.cpp 32 #include "FrameView.h"
40 FrameView* frameView = frame->view();
41 if (!frameView)
43 return frameView->scrollX() / frame->pageZoomFactor();
50 FrameView* frameView = frame->view();
51 if (!frameView)
53 return frameView->scrollY() / frame->pageZoomFactor();
ScriptedAnimationController.cpp 33 #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/gtk/
PopupMenuGtk.h 35 class FrameView;
43 virtual void show(const IntRect&, FrameView*, int index);
  /external/webkit/Source/WebCore/history/
CachedFrame.h 40 class FrameView;
50 FrameView* view() const { return m_view.get(); }
61 RefPtr<FrameView> m_view;
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.h 39 class FrameView;
47 virtual void show(const IntRect&, FrameView*, int index);
107 void calculatePositionAndSize(const IntRect&, FrameView*);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityScrollView.cpp 31 #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();

Completed in 497 milliseconds

1 2 3 4 5 6 7 8 9