Home
last modified time | relevance | path

Searched refs:isLoading (Results 1 – 25 of 56) sorted by relevance

123

/external/webkit/WebCore/html/
DHTMLStyleElement.cpp89 bool HTMLStyleElement::isLoading() const in isLoading() function in WebCore::HTMLStyleElement
95 return static_cast<CSSStyleSheet *>(m_sheet.get())->isLoading(); in isLoading()
100 if (!isLoading()) { in sheetLoaded()
DHTMLLinkElement.cpp75 if (isLoading()) { in setDisabledState()
270 bool HTMLLinkElement::isLoading() const in isLoading() function in WebCore::HTMLLinkElement
276 return static_cast<CSSStyleSheet *>(m_sheet.get())->isLoading(); in isLoading()
281 if (!isLoading() && !isDisabled() && !isAlternate()) { in sheetLoaded()
DHTMLStyleElement.h48 virtual bool isLoading() const;
DHTMLLinkElement.h83 bool isLoading() const;
/external/webkit/WebCore/platform/graphics/
DSegmentedFontData.cpp75 bool SegmentedFontData::isLoading() const in isLoading() function in WebCore::SegmentedFontData
79 if (it->fontData()->isLoading()) in isLoading()
DFontData.h48 virtual bool isLoading() const = 0;
DSegmentedFontData.h67 virtual bool isLoading() const;
DFontFallbackList.cpp103 if (result->isLoading()) in fontDataAt()
/external/webkit/WebCore/xml/
DXSLImportRule.cpp73 bool XSLImportRule::isLoading() in isLoading() function in WebCore::XSLImportRule
75 return (m_loading || (m_styleSheet && m_styleSheet->isLoading())); in isLoading()
DXSLStyleSheet.cpp84 bool XSLStyleSheet::isLoading() in isLoading() function in WebCore::XSLStyleSheet
91 if (import->isLoading()) in isLoading()
100 if (isLoading()) in checkLoaded()
DXSLImportRule.h51 bool isLoading();
DXSLStyleSheet.h62 virtual bool isLoading();
/external/webkit/WebCore/dom/
DProcessingInstruction.cpp172 bool ProcessingInstruction::isLoading() const in isLoading() function in WebCore::ProcessingInstruction
178 return m_sheet->isLoading(); in isLoading()
183 if (!isLoading()) { in sheetLoaded()
DProcessingInstruction.h71 bool isLoading() const;
DStyleElement.cpp77 if (static_cast<CSSStyleSheet*>(m_sheet.get())->isLoading()) in createSheet()
/external/webkit/WebCore/css/
DCSSStyleSheet.cpp168 bool CSSStyleSheet::isLoading() in isLoading() function in WebCore::CSSStyleSheet
173 if (rule->isImportRule() && static_cast<CSSImportRule*>(rule)->isLoading()) in isLoading()
181 if (isLoading()) in checkLoaded()
DCSSImportRule.cpp70 bool CSSImportRule::isLoading() const in isLoading() function in WebCore::CSSImportRule
72 return m_loading || (m_styleSheet && m_styleSheet->isLoading()); in isLoading()
DCSSImportRule.h52 bool isLoading() const;
DStyleSheet.h52 virtual bool isLoading() = 0;
DCSSStyleSheet.h80 virtual bool isLoading();
/external/webkit/WebKit/mac/WebView/
DWebDataSource.h118 - (BOOL)isLoading;
/external/webkit/WebCore/platform/graphics/qt/
DFontFallbackListQt.cpp85 if (data->isLoading()) in fontDataAt()
/external/webkit/WebKitTools/DumpRenderTree/qt/
Djsobjects.h46 bool isLoading() const { return m_isLoading; } in isLoading() function
/external/webkit/WebKit/win/Interfaces/
DIWebDataSource.idl132 @method isLoading
134 - (BOOL)isLoading;
136 HRESULT isLoading([out, retval] BOOL* loading);
/external/webkit/WebKit/win/
DWebDataSource.h77 virtual HRESULT STDMETHODCALLTYPE isLoading(

123