HomeSort by relevance Sort by last modified time
    Searched refs:isLoading (Results 1 - 25 of 50) sorted by null

1 2

  /external/webkit/WebCore/platform/graphics/
FontData.h 49 virtual bool isLoading() const = 0;
SegmentedFontData.cpp 76 bool SegmentedFontData::isLoading() const
80 if (it->fontData()->isLoading())
SegmentedFontData.h 71 virtual bool isLoading() const;
FontFallbackList.cpp 108 if (result->isLoading())
SimpleFontData.h 110 virtual bool isLoading() const { return m_isLoading; }
  /external/webkit/WebCore/html/
HTMLStyleElement.cpp 90 bool HTMLStyleElement::isLoading() const
96 return static_cast<CSSStyleSheet *>(m_sheet.get())->isLoading();
101 if (!isLoading()) {
HTMLStyleElement.h 47 virtual bool isLoading() const;
HTMLLinkElement.cpp 83 if (isLoading()) {
347 bool HTMLLinkElement::isLoading() const
353 return static_cast<CSSStyleSheet *>(m_sheet.get())->isLoading();
358 if (!isLoading() && !isDisabled() && !isAlternate()) {
HTMLLinkElement.h 83 bool isLoading() const;
  /external/webkit/WebCore/xml/
XSLImportRule.h 51 bool isLoading();
XSLImportRule.cpp 73 bool XSLImportRule::isLoading()
75 return (m_loading || (m_styleSheet && m_styleSheet->isLoading()));
XSLStyleSheetQt.cpp 47 bool XSLStyleSheet::isLoading()
XSLStyleSheet.h 68 virtual bool isLoading();
XSLStyleSheetLibxslt.cpp 86 bool XSLStyleSheet::isLoading()
93 if (import->isLoading())
102 if (isLoading())
  /external/webkit/WebKit/mac/WebView/
WebDataSource.h 115 @method isLoading
118 - (BOOL)isLoading;
  /external/webkit/WebCore/css/
CSSImportRule.h 52 bool isLoading() const;
StyleSheet.h 59 virtual bool isLoading() = 0;
CSSImportRule.cpp 104 bool CSSImportRule::isLoading() const
106 return m_loading || (m_styleSheet && m_styleSheet->isLoading());
CSSStyleSheet.cpp 177 bool CSSStyleSheet::isLoading()
182 if (rule->isImportRule() && static_cast<CSSImportRule*>(rule)->isLoading())
190 if (isLoading())
CSSStyleSheet.h 84 virtual bool isLoading();
  /external/webkit/WebKit/win/Interfaces/
IWebDataSource.idl 132 @method isLoading
134 - (BOOL)isLoading;
136 HRESULT isLoading([out, retval] BOOL* loading);
  /external/webkit/WebCore/dom/
ProcessingInstruction.h 84 bool isLoading() const;
ProcessingInstruction.cpp 183 bool ProcessingInstruction::isLoading() const
189 return m_sheet->isLoading();
194 if (!isLoading()) {
StyleElement.cpp 96 if (static_cast<CSSStyleSheet*>(m_sheet.get())->isLoading())
  /external/webkit/WebKit/win/
WebDataSource.h 77 virtual HRESULT STDMETHODCALLTYPE isLoading(

Completed in 319 milliseconds

1 2