/external/webkit/WebCore/html/ |
D | HTMLStyleElement.cpp | 89 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()
|
D | HTMLLinkElement.cpp | 75 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()
|
D | HTMLStyleElement.h | 48 virtual bool isLoading() const;
|
D | HTMLLinkElement.h | 83 bool isLoading() const;
|
/external/webkit/WebCore/platform/graphics/ |
D | SegmentedFontData.cpp | 75 bool SegmentedFontData::isLoading() const in isLoading() function in WebCore::SegmentedFontData 79 if (it->fontData()->isLoading()) in isLoading()
|
D | FontData.h | 48 virtual bool isLoading() const = 0;
|
D | SegmentedFontData.h | 67 virtual bool isLoading() const;
|
D | FontFallbackList.cpp | 103 if (result->isLoading()) in fontDataAt()
|
/external/webkit/WebCore/xml/ |
D | XSLImportRule.cpp | 73 bool XSLImportRule::isLoading() in isLoading() function in WebCore::XSLImportRule 75 return (m_loading || (m_styleSheet && m_styleSheet->isLoading())); in isLoading()
|
D | XSLStyleSheet.cpp | 84 bool XSLStyleSheet::isLoading() in isLoading() function in WebCore::XSLStyleSheet 91 if (import->isLoading()) in isLoading() 100 if (isLoading()) in checkLoaded()
|
D | XSLImportRule.h | 51 bool isLoading();
|
D | XSLStyleSheet.h | 62 virtual bool isLoading();
|
/external/webkit/WebCore/dom/ |
D | ProcessingInstruction.cpp | 172 bool ProcessingInstruction::isLoading() const in isLoading() function in WebCore::ProcessingInstruction 178 return m_sheet->isLoading(); in isLoading() 183 if (!isLoading()) { in sheetLoaded()
|
D | ProcessingInstruction.h | 71 bool isLoading() const;
|
D | StyleElement.cpp | 77 if (static_cast<CSSStyleSheet*>(m_sheet.get())->isLoading()) in createSheet()
|
/external/webkit/WebCore/css/ |
D | CSSStyleSheet.cpp | 168 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()
|
D | CSSImportRule.cpp | 70 bool CSSImportRule::isLoading() const in isLoading() function in WebCore::CSSImportRule 72 return m_loading || (m_styleSheet && m_styleSheet->isLoading()); in isLoading()
|
D | CSSImportRule.h | 52 bool isLoading() const;
|
D | StyleSheet.h | 52 virtual bool isLoading() = 0;
|
D | CSSStyleSheet.h | 80 virtual bool isLoading();
|
/external/webkit/WebKit/mac/WebView/ |
D | WebDataSource.h | 118 - (BOOL)isLoading;
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | FontFallbackListQt.cpp | 85 if (data->isLoading()) in fontDataAt()
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
D | jsobjects.h | 46 bool isLoading() const { return m_isLoading; } in isLoading() function
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebDataSource.idl | 132 @method isLoading 134 - (BOOL)isLoading; 136 HRESULT isLoading([out, retval] BOOL* loading);
|
/external/webkit/WebKit/win/ |
D | WebDataSource.h | 77 virtual HRESULT STDMETHODCALLTYPE isLoading(
|