/external/webkit/Source/WebCore/loader/cache/ |
D | CachedFont.cpp | 80 if (!isLoading()) in didAddClient() 106 if (!m_fontData && !errorOccurred() && !isLoading() && m_data) { in ensureCustomFontData() 132 if (!m_externalSVGDocument && !errorOccurred() && !isLoading() && m_data) { in ensureSVGFontData() 190 if (isLoading()) in checkNotify()
|
D | CachedXSLStyleSheet.cpp | 51 if (!isLoading()) in didAddClient() 82 if (isLoading()) in checkNotify()
|
D | CachedCSSStyleSheet.cpp | 55 if (!isLoading()) in didAddClient() 111 if (isLoading()) in checkNotify()
|
D | CachedImage.h | 78 …bool stillNeedsLoad() const { return (!errorOccurred() && status() == Unknown && !isLoading()) || … in stillNeedsLoad()
|
/external/webkit/Source/WebCore/dom/ |
D | StyleElement.cpp | 136 if (m_sheet->isLoading()) in createSheet() 162 bool StyleElement::isLoading() const in isLoading() function in WebCore::StyleElement 166 return m_sheet ? m_sheet->isLoading() : false; in isLoading() 172 if (isLoading()) in sheetLoaded()
|
D | ProcessingInstruction.cpp | 187 bool ProcessingInstruction::isLoading() const in isLoading() function in WebCore::ProcessingInstruction 193 return m_sheet->isLoading(); in isLoading() 198 if (!isLoading()) { in sheetLoaded()
|
D | StyleElement.h | 42 bool isLoading() const;
|
/external/webkit/Source/WebCore/html/ |
D | HTMLStyleElement.h | 56 virtual bool isLoading() const { return StyleElement::isLoading(); } in isLoading() function
|
D | HTMLLinkElement.cpp | 94 if (isLoading()) { in setDisabledState() 425 bool HTMLLinkElement::isLoading() const in isLoading() function in WebCore::HTMLLinkElement 431 return static_cast<CSSStyleSheet *>(m_sheet.get())->isLoading(); in isLoading() 456 if (!isLoading()) { in sheetLoaded()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGStyleElement.h | 59 virtual bool isLoading() const { return StyleElement::isLoading(); } in isLoading() function
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | SegmentedFontData.cpp | 76 bool SegmentedFontData::isLoading() const in isLoading() function in WebCore::SegmentedFontData 80 if (it->fontData()->isLoading()) in isLoading()
|
D | FontData.h | 51 virtual bool isLoading() const = 0;
|
D | SimpleFontData.cpp | 50 …eFontData(const FontPlatformData& platformData, bool isCustomFont, bool isLoading, bool isTextOrie… in SimpleFontData() argument 56 , m_isLoading(isLoading) in SimpleFontData()
|
D | SegmentedFontData.h | 71 virtual bool isLoading() const;
|
D | SimpleFontData.h | 74 …SimpleFontData(const FontPlatformData&, bool isCustomFont = false, bool isLoading = false, bool is… 139 virtual bool isLoading() const { return m_isLoading; } in isLoading() function
|
/external/webkit/Source/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 | XSLStyleSheetLibxslt.cpp | 83 bool XSLStyleSheet::isLoading() in isLoading() function in WebCore::XSLStyleSheet 90 if (import->isLoading()) in isLoading() 99 if (isLoading()) in checkLoaded()
|
D | XSLImportRule.h | 52 bool isLoading();
|
D | XSLStyleSheetQt.cpp | 45 bool XSLStyleSheet::isLoading() in isLoading() function in WebCore::XSLStyleSheet
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSheet.cpp | 208 bool CSSStyleSheet::isLoading() in isLoading() function in WebCore::CSSStyleSheet 213 if (rule->isImportRule() && static_cast<CSSImportRule*>(rule)->isLoading()) in isLoading() 221 if (isLoading()) in checkLoaded()
|
D | CSSImportRule.cpp | 107 bool CSSImportRule::isLoading() const in isLoading() function in WebCore::CSSImportRule 109 return m_loading || (m_styleSheet && m_styleSheet->isLoading()); in isLoading()
|
D | CSSImportRule.h | 53 bool isLoading() const;
|
D | StyleSheet.h | 60 virtual bool isLoading() = 0;
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
D | reload_button.h | 42 - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebDataSource.h | 118 - (BOOL)isLoading;
|