Searched refs:m_userStyleSheetPath (Results 1 – 2 of 2) sorted by relevance
634 m_userStyleSheetPath = url.fileSystemPath(); in userStyleSheetLocationChanged()636 m_userStyleSheetPath = String(); in userStyleSheetLocationChanged()660 if (m_userStyleSheetPath.isEmpty()) in userStyleSheet()664 if (!getFileModificationTime(m_userStyleSheetPath, modTime)) { in userStyleSheet()688 RefPtr<SharedBuffer> data = SharedBuffer::createWithContentsOfFile(m_userStyleSheetPath); in userStyleSheet()
372 String m_userStyleSheetPath; variable