Searched refs:setLoading (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebCore/dom/
H A DStyleElement.h37 virtual void setLoading(bool) {} function in class:WebCore::StyleElement
H A DStyleElement.cpp105 setLoading(true);
110 setLoading(false);
/external/webkit/WebCore/html/
H A DHTMLStyleElement.h61 virtual void setLoading(bool loading) { m_loading = loading; } function in class:WebCore::HTMLStyleElement
/external/junit/src/junit/runner/
H A DBaseTestRunner.java158 setLoading(false);
177 public void setLoading(boolean enable) { method in class:BaseTestRunner
/external/webkit/WebCore/loader/
H A DDocumentLoader.cpp334 setLoading(false);
338 setLoading(frameLoader()->isLoading());
371 setLoading(true);
684 setLoading(true);
698 setLoading(true);
H A DCachedResource.h118 void setLoading(bool b) { m_loading = b; } function in class:WebCore::CachedResource
H A DDocumentLoader.h99 void setLoading(bool loading) { m_loading = loading; } function in class:WebCore::DocumentLoader
H A DImageLoader.cpp160 newImage->setLoading(true);
H A DDocLoader.cpp139 resource->setLoading(true);
/external/junit/src/junit/awtui/
H A DTestRunner.java480 setLoading(shouldReload());
/external/junit/src/junit/swingui/
H A DTestRunner.java662 setLoading(shouldReload());

Completed in 122 milliseconds