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

12

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DHRTFDatabaseLoader.cpp106 bool HRTFDatabaseLoader::isLoaded() function in class:blink::HRTFDatabaseLoader
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceSource.h45 virtual bool isLoaded() const { return true; } function in class:blink::CSSFontFaceSource
H A DCSSSegmentedFontFace.cpp177 bool CSSSegmentedFontFace::isLoaded() const function in class:blink::CSSSegmentedFontFace
H A DRemoteFontFaceSource.cpp47 return !m_font->stillNeedsLoad() && !m_font->isLoaded();
50 bool RemoteFontFaceSource::isLoaded() const function in class:blink::RemoteFontFaceSource
52 return m_font->isLoaded();
92 if (!isLoaded())
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleImage.h55 virtual bool isLoaded() const { return true; } function in class:blink::StyleImage
H A DStyleFetchedImage.cpp55 bool StyleFetchedImage::isLoaded() const function in class:blink::StyleFetchedImage
57 return m_image->isLoaded();
H A DStyleFetchedImageSet.cpp60 bool StyleFetchedImageSet::isLoaded() const function in class:blink::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:__anon31324
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/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/
H A DTemplateUrlService.java83 public boolean isLoaded() { method in class:TemplateUrlService
133 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/fonttools/Lib/fontTools/ttLib/
H A D__init__.py338 def isLoaded(self, tag): member in class:TTFont
344 if self.isLoaded(tag):
464 if self.isLoaded("cmap"):
634 if self.isLoaded(tag):
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py338 def isLoaded(self, tag): member in class:TTFont
344 if self.isLoaded(tag):
464 if self.isLoaded("cmap"):
634 if self.isLoaded(tag):
/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.h327 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) { argument
328 return isLoaded ? PPEntityID(-int(Index)-1) : PPEntityID(Index+1);
412 bool isLoaded = Position < 0; local
413 unsigned Index = isLoaded ?
415 PPEntityID ID = Self->getPPEntityID(Index, isLoaded);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.h158 bool isLoaded() const { return !m_loading; } // FIXME. Method name is inaccurate. Loading might not have started yet. function in class:blink::Resource
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp309 bool WebAXObject::isLoaded() const function in class:blink::WebAXObject
314 return m_private->isLoaded();
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp485 bool AXRenderObject::isLoaded() const function in class:blink::AXRenderObject
1502 if (isLoaded())
H A DAXObject.h371 virtual bool isLoaded() const { return false; } function in class:blink::AXObject
/external/chromium_org/ui/file_manager/gallery/js/
H A Dmosaic_mode.js585 if (!tile.isLoading(loadMode) && !tile.isLoaded(loadMode) && imageRect &&
598 if (!tile.isLoading() && !tile.isLoaded() && imageRect &&
1690 Mosaic.Tile.prototype.isLoaded = function(opt_loadMode) {
/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.c113236 int isLoaded; /* True if aDoclist/nDoclist are initialized. */ member in struct:Fts3Expr
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 777 milliseconds

12