Home
last modified time | relevance | path

Searched defs:isAvailable (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/platform/
DAsyncFileSystem.cpp43 bool AsyncFileSystem::isAvailable() in isAvailable() function in WebCore::AsyncFileSystem
/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivateQt.h49 static bool isAvailable() { return true; } in isAvailable() function
DMediaPlayerPrivatePhonon.h136 static bool isAvailable() { return true; } in isAvailable() function
/external/skia/include/core/
DSkReader32.h48 bool isAvailable(uint32_t size) const { return fCurr + size <= fStop; } in isAvailable() function
/external/webkit/Source/WebCore/websockets/
DWebSocket.cpp90 bool WebSocket::isAvailable() in isAvailable() function in WebCore::WebSocket
/external/webkit/Source/WebKit/chromium/src/
DSharedWorkerRepository.cpp184 bool SharedWorkerRepository::isAvailable() in isAvailable() function in WebCore::SharedWorkerRepository
DAsyncFileSystemChromium.cpp48 bool AsyncFileSystem::isAvailable() in isAvailable() function in WebCore::AsyncFileSystem
/external/clang/tools/scan-view/
DReporter.py176 def isAvailable(): member in RadarReporter
/external/webkit/Source/WebCore/storage/
DAbstractDatabase.cpp157 bool AbstractDatabase::isAvailable() in isAvailable() function in WebCore::AbstractDatabase
/external/icu4c/test/intltest/
Dsvccoll.cpp574 UBool isAvailable; in TestSeparateTree() local
/external/webkit/Source/WebCore/workers/
DDefaultSharedWorkerRepository.cpp323 bool SharedWorkerRepository::isAvailable() in isAvailable() function in WebCore::SharedWorkerRepository
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeWin.cpp706 bool MediaPlayerPrivate::isAvailable() in isAvailable() function in WebCore::MediaPlayerPrivate
DMediaPlayerPrivateQuickTimeVisualContext.cpp1015 bool MediaPlayerPrivateQuickTimeVisualContext::isAvailable() in isAvailable() function in WebCore::MediaPlayerPrivateQuickTimeVisualContext
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayer.cpp659 bool MediaPlayer::isAvailable() in isAvailable() function in WebCore::MediaPlayer
/external/icu4c/i18n/
Ducol_res.cpp918 UBool* isAvailable, UErrorCode* status) in ucol_getFunctionalEquivalent()
Dcoll.cpp825 UBool& isAvailable, UErrorCode& status) { in getFunctionalEquivalent()
Ducol_sit.cpp568 UBool isAvailable = 0; in ucol_getShortDefinitionString() local
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.cpp183 bool MediaPlayerPrivateGStreamer::isAvailable() in isAvailable() function in WebCore::MediaPlayerPrivateGStreamer
/external/icu4c/test/cintltst/
Dcallcoll.c1274 UBool isAvailable; in TestJ5298() local
Dcmsccoll.c4488 UBool isAvailable; in TestSeparateTrees() local
/external/icu4c/common/
Duresbund.c2353 UBool *isAvailable, UBool omitDefault, UErrorCode *status) in ures_getFunctionalEquivalent()
/external/llvm/lib/CodeGen/
DVirtRegRewriter.cpp1603 bool isAvailable, MachineInstr *&LastStore, in SpillRegToStackSlot()