Searched refs:IsAvailable (Results 76 - 100 of 118) sorted by relevance

12345

/external/clang/include/clang/Basic/
H A DModule.h122 /// If any of these requirements are not available, the \c IsAvailable bit
133 unsigned IsAvailable : 1;
295 bool isAvailable() const { return IsAvailable; }
/external/chromium_org/media/base/android/
H A Dmedia_drm_bridge.cc239 if (!MediaDrmBridge::IsAvailable())
256 bool MediaDrmBridge::IsAvailable() { function in class:media::MediaDrmBridge
262 DCHECK(IsAvailable());
269 if (!IsAvailable())
349 if (!IsAvailable())
H A Dmedia_codec_bridge.h54 // All other static methods check IsAvailable() internally. There's no need
55 // to check IsAvailable() explicitly before calling them.
56 static bool IsAvailable();
H A Dmedia_drm_bridge.h41 // All other static methods check IsAvailable() internally. There's no need
42 // to check IsAvailable() explicitly before calling them.
43 static bool IsAvailable();
/external/chromium_org/ppapi/tests/
H A Dtest_udp_socket.cc54 bool tcp_socket_is_available = pp::TCPSocket::IsAvailable();
58 bool udp_socket_is_available = pp::UDPSocket::IsAvailable();
62 bool net_address_is_available = pp::NetAddress::IsAvailable();
H A Dtest_net_address.cc51 return NetAddress::IsAvailable();
H A Dtest_network_monitor.cc45 if (!pp::NetworkMonitor::IsAvailable())
/external/chromium_org/native_client_sdk/src/examples/api/socket/
H A Decho_server.cc36 if (!pp::TCPSocket::IsAvailable()) {
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
H A Decho_server.cc37 if (!pp::TCPSocket::IsAvailable()) {
/external/chromium_org/ppapi/cpp/private/
H A Dflash_clipboard.cc36 bool Clipboard::IsAvailable() { function in class:pp::flash::Clipboard
H A Dnet_address_private.cc31 bool NetAddressPrivate::IsAvailable() { function in class:pp::NetAddressPrivate
H A Dpdf.cc24 bool PDF::IsAvailable() { function in class:pp::PDF
H A Dflash.cc80 bool Flash::IsAvailable() { function in class:pp::flash::Flash
H A Dtcp_socket_private.cc50 bool TCPSocketPrivate::IsAvailable() { function in class:pp::TCPSocketPrivate
/external/chromium_org/ppapi/cpp/
H A Dtcp_socket.cc55 bool TCPSocket::IsAvailable() { function in class:pp::TCPSocket
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_menu_observer.cc73 bool use_suggestions = SpellingServiceClient::IsAvailable(
151 bool use_spelling_service = SpellingServiceClient::IsAvailable(
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A Dmessages.properties34 RSSFeedAddEntryTask.IsAvailable=is available
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dib.cpp125 if (pPlatform->m_GdiplusExt.IsAvailable()) {
162 if (pPlatform->m_GdiplusExt.IsAvailable()) {
/external/chromium_org/chrome/browser/ui/views/
H A Doutdated_upgrade_bubble_view.cc76 bool OutdatedUpgradeBubbleView::IsAvailable() { function in class:OutdatedUpgradeBubbleView
/external/chromium_org/extensions/browser/api/declarative/
H A Ddeclarative_api.cc129 ExtensionAPI::GetSharedInstance()->IsAvailable(
/external/chromium_org/extensions/renderer/
H A Dscript_context.cc149 return ExtensionAPI::GetSharedInstance()->IsAvailable(
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusFont.h198 Font::IsAvailable() const function in class:Font
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.cc153 if (OutdatedUpgradeBubbleView::IsAvailable()) {
778 if (OutdatedUpgradeBubbleView::IsAvailable()) {
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_service.cc311 if (SpellingServiceClient::IsAvailable(
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_request.cc306 if (spdy_session && spdy_session->IsAvailable()) {

Completed in 370 milliseconds

12345