OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSupported
(Results
1 - 25
of
147
) sorted by null
1
2
3
4
5
6
/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
15
if (!talk_base::WindowPickerFactory::
IsSupported
()) {
30
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/webkit/glue/
simple_webmimeregistry_impl.cc
27
WebMimeRegistry::
IsSupported
: WebMimeRegistry::IsNotSupported;
33
WebMimeRegistry::
IsSupported
: WebMimeRegistry::IsNotSupported;
40
WebMimeRegistry::
IsSupported
: WebMimeRegistry::IsNotSupported;
64
WebMimeRegistry::
IsSupported
: WebMimeRegistry::IsNotSupported;
/external/chromium_org/media/audio/win/
audio_device_listener_win_unittest.cc
33
if (!CoreAudioUtil::
IsSupported
())
68
if (!CoreAudioUtil::
IsSupported
())
87
if (!CoreAudioUtil::
IsSupported
())
/external/chromium_org/build/android/pylib/perf/
thermal_throttle.py
14
def
IsSupported
(adb):
38
def
IsSupported
(adb):
70
if OmapThrottlingDetector.
IsSupported
(adb):
72
elif ExynosThrottlingDetector.
IsSupported
(adb):
/external/chromium_org/net/quic/crypto/
aes_128_gcm_12_decrypter.h
40
static bool
IsSupported
();
/external/chromium_org/third_party/WebKit/public/platform/
WebMimeRegistry.h
41
enum SupportsType { IsNotSupported,
IsSupported
, MayBeSupported };
/external/chromium_org/v8/src/arm/
cpu-arm.cc
50
return CpuFeatures::
IsSupported
(VFP3);
/external/chromium_org/v8/src/mips/
cpu-mips.cc
56
return CpuFeatures::
IsSupported
(FPU);
Completed in 259 milliseconds
1
2
3
4
5
6