Searched refs:isLoading (Results 1 - 25 of 76) sorted by relevance

1234

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webdatasource.py7 self.failUnlessResultIsBOOL(WebDataSource.isLoading)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webdatasource.py7 self.assertResultIsBOOL(WebDataSource.isLoading)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/PyObjCTest/
H A Dtest_webdatasource.py7 self.assertResultIsBOOL(WebDataSource.isLoading)
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedFont.cpp75 if (!isLoading())
97 if (!m_fontData && !errorOccurred() && !isLoading() && m_data) {
136 if (!m_externalSVGDocument && !errorOccurred() && !isLoading() && m_data) {
169 if (isLoading())
H A DCachedXSLStyleSheet.cpp52 if (!isLoading())
78 if (isLoading())
H A DCachedCSSStyleSheet.cpp67 if (!isLoading())
110 if (isLoading())
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLStyleElement.h61 virtual bool isLoading() const { return m_styleSheetOwner.isLoading(); } function in class:WebCore::final
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DSegmentedFontData.cpp77 bool SegmentedFontData::isLoading() const function in class:WebCore::SegmentedFontData
81 if (it->fontData()->isLoading())
H A DFontData.h53 virtual bool isLoading() const = 0;
H A DSegmentedFontData.h75 virtual bool isLoading() const;
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGStyleElement.h62 virtual bool isLoading() const { return m_styleSheetOwner.isLoading(); } function in class:WebCore::final
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXSLImportRule.cpp69 bool XSLImportRule::isLoading() function in class:WebCore::XSLImportRule
71 return (m_loading || (m_styleSheet && m_styleSheet->isLoading()));
H A DXSLImportRule.h48 bool isLoading();
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSSegmentedFontFace.cpp78 if (RuntimeEnabledFeatures::sharedFeatures().fontLoadEventsEnabled() && !isLoading()) {
101 if (faceFontData->isLoading()) {
153 bool CSSSegmentedFontFace::isLoading() const function in class:WebCore::CSSSegmentedFontFace
178 if (isLoading())
H A DStyleSheet.h53 virtual bool isLoading() const = 0;
H A DStyleRuleImport.cpp86 bool StyleRuleImport::isLoading() const function in class:WebCore::StyleRuleImport
88 return m_loading || (m_styleSheet && m_styleSheet->isLoading());
H A DCSSSegmentedFontFace.h73 bool isLoading() const;
H A DStyleRuleImport.h49 bool isLoading() const;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DInlineStyleSheetOwner.cpp119 if (m_sheet->isLoading())
155 bool InlineStyleSheetOwner::isLoading() const function in class:WebCore::InlineStyleSheetOwner
159 return m_sheet && m_sheet->isLoading();
164 if (isLoading())
H A DInlineStyleSheetOwner.h43 bool isLoading() const;
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DCurlCacheEntry.h48 bool isLoading();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Cookies/soup/
H A DWebKitSoupCookieJarSqlite.cpp35 bool isLoading; member in struct:_WebKitSoupCookieJarSqlitePrivate
94 priv->isLoading = true;
98 priv->isLoading = false;
123 priv->isLoading = false;
172 if (sqliteJar->priv->isLoading)
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebDataSource.h113 @property isLoading
116 @property (nonatomic, getter=isLoading, readonly) BOOL loading;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DPageLoadState.cpp101 bool isLoadingChanged = isLoading(m_committedState) != isLoading(m_uncommittedState);
165 bool PageLoadState::isLoading() const function in class:WebKit::PageLoadState
167 return isLoading(m_committedState);
383 bool PageLoadState::isLoading(const Data& data) function in class:WebKit::PageLoadState
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebDataSource.idl132 @method isLoading
134 - (BOOL)isLoading;
136 HRESULT isLoading([out, retval] BOOL* loading);

Completed in 303 milliseconds

1234