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

  /external/webkit/Source/WebCore/page/
Page.cpp 172 , m_userStyleSheetModificationTime(0)
640 m_userStyleSheetModificationTime = 0;
674 if (m_didLoadUserStyleSheet && modTime <= m_userStyleSheetModificationTime)
679 m_userStyleSheetModificationTime = modTime;
Page.h 375 mutable time_t m_userStyleSheetModificationTime;

Completed in 1408 milliseconds