Searched refs:m_loading (Results 1 - 22 of 22) sorted by relevance

/external/webkit/WebCore/loader/
H A DCachedScript.cpp54 if (!m_loading)
94 m_loading = false;
100 if (m_loading)
110 m_loading = false;
H A DCachedXBLDocument.cpp57 if (!m_loading)
87 m_loading = false;
93 if (m_loading)
103 m_loading = false;
H A DCachedXSLStyleSheet.cpp50 if (!m_loading)
75 m_loading = false;
81 if (m_loading)
91 m_loading = false;
H A DCachedCSSStyleSheet.cpp54 if (!m_loading)
102 m_loading = false;
110 if (m_loading)
120 m_loading = false;
H A DCachedFont.cpp76 m_loading = true;
81 if (!m_loading)
92 m_loading = false;
110 if (!m_fontData && !m_errorOccurred && !m_loading && m_data) {
137 if (!m_externalSVGDocument && !m_errorOccurred && !m_loading && m_data) {
191 if (m_loading)
202 m_loading = false;
H A DCachedImage.cpp69 m_loading = false;
91 m_loading = false;
107 if (!m_loading)
307 m_loading = false;
318 m_loading = false;
324 if (m_loading)
335 if (isSafeToMakePurgeable() && canDeleteImage && !m_loading) {
H A DCachedResource.h117 bool isLoaded() const { return !m_loading; }
118 void setLoading(bool b) { m_loading = b; }
234 bool m_loading; member in class:WebCore::CachedResource
H A DCachedImage.h82 bool stillNeedsLoad() const { return !m_errorOccurred && m_status == Unknown && m_loading == false; }
H A DCachedResource.cpp58 , m_loading(false)
110 m_loading = true;
389 if (m_loading || m_errorOccurred)
405 if (m_loading)
H A DDocumentLoader.h98 bool isLoading() const { return m_loading; }
99 void setLoading(bool loading) { m_loading = loading; }
258 bool m_loading; member in class:WebCore::DocumentLoader
H A DDocumentLoader.cpp85 , m_loading(false)
207 // In some rare cases, calling FrameLoader::stopLoading could set m_loading to false.
210 bool loading = m_loading;
/external/webkit/WebCore/xml/
H A DXSLImportRule.cpp37 , m_loading(false)
67 m_loading = false;
75 return (m_loading || (m_styleSheet && m_styleSheet->isLoading()));
111 m_loading = true;
H A DXSLImportRule.h65 bool m_loading; member in class:WebCore::XSLImportRule
/external/webkit/WebCore/html/
H A DHTMLStyleElement.h61 virtual void setLoading(bool loading) { m_loading = loading; }
67 bool m_loading; member in class:WebCore::HTMLStyleElement
H A DHTMLStyleElement.cpp37 , m_loading(false)
92 if (m_loading)
H A DHTMLLinkElement.cpp53 , m_loading(false)
71 if (m_loading && !isDisabled() && !isAlternate())
230 if (m_loading)
239 m_loading = true;
252 m_loading = false;
343 m_loading = false;
349 if (m_loading)
H A DHTMLLinkElement.h121 bool m_loading; member in class:WebCore::HTMLLinkElement
/external/webkit/WebKit/chromium/src/
H A DSharedWorkerRepository.cpp72 , m_loading(false)
96 bool m_loading; member in class:WebCore::SharedWorkerScriptLoader
121 if (m_loading)
127 ASSERT(!m_loading);
135 m_loading = true;
/external/webkit/WebCore/dom/
H A DProcessingInstruction.cpp43 , m_loading(false)
144 m_loading = false;
157 m_loading = true;
176 m_loading = false;
185 if (m_loading)
233 m_loading = false;
240 ASSERT(!m_loading);
H A DProcessingInstruction.h98 bool m_loading; member in class:WebCore::ProcessingInstruction
/external/webkit/WebCore/css/
H A DCSSImportRule.cpp39 , m_loading(false)
98 m_loading = false;
106 return m_loading || (m_styleSheet && m_styleSheet->isLoading());
144 m_loading = true;
H A DCSSImportRule.h80 bool m_loading; member in class:WebCore::CSSImportRule

Completed in 842 milliseconds