Home
last modified time | relevance | path

Searched refs:FrameView (Results 1 – 25 of 238) sorted by relevance

12345678910

/external/webkit/Source/WebCore/page/
DFrameView.cpp91 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::s_deferredRepaintDelayIncrementDuringLoading = 0;
117 FrameView::FrameView(Frame* frame) in FrameView() function in WebCore::FrameView
[all …]
DFrameView.h52 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 …]
DFrame.h65 class FrameView; variable
87 void setView(PassRefPtr<FrameView>);
110 FrameView* view() const;
178 static void clearTimers(FrameView*, Document*);
230 RefPtr<FrameView> m_view;
295 inline FrameView* Frame::view() const in view()
DEventHandler.cpp393 if (FrameView* view = m_frame->view()) { in handleMousePressEventSingleClick()
604 FrameView* view = m_frame->view(); in eventMayStartDrag()
617 FrameView* view = m_frame->view(); in updateSelectionForMouseDrag()
781 if (FrameView* view = m_frame->view()) in handleAutoscroll()
836 FrameView* view = m_frame->view(); in updatePanScrollState()
911 FrameView* view = m_frame->view(); in allowDHTMLDrag()
941 FrameView* view = static_cast<FrameView*>(widget); in hitTestResultAtPoint()
961 FrameView* resultView = resultFrame->view(); in hitTestResultAtPoint()
962 FrameView* mainView = mainFrame->view(); in hitTestResultAtPoint()
998 if (FrameView* view = m_frame->view()) { in stopAutoscrollTimer()
[all …]
/external/webkit/Source/WebCore/platform/android/
DPlatformBridge.h86 class FrameView; variable
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*);
DPopupMenuAndroid.h36 class FrameView; variable
43 virtual void show(const IntRect&, FrameView*, int);
/external/webkit/Source/WebKit/android/jni/
DWebFrameView.h32 class FrameView; variable
40 WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore);
50 WebCore::FrameView* view() const { in view()
57 WebCore::FrameView* mFrameView;
/external/webkit/Source/WebKit/chromium/src/
DDragScrollTimer.h38 namespace WebCore { class FrameView; } variable
52 void triggerScroll(WebCore::FrameView*, const WebPoint&);
58 WebCore::IntSize scrollDistanceFor(WebCore::FrameView*, const WebPoint&) const;
62 WebCore::FrameView* m_view;
/external/webkit/Source/WebCore/rendering/
DRenderIFrame.cpp54 FrameView* view = static_cast<FrameView*>(widget()); in computeLogicalHeight()
72 FrameView* view = static_cast<FrameView*>(widget()); in computeLogicalWidth()
98 FrameView* view = frame->page()->mainFrame()->view(); in flattenFrame()
DRenderFrame.cpp51 FrameView* view = static_cast<FrameView*>(widget()); in viewCleared()
65 FrameView* view = static_cast<FrameView*>(widget()); in layout()
DRenderWidget.cpp51 typedef HashMap<RefPtr<Widget>, FrameView*> WidgetToParentMap;
74 FrameView* newParent = it->second; in resumeWidgetHierarchyUpdates()
86 static void moveWidgetToParentSoon(Widget* child, FrameView* parent) in moveWidgetToParentSoon()
312 FrameView* frameView = static_cast<FrameView*>(m_widget.get()); in paint()
335 static_cast<FrameView*>(m_widget.get())->setIsOverlapped(isOverlapped); in setOverlapTestResult()
356 FrameView* frameView = static_cast<FrameView*>(m_widget.get()); in updateWidgetPosition()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.h46 class FrameView; variable
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/platform/brew/
DPopupMenuBrew.h31 class FrameView; variable
39 virtual void show(const IntRect&, FrameView*, int index);
48 FrameView* m_view;
/external/webkit/Source/WebCore/platform/efl/
DPopupMenuEfl.h30 class FrameView; variable
39 virtual void show(const IntRect&, FrameView*, int index);
48 FrameView* m_view;
/external/webkit/Source/WebCore/dom/
DXMLDocumentParser.h45 class FrameView; variable
50 XMLTokenizer(Document *, FrameView * = 0);
98 FrameView *m_view;
161 class FrameView; variable
185 static PassRefPtr<XMLDocumentParser> create(Document* document, FrameView* view) in create()
222 XMLDocumentParser(Document*, FrameView* = 0);
289 FrameView* m_view;
DScriptedAnimationController.cpp54 if (FrameView* fv = m_document->view()) in resume()
66 if (FrameView* view = m_document->view()) in registerCallback()
127 if (FrameView* view = m_document->view()) in serviceScriptedAnimations()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DPlatformBridge.cpp114 bool PlatformBridge::isWebViewPaused(const WebCore::FrameView* frameView) in isWebViewPaused()
146 int PlatformBridge::screenWidthInDocCoord(const WebCore::FrameView* frameView) in screenWidthInDocCoord()
152 int PlatformBridge::screenHeightInDocCoord(const WebCore::FrameView* frameView) in screenHeightInDocCoord()
167 void PlatformBridge::updateViewport(FrameView* frameView) in updateViewport()
173 void PlatformBridge::updateTextfield(FrameView* frameView, Node* nodePtr, bool changeToPassword, co… in updateTextfield()
180 FrameView* frameView = scrollView->frameView(); in setScrollPosition()
DChromeClientAndroid.cpp84 if (FrameView* frameView = frame->view()) in layersSync()
136 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in windowRect()
298 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in shouldInterruptJavaScript()
345 FrameView* view = mainFrame->view(); in platformPageClient()
379 FrameView* view = doc->view(); in dispatchViewportDataDidChange()
487 FrameView* view = mainFrame->view(); in reachedMaxAppCacheSize()
511 FrameView* view = mainFrame->view(); in populateVisitedLinks()
576 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in needTouchEvents()
611 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in webAppCanBeInstalled()
635 FrameView* frameView = m_webFrame->page()->mainFrame()->view(); in enterFullscreenForNode()
[all …]
/external/webkit/Source/WebCore/accessibility/
DAccessibilityScrollView.cpp133 Document* doc = static_cast<FrameView*>(m_scrollView.get())->frame()->document(); in webAreaObject()
159 FrameView* AccessibilityScrollView::documentFrameView() const in documentFrameView()
164 return static_cast<FrameView*>(m_scrollView.get()); in documentFrameView()
172 …HTMLFrameOwnerElement* owner = static_cast<FrameView*>(m_scrollView.get())->frame()->ownerElement(… in parentObject()
/external/webkit/Source/WebCore/plugins/
DIFrameShimSupport.cpp135 FrameView* parentFrameView = static_cast<FrameView*>(parentWidget); in getPluginOcclusions()
143 const FrameView* frameView = static_cast<const FrameView*>((*it).get()); in getPluginOcclusions()
/external/webkit/Source/WebCore/history/
DCachedFrame.h40 class FrameView; variable
50 FrameView* view() const { return m_view.get(); } in view()
61 RefPtr<FrameView> m_view;
/external/webkit/Source/WebCore/platform/
DPopupMenu.h28 class FrameView; variable
34 virtual void show(const IntRect&, FrameView*, int index) = 0;
/external/webkit/Source/WebCore/html/
DHTMLBodyElement.cpp199 if (FrameView* view = document()->view()) in insertedIntoDocument()
283 FrameView* view = document->view(); in scrollLeft()
294 FrameView* view = frame->view(); in setScrollLeft()
305 FrameView* view = document->view(); in scrollTop()
316 FrameView* view = frame->view(); in setScrollTop()
327 FrameView* view = document->view(); in scrollHeight()
336 FrameView* view = document->view(); in scrollWidth()
/external/webkit/Source/WebCore/platform/haiku/
DPopupMenuHaiku.h32 class FrameView; variable
41 virtual void show(const IntRect&, FrameView*, int index);
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.h39 class FrameView; variable
47 virtual void show(const IntRect&, FrameView*, int index);
107 void calculatePositionAndSize(const IntRect&, FrameView*);

12345678910