HomeSort by relevance Sort by last modified time
    Searched full:m_loading (Results 1 - 23 of 23) sorted by null

  /external/webkit/WebCore/loader/
CachedXBLDocument.cpp 57 if (!m_loading)
87 m_loading = false;
93 if (m_loading)
103 m_loading = false;
CachedXSLStyleSheet.cpp 50 if (!m_loading)
75 m_loading = false;
81 if (m_loading)
91 m_loading = false;
CachedFont.cpp 76 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;
CachedScript.cpp 54 if (!m_loading)
94 m_loading = false;
100 if (m_loading)
110 m_loading = false;
CachedCSSStyleSheet.cpp 54 if (!m_loading)
102 m_loading = false;
110 if (m_loading)
120 m_loading = false;
CachedImage.cpp 69 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) {
CachedResource.h 117 bool isLoaded() const { return !m_loading; }
118 void setLoading(bool b) { m_loading = b; }
234 bool m_loading; member in class:WebCore::CachedResource
DocumentLoader.h 98 bool isLoading() const { return m_loading; }
99 void setLoading(bool loading) { m_loading = loading; }
258 bool m_loading; member in class:WebCore::DocumentLoader
CachedImage.h 82 bool stillNeedsLoad() const { return !m_errorOccurred && m_status == Unknown && m_loading == false; }
CachedResource.cpp 58 , m_loading(false)
110 m_loading = true;
389 if (m_loading || m_errorOccurred)
405 if (m_loading)
DocumentLoader.cpp 85 , 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/
XSLImportRule.cpp 37 , m_loading(false)
67 m_loading = false;
75 return (m_loading || (m_styleSheet && m_styleSheet->isLoading()));
111 m_loading = true;
XSLImportRule.h 65 bool m_loading; member in class:WebCore::XSLImportRule
  /external/webkit/WebCore/html/
HTMLStyleElement.h 61 virtual void setLoading(bool loading) { m_loading = loading; }
67 bool m_loading; member in class:WebCore::HTMLStyleElement
HTMLStyleElement.cpp 37 , m_loading(false)
92 if (m_loading)
HTMLLinkElement.cpp 53 , 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)
HTMLLinkElement.h 121 bool m_loading; member in class:WebCore::HTMLLinkElement
  /external/webkit/WebCore/dom/
ProcessingInstruction.cpp 43 , 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);
ProcessingInstruction.h 98 bool m_loading; member in class:WebCore::ProcessingInstruction
  /external/webkit/WebCore/css/
CSSImportRule.cpp 39 , m_loading(false)
98 m_loading = false;
106 return m_loading || (m_styleSheet && m_styleSheet->isLoading());
144 m_loading = true;
CSSImportRule.h 80 bool m_loading; member in class:WebCore::CSSImportRule
  /external/webkit/WebKit/chromium/src/
SharedWorkerRepository.cpp 72 , 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/
ChangeLog-2002-12-03 503 (CachedImage::CachedImage): Initialize m_loading to true.
506 (CachedImage::data): If at eof, set m_loading to false and notify.
507 (CachedImage::error): Set m_loading to false and notify.
    [all...]

Completed in 387 milliseconds