Home
last modified time | relevance | path

Searched refs:hasEverPainted (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserScheduler.cpp107 bool needsFirstPaint = document->view() && !document->view()->hasEverPainted(); in checkForYieldBeforeScript()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h220 bool hasEverPainted() const { return m_lastPaintTime; } in hasEverPainted() function