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/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserScheduler.cpp
107
bool needsFirstPaint = document->view() && !document->view()->
hasEverPainted
();
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h
220
bool
hasEverPainted
() const { return m_lastPaintTime; }
Completed in 2159 milliseconds