Home | History | Annotate | Download | only in css

Lines Matching refs:m_document

60     : m_document(document)
62 // FIXME: An old comment used to say there was no need to hold a reference to m_document
66 ASSERT(m_document);
85 return m_document ? m_document->docLoader() : 0;
246 Settings* settings = m_document ? m_document->frame() ? m_document->frame()->settings() : 0 : 0;
248 if (allowDownloading && item->isSupportedFormat() && m_document) {
249 CachedFont* cachedFont = m_document->docLoader()->requestFont(item->resource());
359 if (!m_document || m_document->inPageCache() || !m_document->renderer())
361 m_document->recalcStyle(Document::Force);
362 m_document->renderer()->setNeedsLayoutAndPrefWidthsRecalc();
367 if (!m_document || m_document->inPageCache() || !m_document->renderer())
369 m_document->recalcStyle(Document::Force);
370 m_document->renderer()->setNeedsLayoutAndPrefWidthsRecalc();
470 return fontDataForGenericFamily(m_document, fontDescription, familyName);
486 return fontDataForGenericFamily(m_document, fontDescription, familyName);