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

12345

/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.h46 class FrameView;
61 bool coordinatesScrollingForFrameView(FrameView*) const;
64 void frameViewLayoutUpdated(FrameView*);
68 void frameViewWheelEventHandlerCountChanged(FrameView*);
71 void frameViewHasSlowRepaintObjectsDidChange(FrameView*);
74 void frameViewFixedObjectsDidChange(FrameView*);
77 void frameViewRootLayerDidChange(FrameView*);
122 GraphicsLayer* scrollLayerForFrameView(FrameView*);
123 GraphicsLayer* counterScrollingLayerForFrameView(FrameView*);
128 void recomputeWheelEventHandlerCountForFrameView(FrameView*);
[all...]
H A DScrollingCoordinator.cpp35 #include "core/page/FrameView.h"
121 void ScrollingCoordinator::frameViewLayoutUpdated(FrameView* frameView)
415 void ScrollingCoordinator::recomputeWheelEventHandlerCountForFrameView(FrameView* frameView)
433 bool ScrollingCoordinator::coordinatesScrollingForFrameView(FrameView* frameView) const
452 FrameView* frameView = frame->view();
459 if (const FrameView::ScrollableAreaSet* scrollableAreas = frameView->scrollableAreas()) {
460 for (FrameView::ScrollableAreaSet::const_iterator it = scrollableAreas->begin(), end = scrollableAreas->end(); it != end; ++it) {
475 if (const FrameView::ResizerAreaSet* resizerAreas = frameView->resizerAreas()) {
476 for (FrameView::ResizerAreaSet::const_iterator it = resizerAreas->begin(), end = resizerAreas->end(); it != end; ++it) {
582 void ScrollingCoordinator::frameViewWheelEventHandlerCountChanged(FrameView* frameVie
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameView.cpp28 #include "core/page/FrameView.h"
87 double FrameView::sCurrentPaintTimeStamp = 0.0;
94 double FrameView::s_normalDeferredRepaintDelay = 0.016;
96 double FrameView::s_initialDeferredRepaintDelayDuringLoading = 0;
98 double FrameView::s_maxDeferredRepaintDelayDuringLoading = 2.5;
100 double FrameView::s_deferredRepaintDelayIncrementDuringLoading = 0.5;
105 double FrameView::s_normalDeferredRepaintDelay = 0;
106 double FrameView::s_initialDeferredRepaintDelayDuringLoading = 0;
107 double FrameView::s_maxDeferredRepaintDelayDuringLoading = 0;
108 double FrameView
153 FrameView::FrameView(Frame* frame) function in class:WebCore::FrameView
[all...]
H A DAutoscrollController.h37 class FrameView;
75 void updatePanScrollState(FrameView*, const IntPoint&);
H A DFrameView.h59 class FrameView : public ScrollView { class in namespace:WebCore
64 static PassRefPtr<FrameView> create(Frame*);
65 static PassRefPtr<FrameView> create(Frame*, const IntSize& initialSize);
67 virtual ~FrameView();
98 void layoutTimerFired(Timer<FrameView>*);
139 // True if the FrameView is not transparent, and the base background color is opaque.
212 void postLayoutTimerFired(Timer<FrameView>*);
320 // Page and FrameView both store a Pagination value. Page::pagination() is set only by API,
321 // and FrameView::pagination() is set only by CSS. Page::pagination() will affect all
322 // FrameViews in the page cache, but FrameView
[all...]
H A DFrame.h54 class FrameView;
75 void setView(PassRefPtr<FrameView>);
95 FrameView* view() const;
148 static void clearTimers(FrameView*, Document*);
182 RefPtr<FrameView> m_view;
217 inline FrameView* Frame::view() const
H A DAutoscrollController.cpp33 #include "core/page/FrameView.h"
95 if (FrameView* view = scrollable->frame()->view()) {
203 if (FrameView* view = scrollable->frame()->view())
244 if (FrameView* view = m_autoscrollRenderer->frame()->view())
258 void AutoscrollController::updatePanScrollState(FrameView* view, const IntPoint& lastKnownMousePosition)
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupMenuChromium.h40 class FrameView;
65 RefPtr<FrameView> m_frameView;
H A DValidationMessageClientImpl.h35 class FrameView;
51 WebCore::FrameView* currentView();
H A DPopupContainer.h42 class FrameView;
71 void showPopup(FrameView*);
78 void showInRect(const FloatQuad& controlPosition, const IntSize& controlSize, FrameView*, int index);
135 RefPtr<FrameView> m_frameView;
H A DExternalPopupMenu.h42 class FrameView;
81 RefPtr<WebCore::FrameView> m_frameView;
H A DScrollbarGroup.h34 class FrameView;
43 ScrollbarGroup(WebCore::FrameView*, const WebCore::IntRect& frameRect);
80 WebCore::FrameView* m_frameView;
H A DPageWidgetDelegate.cpp39 #include "core/page/FrameView.h"
47 static inline FrameView* mainFrameView(Page* page)
59 FrameView* view = mainFrameView(page);
67 FrameView* view = mainFrameView(page);
93 FrameView* view = mainFrameView(page);
H A DWebDevToolsAgentImpl.cpp53 #include "core/page/FrameView.h"
206 WebCore::FrameView* view = frameView();
222 FrameView* frameView = frame->view();
255 FrameView* view = frameView();
265 void ensureOriginalZoomFactor(FrameView* frameView)
281 WebCore::FrameView* view = frameView();
294 WebSize scaledEmulatedFrameSize(FrameView* frameView)
317 WebSize forcedScrollbarDimensions(FrameView* frameView)
330 void applySizeOverrideInternal(FrameView* frameView, FitWindowFlag fitWindowFlag)
346 WebCore::FrameView* frameVie
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPopupMenu.h29 class FrameView;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderWidget.h45 static void scheduleWidgetToMove(Widget* widget, FrameView* frame) { widgetNewParentMap().set(widget, frame); }
48 typedef HashMap<RefPtr<Widget>, FrameView*> WidgetToParentMap;
77 FrameView* frameView() const { return m_frameView; }
99 FrameView* m_frameView;
H A DRenderFrame.cpp28 #include "core/page/FrameView.h"
56 FrameView* view = toFrameView(widget());
H A DRenderIFrame.cpp32 #include "core/page/FrameView.h"
93 FrameView* childFrameView = toFrameView(widget());
101 // however, this causes FrameView::layout() to add vertical scrollbars, incorrectly inflating
102 // the resulting contentHeight(). We'll need to make FrameView::layout() smarter.
109 FrameView* childFrameView = toFrameView(widget());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DEventDispatcher.h39 class FrameView;
75 RefPtr<FrameView> m_view;
H A DTouch.cpp31 #include "core/page/FrameView.h"
39 FrameView* frameView = frame->view();
49 FrameView* frameView = frame->view();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleMedia.cpp34 #include "core/page/FrameView.h"
45 FrameView* view = m_frame ? m_frame->view() : 0;
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.h48 class FrameView;
69 static PassRefPtr<XMLDocumentParser> create(Document* document, FrameView* view)
104 XMLDocumentParser(Document*, FrameView* = 0);
156 FrameView* m_view;
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.h34 class FrameView;
49 FrameView* frameView() const;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLBodyElement.cpp38 #include "core/page/FrameView.h"
186 if (FrameView* view = document()->view())
269 FrameView* view = document->view();
280 FrameView* view = frame->view();
291 FrameView* view = document->view();
302 FrameView* view = frame->view();
313 FrameView* view = document->view();
322 FrameView* view = document->view();
/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DIFrameShimSupport.cpp39 #include "core/page/FrameView.h"
135 FrameView* parentFrameView = toFrameView(parentWidget);
139 // We only care about FrameView's because iframes show up as FrameViews.
143 const FrameView* frameView = toFrameView((*it).get());
145 // for this FrameView, if we can't just move on to the next object.

Completed in 438 milliseconds

12345