Searched refs:isAvailable (Results 1 - 25 of 73) sorted by relevance

123

/external/webkit/Source/WebCore/bindings/generic/
H A DRuntimeEnabledFeatures.cpp72 return isFileSystemEnabled && AsyncFileSystem::isAvailable();
89 return MediaPlayer::isAvailable();
94 return MediaPlayer::isAvailable();
99 return MediaPlayer::isAvailable();
104 return MediaPlayer::isAvailable();
109 return MediaPlayer::isAvailable();
114 return MediaPlayer::isAvailable();
122 return SharedWorkerRepository::isAvailable();
129 return WebSocket::isAvailable();
136 return AbstractDatabase::isAvailable();
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExtensionsTable.java111 boolean isAvailable = false;
118 isAvailable = extNS.isFunctionAvailable(funcName);
120 return isAvailable;
135 boolean isAvailable = false;
141 isAvailable = extNS.isElementAvailable(elemName);
143 return isAvailable;
/external/webkit/Source/WebCore/workers/
H A DSharedWorkerRepository.h52 static bool isAvailable();
H A DWorkerContext.cpp295 if (!securityOrigin()->canAccessDatabase() || !AbstractDatabase::isAvailable()) {
314 if (!securityOrigin()->canAccessDatabase() || !AbstractDatabase::isAvailable()) {
355 if (!AsyncFileSystem::isAvailable() || !securityOrigin()->canAccessFileSystem()) {
372 if (!AsyncFileSystem::isAvailable() || !securityOrigin()->canAccessFileSystem()) {
391 if (!AsyncFileSystem::isAvailable() || !securityOrigin()->canAccessFileSystem() || !securityOrigin()->canRequest(completedURL)) {
410 if (!AsyncFileSystem::isAvailable() || !securityOrigin()->canAccessFileSystem() || !securityOrigin()->canRequest(completedURL)) {
/external/webkit/Source/WebCore/platform/
H A DAsyncFileSystem.cpp43 bool AsyncFileSystem::isAvailable() function in class:WebCore::AsyncFileSystem
H A DAsyncFileSystem.h62 static bool isAvailable();
/external/chromium/chrome/browser/resources/
H A Dtranslate.js20 if (lib.isAvailable()) {
/external/skia/tests/
H A DReader32Test.cpp24 REPORTER_ASSERT(reporter, reader.isAvailable(reader.size()));
25 REPORTER_ASSERT(reporter, !reader.isAvailable(reader.size() + 1));
33 REPORTER_ASSERT(reporter, !reader.isAvailable(1));
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DMediaPlayerPrivateWinCE.h103 static bool isAvailable();
/external/clang/include/clang/Basic/
H A DModule.h175 bool isAvailable() const { return IsAvailable; } function in class:clang::Module
188 bool isAvailable(const LangOptions &LangOpts,
/external/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp105 if (SU->isAvailable) return; // All preds scheduled.
108 if (OnlyAvailablePred == 0 || !OnlyAvailablePred->isAvailable) return;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp177 SUnits[i].isAvailable = true;
191 PendingQueue[i]->isAvailable = true;
/external/webkit/Source/WebKit/chromium/src/
H A DWebRuntimeFeatures.cpp53 return AbstractDatabase::isAvailable();
117 return WebSocket::isAvailable();
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.h136 static bool isAvailable() { return true; } function in class:WebCore::MediaPlayerPrivatePhonon
H A DMediaPlayerPrivateQt.h49 static bool isAvailable() { return true; } function in class:WebCore::MediaPlayerPrivateQt
/external/webkit/Source/WebCore/storage/
H A DAbstractDatabase.h51 static bool isAvailable();
/external/webkit/Source/WebCore/websockets/
H A DWebSocket.h54 static bool isAvailable();
/external/icu4c/common/
H A Duresimp.h156 * @param isAvailable If non-null, pointer to fillin parameter that indicates whether the
167 UBool *isAvailable, UBool omitDefault, UErrorCode *status);
/external/skia/include/core/
H A DSkReader32.h39 bool isAvailable(uint32_t size) const { return fCurr + size <= fStop; } function in class:SkReader32
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundationObjC.h70 static bool isAvailable();
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.h133 static bool isAvailable();
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.h143 static bool isAvailable();
/external/clang/tools/scan-view/
H A DReporter.py176 def isAvailable(): member in class:RadarReporter
244 if RadarReporter.isAvailable():
/external/clang/lib/Basic/
H A DModule.cpp33 if (!Parent->isAvailable())
68 Module::isAvailable(const LangOptions &LangOpts, const TargetInfo &Target, function in class:Module
/external/icu4c/test/intltest/
H A Dsvccoll.cpp574 UBool isAvailable; local
577 isAvailable, ec);
580 assertTrue("getFunctionalEquivalent(de).isAvailable==TRUE",
581 isAvailable == TRUE);
585 isAvailable, ec);
588 assertTrue("getFunctionalEquivalent(de_DE).isAvailable==TRUE",
589 isAvailable == TRUE);

Completed in 2837 milliseconds

123