Searched refs:isLoaded (Results 1 - 25 of 46) sorted by relevance

12

/external/stlport/test/eh/
H A Dmwerks_console_OS_X.c28 Boolean isLoaded; member in struct:__anon12630
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/webkit/Source/WebCore/rendering/style/
H A DStyleCachedImage.cpp42 bool StyleCachedImage::isLoaded() const function in class:WebCore::StyleCachedImage
44 return m_image->isLoaded();
H A DStyleCachedImage.h46 virtual bool isLoaded() const;
H A DStyleImage.h53 virtual bool isLoaded() const { return true; } function in class:WebCore::StyleImage
/external/webkit/Source/WebCore/platform/audio/
H A DHRTFDatabaseLoader.h56 bool isLoaded() const;
H A DHRTFDatabaseLoader.cpp118 bool HRTFDatabaseLoader::isLoaded() const function in class:WebCore::HRTFDatabaseLoader
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginPackage.h57 BOOL isLoaded; variable
H A DWebPluginPackage.mm99 if (![nsBundle isLoaded]) {
H A DWebNetscapePluginPackage.mm360 if (isLoaded)
373 isLoaded = YES;
415 isLoaded = YES;
680 if (!isLoaded) {
755 if (!isLoaded)
778 isLoaded = NO;
/external/webkit/Source/WebCore/css/
H A DCSSFontFace.cpp42 bool CSSFontFace::isLoaded() const function in class:WebCore::CSSFontFace
46 if (!m_sources[i]->isLoaded())
H A DCSSFontFaceSource.cpp80 bool CSSFontFaceSource::isLoaded() const function in class:WebCore::CSSFontFaceSource
83 return m_font->isLoaded();
127 if (isLoaded()) {
H A DCSSFontFaceSource.h52 bool isLoaded() const;
H A DCSSFontFace.h58 bool isLoaded() const;
/external/webkit/Source/WebCore/html/parser/
H A DHTMLScriptRunner.cpp98 ASSERT(script.cachedScript()->isLoaded());
110 if (script.cachedScript() && !script.cachedScript()->isLoaded())
210 ASSERT(m_parsingBlockingScript.cachedScript()->isLoaded());
231 if (!m_scriptsToExecuteAfterParsing.first().cachedScript()->isLoaded()) {
253 if (!m_parsingBlockingScript.cachedScript()->isLoaded())
H A DHTMLDocumentParser.cpp485 ASSERT(!cachedScript->isLoaded());
/external/webkit/Source/WebCore/dom/
H A DScriptRunner.cpp105 for (; numInOrderScriptsToExecute < m_scriptsToExecuteInOrder.size() && m_scriptsToExecuteInOrder[numInOrderScriptsToExecute].cachedScript()->isLoaded(); ++numInOrderScriptsToExecute)
/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/webkit/Source/WebCore/loader/cache/
H A DMemoryCache.cpp105 ASSERT(resource->isLoaded());
190 if (current->isLoaded() && current->decodedSize()) {
247 if (!current->hasClients() && !current->isPreloaded() && current->isLoaded()) {
H A DCachedResource.h126 bool isLoaded() const { return !m_loading; } // FIXME. Method name is inaccurate. Loading might not have started yet. function in class:WebCore::CachedResource
H A DCachedResourceRequest.cpp101 ASSERT(resourceToRevalidate->isLoaded());
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h351 PPEntityID getPPEntityID(unsigned Index, bool isLoaded) const {
352 return isLoaded ? PPEntityID(Index) - LoadedPreprocessedEntities.size()
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelTree.java72 public static final boolean isLoaded(int resource) { method in class:LevelTree
/external/webkit/Source/WebCore/platform/gtk/
H A DClipboardGtk.cpp291 if (!image || !image->isLoaded())
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.h96 virtual bool isLoaded() const;
/external/webkit/Source/WebCore/platform/chromium/
H A DClipboardChromium.cpp245 if (!cachedImage || !cachedImage->image() || !cachedImage->isLoaded())

Completed in 409 milliseconds

12