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

1 2

  /external/stlport/test/eh/
mwerks_console_OS_X.c 28 Boolean isLoaded;
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/WebCore/rendering/style/
StyleCachedImage.cpp 42 bool StyleCachedImage::isLoaded() const
44 return m_image->isLoaded();
StyleCachedImage.h 46 virtual bool isLoaded() const;
StyleImage.h 52 virtual bool isLoaded() const { return true; }
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginPackage.h 57 BOOL isLoaded;
WebPluginPackage.m 90 if (![bundle isLoaded]) {
WebNetscapePluginPackage.mm 357 if (isLoaded)
370 isLoaded = YES;
412 isLoaded = YES;
677 if (!isLoaded) {
736 if (!isLoaded)
759 isLoaded = NO;
  /packages/apps/Gallery3D/src/com/cooliris/media/
CrossFadingTexture.java 81 if (texture == null || texture.isLoaded() == false || mTexture == texture) {
92 if (mTexture != null && mFadingTexture != null && mTexture.isLoaded() && mFadingTexture.isLoaded()) {
119 textureLoaded = mTexture.isLoaded();
Texture.java 54 public final boolean isLoaded() {
BackgroundLayer.java 56 if (fallback == null || !fallback.isLoaded())
79 if (item == null || itemThumbnail == null || !itemThumbnail.isLoaded()) {
118 if (texture != null && texture.isLoaded()) {
GridDrawManager.java 157 if (texture != null && texture.isLoaded() == false) {
177 if (index == mCurrentScaleSlot && texture != null && !texture.isLoaded()) {
180 } else if (texture != null && !texture.isLoaded() && numTexturesQueued <= 6) {
200 if (texture == null || !texture.isLoaded()) {
260 if ((!displayItem.isAnimating() || !texture.isLoaded())
327 if (centerTexture != null && centerTexture.isLoaded()) {
350 if (isCameraZAnimating && (texture == null || !texture.isLoaded())) {
365 if (!hiRes.isLoaded()) {
373 if (texture == null || !texture.isLoaded()) {
    [all...]
LoadingLayer.java 160 public boolean isLoaded() {
  /external/webkit/WebCore/css/
CSSFontFace.cpp 42 bool CSSFontFace::isLoaded() const
46 if (!m_sources[i]->isLoaded())
CSSFontFaceSource.cpp 78 bool CSSFontFaceSource::isLoaded() const
81 return m_font->isLoaded();
124 if (isLoaded()) {
CSSFontFaceSource.h 51 bool isLoaded() const;
CSSSegmentedFontFace.h 48 bool isLoaded() const;
CSSSegmentedFontFace.cpp 62 bool CSSSegmentedFontFace::isLoaded() const
66 if (!m_fontFaces[i]->isLoaded())
CSSFontFace.h 58 bool isLoaded() const;
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
MappedPlatformAddress.java 35 return OSMemory.isLoaded(osaddr, size);
OSMemory.java 521 public static native boolean isLoaded(int addr, long size);
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 72 public final boolean isLoaded() {
  /external/webkit/WebCore/loader/
CachedResource.h 117 bool isLoaded() const { return !m_loading; }
Cache.cpp 212 ASSERT(resource->isLoaded());
291 if (current->isLoaded() && current->decodedSize()) {
348 if (!current->hasClients() && !current->isPreloaded() && current->isLoaded()) {
  /external/webkit/WebCore/platform/gtk/
ClipboardGtk.cpp 136 if (!cachedImage || !cachedImage->isLoaded())
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.h 98 virtual bool isLoaded() const;

Completed in 3717 milliseconds

1 2