Searched defs:isLoading (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLStyleElement.h56 virtual bool isLoading() const { return StyleElement::isLoading(); } function in class:WebCore::HTMLStyleElement
H A DHTMLLinkElement.cpp94 if (isLoading()) {
425 bool HTMLLinkElement::isLoading() const function in class:WebCore::HTMLLinkElement
431 return static_cast<CSSStyleSheet *>(m_sheet.get())->isLoading();
456 if (!isLoading()) {
/external/webkit/Source/WebCore/svg/
H A DSVGStyleElement.h59 virtual bool isLoading() const { return StyleElement::isLoading(); } function in class:WebCore::SVGStyleElement
/external/webkit/Source/WebCore/platform/graphics/
H A DSegmentedFontData.cpp76 bool SegmentedFontData::isLoading() const function in class:WebCore::SegmentedFontData
80 if (it->fontData()->isLoading())
H A DSimpleFontData.cpp50 SimpleFontData::SimpleFontData(const FontPlatformData& platformData, bool isCustomFont, bool isLoading, bool isTextOrientationFallback) argument
56 , m_isLoading(isLoading)
H A DSimpleFontData.h74 SimpleFontData(const FontPlatformData&, bool isCustomFont = false, bool isLoading = false, bool isTextOrientationFallback = false);
139 virtual bool isLoading() const { return m_isLoading; } function in class:WebCore::SimpleFontData
/external/webkit/Source/WebCore/xml/
H A DXSLImportRule.cpp73 bool XSLImportRule::isLoading() function in class:WebCore::XSLImportRule
75 return (m_loading || (m_styleSheet && m_styleSheet->isLoading()));
H A DXSLStyleSheetQt.cpp45 bool XSLStyleSheet::isLoading() function in class:WebCore::XSLStyleSheet
H A DXSLStyleSheetLibxslt.cpp83 bool XSLStyleSheet::isLoading() function in class:WebCore::XSLStyleSheet
90 if (import->isLoading())
99 if (isLoading())
/external/webkit/Source/WebCore/css/
H A DCSSImportRule.cpp107 bool CSSImportRule::isLoading() const function in class:WebCore::CSSImportRule
109 return m_loading || (m_styleSheet && m_styleSheet->isLoading());
H A DCSSStyleSheet.cpp208 bool CSSStyleSheet::isLoading() function in class:WebCore::CSSStyleSheet
213 if (rule->isImportRule() && static_cast<CSSImportRule*>(rule)->isLoading())
221 if (isLoading())
/external/webkit/Source/WebCore/dom/
H A DProcessingInstruction.cpp187 bool ProcessingInstruction::isLoading() const function in class:WebCore::ProcessingInstruction
193 return m_sheet->isLoading();
198 if (!isLoading()) {
H A DStyleElement.cpp136 if (m_sheet->isLoading())
162 bool StyleElement::isLoading() const function in class:WebCore::StyleElement
166 return m_sheet ? m_sheet->isLoading() : false;
172 if (isLoading())
/external/webkit/Source/WebKit/win/
H A DWebDataSource.cpp239 HRESULT STDMETHODCALLTYPE WebDataSource::isLoading( function in class:WebDataSource
/external/webkit/Source/WebCore/loader/
H A DDocumentLoader.h108 bool isLoading() const { return m_loading; } function in class:WebCore::DocumentLoader
H A DFrameLoader.cpp1792 bool FrameLoader::isLoading() const function in class:WebCore::FrameLoader
1808 if (isLoading()) {
1846 ASSERT(!m_documentLoader->isLoading());
2437 ASSERT(!pdl->isLoading());
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResource.h128 bool isLoading() const { return m_loading; } function in class:WebCore::CachedResource
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java2646 public boolean isLoading() { method in class:LocalCacheTest.DummyValueReference
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java664 boolean isLoading(); method in interface:LocalCache.ValueReference
702 public boolean isLoading() {
1664 public boolean isLoading() { method in class:LocalCache.WeakValueReference
1710 public boolean isLoading() { method in class:LocalCache.SoftValueReference
1756 public boolean isLoading() { method in class:LocalCache.StrongValueReference
2221 if (valueReference.isLoading()) {
2265 if (valueReference.isLoading()) {
2326 if (!valueReference.isLoading()) {
2456 if (valueReference.isLoading()) {
3274 if (valueReference.isLoading()) {
3512 public boolean isLoading() { method in class:LocalCache.LoadingValueReference
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp988 bool WebFrameImpl::isLoading() const function in class:WebKit::WebFrameImpl
992 return m_frame->loader()->isLoading();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 479 milliseconds