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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/skia/src/lazy/
SkPurgeableMemoryBlock_common.cpp 11 SkASSERT(IsSupported());
12 if (!IsSupported()) {
SkPurgeableMemoryBlock.h 19 static bool IsSupported();
  /external/skia/src/lazy/
SkPurgeableMemoryBlock_common.cpp 11 SkASSERT(IsSupported());
12 if (!IsSupported()) {
SkPurgeableMemoryBlock.h 19 static bool IsSupported();
  /external/chromium_org/chrome/browser/plugins/
plugin_data_remover_helper.h 12 // Like PluginDataRemover::IsSupported, but checks that the returned plugin
14 static bool IsSupported(PluginPrefs* plugin_prefs);
plugin_data_remover_helper.cc 12 bool PluginDataRemoverHelper::IsSupported(PluginPrefs* plugin_prefs) {
  /external/chromium_org/remoting/host/
audio_capturer_mac.cc 10 bool AudioCapturer::IsSupported() {
audio_capturer.h 24 static bool IsSupported();
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_factory.cc 26 DCHECK(IsSupported());
37 if (IsSupported()) {
47 bool DhcpProxyScriptFetcherFactory::IsSupported() {
dhcp_proxy_script_fetcher_factory.h 47 // if |IsSupported()| returns false.
53 // false if |IsSupported()| is false.
58 static bool IsSupported();
dhcp_proxy_script_fetcher_factory_unittest.cc 31 TEST(DhcpProxyScriptFetcherFactoryTest, IsSupported) {
33 ASSERT_TRUE(DhcpProxyScriptFetcherFactory::IsSupported());
35 ASSERT_FALSE(DhcpProxyScriptFetcherFactory::IsSupported());
  /external/chromium_org/third_party/libjingle/source/talk/base/
windowpickerfactory.h 65 static bool IsSupported() {
windowpicker_unittest.cc 13 if (!talk_base::WindowPickerFactory::IsSupported()) {
27 if (!talk_base::WindowPickerFactory::IsSupported()) {
  /external/chromium_org/third_party/skia/src/ports/
SkPurgeableMemoryBlock_none.cpp 10 bool SkPurgeableMemoryBlock::IsSupported() {
  /external/chromium_org/v8/src/ia32/
cpu-ia32.cc 50 return CpuFeatures::IsSupported(SSE2);
  /external/skia/src/ports/
SkPurgeableMemoryBlock_none.cpp 10 bool SkPurgeableMemoryBlock::IsSupported() {
  /external/v8/src/ia32/
cpu-ia32.cc 50 return CpuFeatures::IsSupported(SSE2);
  /external/chromium/webkit/glue/
simple_webmimeregistry_impl.cc 35 return WebMimeRegistry::IsSupported;
42 return WebMimeRegistry::IsSupported;
49 return WebMimeRegistry::IsSupported;
74 return IsSupported;
84 return IsSupported;
91 return WebMimeRegistry::IsSupported;
  /external/chromium_org/media/audio/win/
audio_device_listener_win_unittest.cc 33 if (!CoreAudioUtil::IsSupported())
68 if (!CoreAudioUtil::IsSupported())
87 if (!CoreAudioUtil::IsSupported())
core_audio_util_win.cc 146 bool CoreAudioUtil::IsSupported() {
194 DCHECK(IsSupported());
222 DCHECK(IsSupported());
232 DCHECK(IsSupported());
267 DCHECK(IsSupported());
286 DCHECK(IsSupported());
321 DCHECK(IsSupported());
337 DCHECK(IsSupported());
355 DCHECK(IsSupported());
374 DCHECK(IsSupported());
    [all...]
  /external/chromium_org/net/tools/quic/
quic_client_session_test.cc 51 if (!Aes128Gcm12Encrypter::IsSupported()) {
60 if (!Aes128Gcm12Encrypter::IsSupported()) {
80 if (!Aes128Gcm12Encrypter::IsSupported()) {
  /external/chromium_org/net/quic/
quic_crypto_client_stream_test.cc 81 if (!Aes128Gcm12Encrypter::IsSupported()) {
91 if (!Aes128Gcm12Encrypter::IsSupported()) {
102 if (!Aes128Gcm12Encrypter::IsSupported()) {
117 if (!Aes128Gcm12Encrypter::IsSupported()) {
133 if (!Aes128Gcm12Encrypter::IsSupported()) {
155 if (!Aes128Gcm12Encrypter::IsSupported()) {
quic_client_session_test.cc 58 if (!Aes128Gcm12Encrypter::IsSupported()) {
67 if (!Aes128Gcm12Encrypter::IsSupported()) {
88 if (!Aes128Gcm12Encrypter::IsSupported()) {
117 if (!Aes128Gcm12Encrypter::IsSupported()) {
quic_crypto_server_stream_test.cc 108 if (!Aes128Gcm12Encrypter::IsSupported()) {
118 if (!Aes128Gcm12Encrypter::IsSupported()) {
133 if (!Aes128Gcm12Encrypter::IsSupported()) {
206 if (!Aes128Gcm12Encrypter::IsSupported()) {
220 if (!Aes128Gcm12Encrypter::IsSupported()) {
233 if (!Aes128Gcm12Encrypter::IsSupported()) {
249 if (!Aes128Gcm12Encrypter::IsSupported()) {
  /external/chromium_org/webkit/glue/
simple_webmimeregistry_impl.cc 27 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
33 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
40 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
70 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;

Completed in 1519 milliseconds

1 2 3 4 5 6 7