OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasEverPainted
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/parser/
HTMLParserScheduler.cpp
94
bool needsFirstPaint = document->view() && !document->view()->
hasEverPainted
();
/external/webkit/Source/WebCore/page/
FrameView.h
217
bool
hasEverPainted
() const { return m_lastPaintTime; }
Completed in 401 milliseconds