HomeSort by relevance Sort by last modified time
    Searched refs:isLoading (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/html/
HTMLStyleElement.h 56 virtual bool isLoading() const { return StyleElement::isLoading(); }
HTMLLinkElement.h 79 bool isLoading() const;
  /external/webkit/Source/WebCore/svg/
SVGStyleElement.h 59 virtual bool isLoading() const { return StyleElement::isLoading(); }
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
reload_button.h 37 // |isLoading|. If |force|, always sets the indicated mode. If
42 - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
  /external/webkit/Source/WebCore/dom/
StyleElement.h 42 bool isLoading() const;
StyleElement.cpp 136 if (m_sheet->isLoading())
162 bool StyleElement::isLoading() const
166 return m_sheet ? m_sheet->isLoading() : false;
172 if (isLoading())
ProcessingInstruction.h 77 bool isLoading() const;
  /external/webkit/Source/WebCore/platform/graphics/
FontData.h 51 virtual bool isLoading() const = 0;
SegmentedFontData.cpp 76 bool SegmentedFontData::isLoading() const
80 if (it->fontData()->isLoading())
SegmentedFontData.h 71 virtual bool isLoading() const;
  /external/webkit/Source/WebCore/xml/
XSLImportRule.h 52 bool isLoading();
XSLImportRule.cpp 73 bool XSLImportRule::isLoading()
75 return (m_loading || (m_styleSheet && m_styleSheet->isLoading()));
XSLStyleSheetQt.cpp 45 bool XSLStyleSheet::isLoading()
  /external/webkit/Source/WebCore/loader/cache/
CachedXSLStyleSheet.cpp 51 if (!isLoading())
82 if (isLoading())
CachedFont.cpp 80 if (!isLoading())
106 if (!m_fontData && !errorOccurred() && !isLoading() && m_data) {
132 if (!m_externalSVGDocument && !errorOccurred() && !isLoading() && m_data) {
190 if (isLoading())
CachedCSSStyleSheet.cpp 55 if (!isLoading())
111 if (isLoading())
CachedImage.h 78 bool stillNeedsLoad() const { return (!errorOccurred() && status() == Unknown && !isLoading()) || (m_autoLoadWasPreventedBySettings && !inCache()); }
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboAlbumSet.java 68 public boolean isLoading() {
70 if (mSets[i].isLoading()) return true;
  /external/webkit/Source/WebCore/css/
CSSImportRule.h 53 bool isLoading() const;
StyleSheet.h 60 virtual bool isLoading() = 0;
CSSImportRule.cpp 107 bool CSSImportRule::isLoading() const
109 return m_loading || (m_styleSheet && m_styleSheet->isLoading());
  /external/webkit/Source/WebKit/mac/WebView/
WebDataSource.h 115 @method isLoading
118 - (BOOL)isLoading;
  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryPartition.java 84 public boolean isLoading() {
PhoneFavoriteMergedAdapter.java 90 if (mContactEntryListAdapter.isLoading()) {
110 if (mContactEntryListAdapter.isLoading()) { // "All" section is being loaded.
174 if (mContactEntryListAdapter.isLoading()) { // "All" section is being loaded.
220 if (mContactEntryListAdapter.isLoading()) { // "All" section is being loaded.
244 return !mContactEntryListAdapter.isLoading()
260 if (mContactEntryListAdapter.isLoading()) { // "All" section is being loaded.
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDataSource.idl 132 @method isLoading
134 - (BOOL)isLoading;
136 HRESULT isLoading([out, retval] BOOL* loading);

Completed in 343 milliseconds

1 2 3 4