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

1 2 3 4 5

  /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/ui/gl/
gl_fence.h 18 static bool IsSupported();
gl_fence.cc 38 DCHECK_EQ(!!fence.get(), GLFence::IsSupported());
50 bool GLFence::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/quic/crypto/
chacha20_poly1305_decrypter.h 30 static bool IsSupported();
chacha20_poly1305_decrypter_openssl.cc 29 bool ChaCha20Poly1305Decrypter::IsSupported() { return true; }
chacha20_poly1305_encrypter.h 30 static bool IsSupported();
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/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViERenderer.java 24 if(useOpenGLES2 == true && ViEAndroidGLES20.IsSupported(context))
  /external/chromium_org/mojo/services/html_viewer/
webmimeregistry_impl.cc 27 blink::WebMimeRegistry::IsSupported :
34 blink::WebMimeRegistry::IsSupported :
45 ? WebMimeRegistry::IsSupported
53 blink::WebMimeRegistry::IsSupported :
86 return IsSupported;
108 blink::WebMimeRegistry::IsSupported :
  /external/chromium_org/tools/profile_chrome/
perf_controller_unittest.py 17 if not perf_controller.PerfProfilerController.IsSupported():
24 if not perf_controller.PerfProfilerController.IsSupported():
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
region_data_constants.h 29 static const bool IsSupported(const std::string& region_code);
  /external/chromium_org/third_party/webrtc/base/
windowpickerfactory.h 48 static bool IsSupported() {
windowpicker_unittest.cc 24 if (!rtc::WindowPickerFactory::IsSupported()) {
39 if (!rtc::WindowPickerFactory::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())
  /external/chromium_org/content/child/
simple_webmimeregistry_impl.cc 28 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
34 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
44 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
51 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
83 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
assert_matching_enums.cc 44 COMPILE_ASSERT_MATCHING_ENUM(blink::WebMimeRegistry::IsSupported,
45 net::IsSupported);

Completed in 1259 milliseconds

1 2 3 4 5