Searched refs:isLoading (Results 51 - 63 of 63) sorted by relevance

123

/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceLoader.cpp476 if (existingResource->isLoading())
/external/webkit/Source/WebKit/win/
H A DWebView.h262 virtual HRESULT STDMETHODCALLTYPE isLoading(
263 /* [retval][out] */ BOOL *isLoading);
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp988 bool WebFrameImpl::isLoading() const function in class:WebKit::WebFrameImpl
992 return m_frame->loader()->isLoading();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp1792 bool FrameLoader::isLoading() const function in class:WebCore::FrameLoader
1808 if (isLoading()) {
1846 ASSERT(!m_documentLoader->isLoading());
2437 ASSERT(!pdl->isLoading());
/external/webkit/Source/WebCore/page/
H A DDOMWindow.cpp949 if (m_frame->loader()->activeDocumentLoader()->isLoading()) {
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp545 enabled = loader->isLoading();
549 enabled = !loader->isLoading();
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginView.mm2501 if (![[self dataSource] isLoading]) {
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm431 NSString *_WebIsLoadingKey = @"isLoading";
4139 - (BOOL)isLoading
4141 LOG (Bindings, "isLoading = %d", (int)[self _isLoading]);
5757 return [[mainFrame _dataSource] isLoading]
5758 || [[mainFrame provisionalDataSource] isLoading];
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java2646 public boolean isLoading() { method in class:LocalCacheTest.DummyValueReference
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp3082 if (linkElement->isLoading()) {
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp2087 else if (!frame->tree()->parent()->loader()->isLoading()) {

Completed in 412 milliseconds

123