Searched defs:FrameView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
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 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...]

Completed in 84 milliseconds