HomeSort by relevance Sort by last modified time
    Searched defs:FrameView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.h 59 class FrameView : public ScrollView {
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::pagination() only affects the curren
    [all...]
FrameView.cpp 28 #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::s_deferredRepaintDelayIncrementDuringLoading = 0
    [all...]

Completed in 90 milliseconds