/external/webkit/Source/WebCore/page/ |
D | FrameView.cpp | 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::s_deferredRepaintDelayIncrementDuringLoading = 0; 117 FrameView::FrameView(Frame* frame) in FrameView() function in WebCore::FrameView [all …]
|
D | 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 …]
|
D | Frame.h | 65 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()
|
D | EventHandler.cpp | 393 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/ |
D | PlatformBridge.h | 86 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*);
|
D | PopupMenuAndroid.h | 36 class FrameView; variable 43 virtual void show(const IntRect&, FrameView*, int);
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebFrameView.h | 32 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/ |
D | DragScrollTimer.h | 38 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/ |
D | RenderIFrame.cpp | 54 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()
|
D | RenderFrame.cpp | 51 FrameView* view = static_cast<FrameView*>(widget()); in viewCleared() 65 FrameView* view = static_cast<FrameView*>(widget()); in layout()
|
D | RenderWidget.cpp | 51 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/ |
D | PopupMenuChromium.h | 46 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/ |
D | PopupMenuBrew.h | 31 class FrameView; variable 39 virtual void show(const IntRect&, FrameView*, int index); 48 FrameView* m_view;
|
/external/webkit/Source/WebCore/platform/efl/ |
D | PopupMenuEfl.h | 30 class FrameView; variable 39 virtual void show(const IntRect&, FrameView*, int index); 48 FrameView* m_view;
|
/external/webkit/Source/WebCore/dom/ |
D | XMLDocumentParser.h | 45 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;
|
D | ScriptedAnimationController.cpp | 54 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/ |
D | PlatformBridge.cpp | 114 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()
|
D | ChromeClientAndroid.cpp | 84 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/ |
D | AccessibilityScrollView.cpp | 133 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/ |
D | IFrameShimSupport.cpp | 135 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/ |
D | CachedFrame.h | 40 class FrameView; variable 50 FrameView* view() const { return m_view.get(); } in view() 61 RefPtr<FrameView> m_view;
|
/external/webkit/Source/WebCore/platform/ |
D | PopupMenu.h | 28 class FrameView; variable 34 virtual void show(const IntRect&, FrameView*, int index) = 0;
|
/external/webkit/Source/WebCore/html/ |
D | HTMLBodyElement.cpp | 199 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/ |
D | PopupMenuHaiku.h | 32 class FrameView; variable 41 virtual void show(const IntRect&, FrameView*, int index);
|
/external/webkit/Source/WebCore/platform/win/ |
D | PopupMenuWin.h | 39 class FrameView; variable 47 virtual void show(const IntRect&, FrameView*, int index); 107 void calculatePositionAndSize(const IntRect&, FrameView*);
|