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

1 2

  /external/chromium_org/chrome/browser/plugins/
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_linux.cc 78 bool AudioCapturer::IsSupported() {
audio_capturer_win.cc 277 bool AudioCapturer::IsSupported() {
  /external/chromium_org/content/shell/renderer/test_runner/
mock_constraints.cc 19 bool IsSupported(const WebString& constraint) {
25 return IsSupported(constraint) || constraint == "valid_but_unsupported_1" ||
38 if (!IsSupported(curr.m_name) || curr.m_value != "1") {
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_factory.cc 26 DCHECK(IsSupported());
37 if (IsSupported()) {
47 bool DhcpProxyScriptFetcherFactory::IsSupported() {
  /external/chromium_org/net/quic/crypto/
chacha20_poly1305_decrypter_openssl.cc 29 bool ChaCha20Poly1305Decrypter::IsSupported() { return true; }
chacha20_poly1305_encrypter_openssl.cc 29 bool ChaCha20Poly1305Encrypter::IsSupported() { return true; }
chacha20_poly1305_decrypter_nss.cc 35 bool ChaCha20Poly1305Decrypter::IsSupported() {
59 bool ChaCha20Poly1305Decrypter::IsSupported() {
chacha20_poly1305_encrypter_nss.cc 35 bool ChaCha20Poly1305Encrypter::IsSupported() {
59 bool ChaCha20Poly1305Encrypter::IsSupported() {
  /external/chromium_org/third_party/WebKit/public/platform/
WebMimeRegistry.h 41 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported };
  /external/chromium_org/third_party/libjingle/source/talk/base/
windowpickerfactory.h 65 static bool IsSupported() {
  /external/chromium_org/third_party/webrtc/base/
windowpickerfactory.h 48 static bool IsSupported() {
  /external/chromium_org/ui/gl/
gl_fence.cc 38 DCHECK_EQ(!!fence.get(), GLFence::IsSupported());
50 bool GLFence::IsSupported() {
  /external/chromium_org/build/android/pylib/perf/
thermal_throttle.py 16 def IsSupported(device):
45 def IsSupported(device):
84 if OmapThrottlingDetector.IsSupported(device):
86 elif ExynosThrottlingDetector.IsSupported(device):
  /external/chromium_org/crypto/
ec_private_key_openssl.cc 84 bool ECPrivateKey::IsSupported() { return true; }
ec_private_key_nss.cc 85 bool ECPrivateKey::IsSupported() {
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
region_data_constants.cc     [all...]
  /external/chromium_org/tools/android/adb_profile_chrome/
perf_controller.py 107 def IsSupported():
  /external/chromium_org/remoting/protocol/
session_config.cc 105 bool CandidateSessionConfig::IsSupported(
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 41 { enum { IsSupported = 0 }; };
60 MightEnableVml = vml_call<UnaryOp>::IsSupported && StorageOrdersAgree && DstHasDirectAccess && SrcHasDirectAccess
145 enum { IsSupported = 1 }; \
154 enum { IsSupported = 1 }; \
164 enum { IsSupported = 1 }; \
  /libcore/luni/src/test/java/tests/org/w3c/dom/
IsSupported.java 12 * The "feature" parameter in the isSupported(feature,version)" method is the
19 * "isSupported(feature,version)" method is invoked with "feature" equal to
28 public final class IsSupported extends DOMTestCase {
63 state = rootNode.isSupported("XXX", "1.0");
72 state = rootNode.isSupported("XML", "9.0");
81 state = rootNode.isSupported("xml", "1.0");
90 state = rootNode.isSupported("core", "2.0");
99 state = rootNode.isSupported("xml", "2.0");
108 state = rootNode.isSupported("XML", "");
117 state = rootNode.isSupported("XML", "1.0")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
CheckedInt.h 75 struct IsSupported
81 struct IsSupported<int8_t>
85 struct IsSupported<uint8_t>
89 struct IsSupported<int16_t>
93 struct IsSupported<uint16_t>
97 struct IsSupported<int32_t>
101 struct IsSupported<uint32_t>
105 struct IsSupported<int64_t>
109 struct IsSupported<uint64_t>
400 IsSupported<typename TwiceBiggerType<T>::Type>::value
    [all...]
  /external/chromium_org/media/audio/win/
core_audio_util_win.cc 153 bool CoreAudioUtil::IsSupported() {
201 DCHECK(IsSupported());
229 DCHECK(IsSupported());
251 DCHECK(IsSupported());
285 DCHECK(IsSupported());
292 DCHECK(IsSupported());
311 DCHECK(IsSupported());
344 DCHECK(IsSupported());
425 DCHECK(IsSupported());
441 DCHECK(IsSupported());
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 298 // IsSupported
300 public static boolean IsSupported(Context context) {

Completed in 560 milliseconds

1 2