Searched defs:isLoaded (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImport.h54 bool isLoaded() const { return !isBlocked() && !isProcessing(); } function in class:WebCore::HTMLImport
H A DHTMLImportLoader.h65 bool isLoaded() const { return m_state == StateReady; } function in class:WebCore::HTMLImportLoader
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
H A DHRTFDatabaseLoader.cpp114 bool HRTFDatabaseLoader::isLoaded() const function in class:WebCore::HRTFDatabaseLoader
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFace.cpp38 bool CSSFontFace::isLoaded() const function in class:WebCore::CSSFontFace
42 if (!m_sources[i]->isLoaded())
118 if (m_loadState == Loading && m_sources[i]->isLoaded())
H A DCSSFontFaceSource.cpp74 bool CSSFontFaceSource::isLoaded() const function in class:WebCore::CSSFontFaceSource
77 return m_font->isLoaded();
133 if (isLoaded()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleFetchedImage.cpp54 bool StyleFetchedImage::isLoaded() const function in class:WebCore::StyleFetchedImage
56 return m_image->isLoaded();
H A DStyleImage.h55 virtual bool isLoaded() const { return true; } function in class:WebCore::StyleImage
H A DStyleCustomFilterProgram.h75 ASSERT(isLoaded());
81 ASSERT(isLoaded());
85 virtual bool isLoaded() const function in class:WebCore::StyleCustomFilterProgram
87 // Do not use the Resource:isLoaded method here, because it actually means !isLoading(),
88 // so missing and canceled resources will have isLoaded set to true, even if they are not loaded yet.
131 if (isLoaded())
H A DStyleFetchedImageSet.cpp60 bool StyleFetchedImageSet::isLoaded() const function in class:WebCore::StyleFetchedImageSet
62 return m_bestFitImage->isLoaded();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DDatabaseConfig.java15 private static boolean isLoaded = false; field in class:DatabaseConfig
19 isLoaded = false; //make sure to reset isLoaded or mixing databases in a test suite will fail.
32 return isLoaded;
58 isLoaded = true;
/external/stlport/test/eh/
H A Dmwerks_console_OS_X.c28 Boolean isLoaded; member in struct:__anon26148
80 __msl_os_x.isLoaded = false;
93 __msl_os_x.isLoaded = CFBundleLoadExecutable(__msl_os_x.theBundle);
95 if (__msl_os_x.isLoaded)
114 if (__msl_os_x.isLoaded)
120 __msl_os_x.isLoaded = false;
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
H A DGeoMap.java73 if (!isLoaded())
79 if (!isLoaded())
101 * @throws NullPointerException If isLoaded() is false
116 * @throws NullPointerException If isLoaded() is false
148 public boolean isLoaded() { method in class:GeoMap
158 * @throws NullPointerException If isLoaded() or hasNormalmap() is false
235 * @throws NullPointerException If isLoaded() is false
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/
H A DTemplateUrlService.java80 public boolean isLoaded() { method in class:TemplateUrlService
130 if (!isLoaded()) return null;
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelTree.java72 public static final boolean isLoaded(int resource) { method in class:LevelTree
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h238 ** If Fts3Expr.eType is either FTSQUERY_NEAR or FTSQUERY_PHRASE and isLoaded
256 int isLoaded; /* True if aDoclist/nDoclist are initialized. */ member in struct:Fts3Expr
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h324 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) { argument
325 return isLoaded ? PPEntityID(-int(Index)-1) : PPEntityID(Index+1);
409 bool isLoaded = Position < 0; local
410 unsigned Index = isLoaded ?
412 PPEntityID ID = Self->getPPEntityID(Index, isLoaded);
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
H A DResource.h143 bool isLoaded() const { return !m_loading; } // FIXME. Method name is inaccurate. Loading might not have started yet. function in class:WebCore::Resource
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAccessibilityObject.cpp299 bool WebAccessibilityObject::isLoaded() const function in class:WebKit::WebAccessibilityObject
304 return m_private->isLoaded();
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityRenderObject.cpp524 bool AccessibilityRenderObject::isLoaded() const function in class:WebCore::AccessibilityRenderObject
1611 if (isLoaded())
H A DAccessibilityObject.h348 virtual bool isLoaded() const { return false; } function in class:WebCore::AccessibilityObject
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/
H A Dmosaic_mode.js605 if (!tile.isLoading(loadMode) && !tile.isLoaded(loadMode) && imageRect &&
618 if (!tile.isLoading() && !tile.isLoaded() && imageRect &&
1709 Mosaic.Tile.prototype.isLoaded = function(opt_loadMode) {
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp110 /// isLoaded - True if the global is ever loaded. If the global isn't ever
112 bool isLoaded; member in struct:__anon21590::GlobalStatus
155 GlobalStatus() : isCompared(false), isLoaded(false), StoredType(NotStored),
215 GS.isLoaded = true;
281 GS.isLoaded = true;
1974 if (!GS.isLoaded) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113415 int isLoaded; /* True if aDoclist/nDoclist are initialized. */ member in struct:Fts3Expr
[all...]

Completed in 713 milliseconds

12