Searched defs:isLoading (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGStyleElement.h63 virtual bool isLoading() const { return StyleElement::isLoading(); } function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLImportRule.cpp68 bool XSLImportRule::isLoading() function in class:WebCore::XSLImportRule
70 return (m_loading || (m_styleSheet && m_styleSheet->isLoading()));
H A DXSLStyleSheetLibxslt.cpp80 bool XSLStyleSheet::isLoading() const function in class:WebCore::XSLStyleSheet
83 if (m_children.at(i)->isLoading())
91 if (isLoading())
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSegmentedFontData.cpp77 bool SegmentedFontData::isLoading() const function in class:WebCore::SegmentedFontData
81 if (it->fontData()->isLoading())
H A DCustomFontData.h48 bool isLoading() const { return m_isLoadingFallback && m_isUsed; } function in class:WebCore::CustomFontData
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleRuleImport.cpp83 bool StyleRuleImport::isLoading() const function in class:WebCore::StyleRuleImport
85 return m_loading || (m_styleSheet && m_styleSheet->isLoading());
H A DCSSSegmentedFontFace.cpp76 if (RuntimeEnabledFeatures::fontLoadEventsEnabled() && !isLoading()) {
159 bool CSSSegmentedFontFace::isLoading() const function in class:WebCore::CSSSegmentedFontFace
208 if (isLoading())
H A DCSSFontFaceSource.cpp90 bool CSSFontFaceSource::isLoading() const function in class:WebCore::CSSFontFaceSource
287 if (m_loadStartTime > 0 && font && !font->isLoading()) {
H A DCSSStyleSheet.cpp390 bool CSSStyleSheet::isLoading() const function in class:WebCore::CSSStyleSheet
392 return m_contents->isLoading();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLStyleElement.h81 virtual bool isLoading() const { return StyleElement::isLoading(); } function in class:WebCore::FINAL
/external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/
H A DTestShellTab.java64 public boolean isLoading() { method in class:TestShellTab
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleElement.cpp124 if (m_sheet->isLoading())
155 bool StyleElement::isLoading() const function in class:WebCore::StyleElement
159 return m_sheet ? m_sheet->isLoading() : false;
164 if (isLoading())
H A DProcessingInstruction.cpp149 bool ProcessingInstruction::isLoading() const function in class:WebCore::ProcessingInstruction
155 return m_sheet->isLoading();
160 if (!isLoading()) {
/external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
H A DShell.java92 public boolean isLoading() { method in class:Shell
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
H A Dimage_util.js559 ImageUtil.ImageLoader.prototype.isLoading = function(entry) {
H A Dimage_view.js282 ImageView.prototype.isLoading = function() {
419 if (self.prefetchLoader_.isLoading(contentEntry)) {
425 // Swap the loaders so that the self.isLoading works correctly.
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.cpp106 ASSERT(!m_frame || frameLoader()->activeDocumentLoader() != this || !isLoading());
220 // In some rare cases, calling FrameLoader::stopLoading could cause isLoading() to return false.
223 bool loading = isLoading();
263 bool DocumentLoader::isLoading() const function in class:WebCore::DocumentLoader
624 if (!m_frame || isLoading())
687 if ((isLoadingMainResource() || !m_frame->document()->loadEventFinished()) && isLoading())
H A DFrameLoader.cpp847 bool FrameLoader::isLoading() const function in class:WebCore::FrameLoader
852 return docLoader->isLoading();
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.h145 bool isLoading() const { return m_loading; } function in class:WebCore::Resource
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java2646 public boolean isLoading() { method in class:LocalCacheTest.DummyValueReference
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
H A Dmosaic_mode.js610 if (!tile.isLoading(loadMode) && !tile.isLoaded(loadMode) && imageRect &&
623 if (!tile.isLoading() && !tile.isLoaded() && imageRect &&
1736 Mosaic.Tile.prototype.isLoading = function(opt_loadMode) {
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java664 boolean isLoading(); method in interface:LocalCache.ValueReference
702 public boolean isLoading() {
1664 public boolean isLoading() { method in class:LocalCache.WeakValueReference
1710 public boolean isLoading() { method in class:LocalCache.SoftValueReference
1756 public boolean isLoading() { method in class:LocalCache.StrongValueReference
2221 if (valueReference.isLoading()) {
2265 if (valueReference.isLoading()) {
2326 if (!valueReference.isLoading()) {
2456 if (valueReference.isLoading()) {
3274 if (valueReference.isLoading()) {
3512 public boolean isLoading() { method in class:LocalCache.LoadingValueReference
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp974 bool WebFrameImpl::isLoading() const function in class:WebFrameImpl
978 return 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 ...

Completed in 2031 milliseconds

12