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

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLImportRule.cpp38 , m_loading(false)
62 m_loading = false;
70 return m_loading || (m_styleSheet && m_styleSheet->isLoading());
H A DXSLImportRule.h64 bool m_loading; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleRuleImport.cpp46 , m_loading(false)
88 m_loading = false;
98 return m_loading || (m_styleSheet && m_styleSheet->isLoading());
138 m_loading = true;
H A DStyleRuleImport.h85 bool m_loading; member in class:blink::StyleRuleImport
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleElement.cpp47 , m_loading(false)
171 m_loading = true;
175 m_loading = false;
185 if (m_loading)
H A DStyleElement.h65 bool m_loading : 1;
H A DProcessingInstruction.cpp42 , m_loading(false)
144 m_loading = false;
163 m_loading = true;
171 if (m_loading)
233 m_loading = false;
244 ASSERT(!m_loading);
H A DProcessingInstruction.h82 bool m_loading; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.h158 bool isLoaded() const { return !m_loading; } // FIXME. Method name is inaccurate. Loading might not have started yet.
160 bool isLoading() const { return m_loading; }
161 void setLoading(bool b) { m_loading = b; }
381 unsigned m_loading : 1;
H A DResource.cpp111 , m_loading(false)
182 m_loading = true;
836 if (m_loading || errorOccurred())
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLinkElement.cpp480 , m_loading(false)
521 m_loading = false;
536 m_loading = false;
579 if (m_loading)
690 m_loading = true;
715 m_loading = false;
H A DHTMLLinkElement.h111 bool m_loading; member in class:blink::FINAL

Completed in 190 milliseconds