HomeSort by relevance Sort by last modified time
    Searched defs:isLoading (Results 1 - 16 of 16) sorted by null

  /external/webkit/WebCore/platform/graphics/
SegmentedFontData.cpp 76 bool SegmentedFontData::isLoading() const
80 if (it->fontData()->isLoading())
SimpleFontData.h 110 virtual bool isLoading() const { return m_isLoading; }
  /external/webkit/WebCore/xml/
XSLImportRule.cpp 73 bool XSLImportRule::isLoading()
75 return (m_loading || (m_styleSheet && m_styleSheet->isLoading()));
XSLStyleSheetQt.cpp 47 bool XSLStyleSheet::isLoading()