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

123

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webdatasource.py7 self.failUnlessResultIsBOOL(WebDataSource.isLoading)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webdatasource.py7 self.assertResultIsBOOL(WebDataSource.isLoading)
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedFont.cpp74 if (!isLoading())
96 if (!m_fontData && !errorOccurred() && !isLoading() && m_data) {
119 if (!m_externalSVGDocument && !errorOccurred() && !isLoading() && m_data) {
175 if (isLoading())
H A DCachedXSLStyleSheet.cpp52 if (!isLoading())
80 if (isLoading())
H A DCachedCSSStyleSheet.cpp66 if (!isLoading())
113 if (isLoading())
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLStyleElement.h75 virtual bool isLoading() const { return StyleElement::isLoading(); } function in class:WebCore::FINAL
/macosx-10.9.5/WebCore-7537.78.1/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.9.5/WebCore-7537.78.1/svg/
H A DSVGStyleElement.h63 virtual bool isLoading() const { return StyleElement::isLoading(); } function in class:WebCore::FINAL
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXSLImportRule.cpp70 bool XSLImportRule::isLoading() function in class:WebCore::XSLImportRule
72 return (m_loading || (m_styleSheet && m_styleSheet->isLoading()));
H A DXSLImportRule.h53 bool isLoading();
H A DXSLStyleSheetQt.cpp53 bool XSLStyleSheet::isLoading() const function in class:WebCore::XSLStyleSheet
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSSegmentedFontFace.cpp78 if (RuntimeEnabledFeatures::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.h74 bool isLoading() const;
H A DStyleRuleImport.h49 bool isLoading() const;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DStyleElement.cpp154 if (m_sheet->isLoading())
187 bool StyleElement::isLoading() const function in class:WebCore::StyleElement
191 return m_sheet ? m_sheet->isLoading() : false;
197 if (isLoading())
H A DStyleElement.h43 bool isLoading() const;
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDataSource.h114 @method isLoading
117 - (BOOL)isLoading;
/macosx-10.9.5/WebKit2-7537.78.2/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.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DBackingStoreClient.h68 bool isLoading() const;
H A DBackingStoreClient.cpp184 bool BackingStoreClient::isLoading() const function in class:BlackBerry::WebKit::BackingStoreClient
187 return m_webPage->d->isLoading();
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebDataSource.idl132 @method isLoading
134 - (BOOL)isLoading;
136 HRESULT isLoading([out, retval] BOOL* loading);

Completed in 269 milliseconds

123