Searched refs:IsSupported (Results 1 - 25 of 115) sorted by relevance

12345

/external/chromium_org/chrome/browser/plugins/
H A Dplugin_data_remover_helper.h12 // Like PluginDataRemover::IsSupported, but checks that the returned plugin
14 static bool IsSupported(PluginPrefs* plugin_prefs);
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.h24 static bool IsSupported();
/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
H A Ddhcp_proxy_script_fetcher_factory_unittest.cc31 TEST(DhcpProxyScriptFetcherFactoryTest, IsSupported) {
33 ASSERT_TRUE(DhcpProxyScriptFetcherFactory::IsSupported());
35 ASSERT_FALSE(DhcpProxyScriptFetcherFactory::IsSupported());
H A Ddhcp_proxy_script_fetcher_factory.h47 // if |IsSupported()| returns false.
53 // false if |IsSupported()| is false.
58 static bool 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/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.h30 static bool IsSupported();
H A Dchacha20_poly1305_encrypter.h30 static bool IsSupported();
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/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViERenderer.java24 if(useOpenGLES2 == true && ViEAndroidGLES20.IsSupported(context))
/external/chromium_org/ui/gl/
H A Dgl_fence.h18 static bool IsSupported();
H A Dgl_fence.cc38 DCHECK_EQ(!!fence.get(), GLFence::IsSupported());
50 bool GLFence::IsSupported() { function in class:gfx::GLFence
/external/chromium_org/mojo/services/html_viewer/
H A Dwebmimeregistry_impl.cc27 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/
H A Dperf_controller_unittest.py17 if not perf_controller.PerfProfilerController.IsSupported():
24 if not perf_controller.PerfProfilerController.IsSupported():
/external/chromium_org/media/audio/win/
H A Daudio_device_listener_win_unittest.cc33 if (!CoreAudioUtil::IsSupported())
68 if (!CoreAudioUtil::IsSupported())
87 if (!CoreAudioUtil::IsSupported())
/external/chromium_org/content/child/
H A Dsimple_webmimeregistry_impl.cc28 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
34 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
44 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
51 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
83 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
H A Dassert_matching_enums.cc44 COMPILE_ASSERT_MATCHING_ENUM(blink::WebMimeRegistry::IsSupported,
45 net::IsSupported);
/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.h29 static const bool IsSupported(const std::string& region_code);
/external/chromium_org/third_party/webrtc/base/
H A Dwindowpickerfactory.h48 static bool IsSupported() { function in class:rtc::WindowPickerFactory

Completed in 1625 milliseconds

12345