Searched defs:IsSupported (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/plugins/
H A Dplugin_data_remover_helper.cc12 bool PluginDataRemoverHelper::IsSupported(PluginPrefs* plugin_prefs) { function in class:PluginDataRemoverHelper
/external/chromium_org/remoting/host/
H A Daudio_capturer_mac.cc10 bool AudioCapturer::IsSupported() { function in class:remoting::AudioCapturer
H A Daudio_capturer_linux.cc78 bool AudioCapturer::IsSupported() { function in class:remoting::AudioCapturer
H A Daudio_capturer_win.cc277 bool AudioCapturer::IsSupported() { function in class:remoting::AudioCapturer
/external/chromium_org/net/quic/crypto/
H A Dchacha20_poly1305_decrypter_openssl.cc29 bool ChaCha20Poly1305Decrypter::IsSupported() { return true; } function in class:net::ChaCha20Poly1305Decrypter
H A Dchacha20_poly1305_encrypter_openssl.cc29 bool ChaCha20Poly1305Encrypter::IsSupported() { return true; } function in class:net::ChaCha20Poly1305Encrypter
H A Dchacha20_poly1305_decrypter_nss.cc35 bool ChaCha20Poly1305Decrypter::IsSupported() { function in class:net::ChaCha20Poly1305Decrypter
59 bool ChaCha20Poly1305Decrypter::IsSupported() {
H A Dchacha20_poly1305_encrypter_nss.cc35 bool ChaCha20Poly1305Encrypter::IsSupported() { function in class:net::ChaCha20Poly1305Encrypter
59 bool ChaCha20Poly1305Encrypter::IsSupported() {
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_constraints.cc19 bool IsSupported(const WebString& constraint) { function in namespace:content::__anon7879
25 return IsSupported(constraint) || constraint == "valid_but_unsupported_1" ||
38 if (!IsSupported(curr.m_name) || curr.m_value != "1") {
/external/chromium_org/net/base/
H A Dmime_util.h106 IsSupported, enumerator in enum:net::SupportsType
115 // * Returns IsSupported if the |mime_type| is supported and all the codecs
/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_fetcher_factory.cc26 DCHECK(IsSupported());
37 if (IsSupported()) {
47 bool DhcpProxyScriptFetcherFactory::IsSupported() { function in class:net::DhcpProxyScriptFetcherFactory
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMimeRegistry.h42 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported }; enumerator in enum:blink::WebMimeRegistry::SupportsType
/external/chromium_org/third_party/webrtc/base/
H A Dwindowpickerfactory.h48 static bool IsSupported() { function in class:rtc::WindowPickerFactory
/external/chromium_org/ui/gl/
H A Dgl_fence.cc38 DCHECK_EQ(!!fence.get(), GLFence::IsSupported());
50 bool GLFence::IsSupported() { function in class:gfx::GLFence
/external/chromium_org/build/android/pylib/perf/
H A Dthermal_throttle.py16 def IsSupported(device): member in class:OmapThrottlingDetector
43 def IsSupported(device): member in class:ExynosThrottlingDetector
82 if OmapThrottlingDetector.IsSupported(device):
84 elif ExynosThrottlingDetector.IsSupported(device):
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dregion_data_constants.cc1438 const bool RegionDataConstants::IsSupported(const std::string& region_code) { function in class:i18n::addressinput::RegionDataConstants
/external/chromium_org/tools/profile_chrome/
H A Dperf_controller.py106 def IsSupported(): member in class:PerfProfilerController
/external/chromium_org/crypto/
H A Dec_private_key_openssl.cc89 bool ECPrivateKey::IsSupported() { return true; } function in class:crypto::ECPrivateKey
H A Dec_private_key_nss.cc85 bool ECPrivateKey::IsSupported() { function in class:crypto::ECPrivateKey
/external/chromium_org/remoting/protocol/
H A Dsession_config.cc98 bool CandidateSessionConfig::IsSupported( function in class:remoting::protocol::CandidateSessionConfig
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector.h78 bool IsSupported(CpuFeature feature) const { function in class:v8::internal::compiler::FINAL
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java298 // IsSupported
300 public static boolean IsSupported(Context context) { method in class:ViEAndroidGLES20
/external/chromium_org/third_party/webrtc/video/
H A Dcall.cc40 bool RtpExtension::IsSupported(const std::string& name) { function in class:webrtc::RtpExtension
/external/eigen/Eigen/src/Core/
H A DAssign_MKL.h41 { enum { IsSupported = 0 }; }; enumerator in enum:Eigen::internal::vml_call::__anon20504
60 MightEnableVml = vml_call<UnaryOp>::IsSupported && StorageOrdersAgree && DstHasDirectAccess && SrcHasDirectAccess
145 enum { IsSupported = 1 }; \
154 enum { IsSupported = 1 }; \
164 enum { IsSupported = 1 }; \
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCheckedInt.h74 struct IsSupported struct in namespace:blink::detail
80 struct IsSupported<int8_t> struct in namespace:blink::detail
84 struct IsSupported<uint8_t> struct in namespace:blink::detail
88 struct IsSupported<int16_t> struct in namespace:blink::detail
92 struct IsSupported<uint16_t> struct in namespace:blink::detail
96 struct IsSupported<int32_t> struct in namespace:blink::detail
100 struct IsSupported<uint32_t> struct in namespace:blink::detail
104 struct IsSupported<int64_t> struct in namespace:blink::detail
108 struct IsSupported<uint64_t> struct in namespace:blink::detail
399 IsSupported<typenam
[all...]

Completed in 586 milliseconds

12