OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_needStyleRecalcForVisitedLinks
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/history/
CachedPage.h
53
void markForVistedLinkStyleRecalc() {
m_needStyleRecalcForVisitedLinks
= true; }
60
bool
m_needStyleRecalcForVisitedLinks
;
CachedPage.cpp
53
,
m_needStyleRecalcForVisitedLinks
(false)
86
if (
m_needStyleRecalcForVisitedLinks
) {
101
m_needStyleRecalcForVisitedLinks
= false;
Completed in 429 milliseconds