Searched refs:IsAvailable (Results 1 - 25 of 118) sorted by relevance

12345

/external/chromium_org/ppapi/cpp/
H A Dnetwork_proxy.h25 static bool IsAvailable();
H A Dnetwork_monitor.h26 static bool IsAvailable();
H A Dnetwork_monitor.cc40 bool NetworkMonitor::IsAvailable() { function in class:pp::NetworkMonitor
H A Dnetwork_proxy.cc21 bool NetworkProxy::IsAvailable() { function in class:pp::NetworkProxy
H A Dhost_resolver.h63 static bool IsAvailable();
H A Dnet_address.h67 static bool IsAvailable();
H A Dnetwork_list.h25 static bool IsAvailable();
/external/chromium_org/tools/win/split_link/
H A Dcheck_installed.py9 def IsAvailable(): function
34 if IsAvailable():
/external/chromium_org/ppapi/cpp/private/
H A Duma_private.cc33 bool UMAPrivate::IsAvailable() { function in class:pp::UMAPrivate
42 if (!IsAvailable())
54 if (!IsAvailable())
64 if (!IsAvailable())
72 if (!IsAvailable())
H A Dflash_font_file.h29 static bool IsAvailable();
H A Dflash_message_loop.h22 static bool IsAvailable();
H A Dx509_certificate_private.h24 static bool IsAvailable();
H A Dflash_message_loop.cc35 bool MessageLoop::IsAvailable() { function in class:pp::flash::MessageLoop
H A Dhost_resolver_private.h27 static bool IsAvailable();
H A Dtcp_server_socket_private.h22 static bool IsAvailable();
H A Dflash_font_file.cc41 bool FontFile::IsAvailable() { function in class:pp::flash::FontFile
H A Dudp_socket_private.h23 static bool IsAvailable();
H A Duma_private.h23 static bool IsAvailable();
H A Dflash_file.h25 static bool IsAvailable();
60 static bool IsAvailable();
/external/chromium_org/base/allocator/
H A Dtype_profiler.h32 static bool IsAvailable();
H A Dtype_profiler.cc56 bool InterceptFunctions::IsAvailable() { function in class:base::type_profiler::InterceptFunctions
/external/chromium_org/content/browser/devtools/
H A Ddevtools_power_handler.cc60 if (PowerProfilerService::GetInstance()->IsAvailable()) {
71 if (PowerProfilerService::GetInstance()->IsAvailable()) {
85 PowerProfilerService::GetInstance()->IsAvailable());
93 if (PowerProfilerService::GetInstance()->IsAvailable()) {
/external/chromium_org/ppapi/cpp/dev/
H A Dprinting_dev.h37 static bool IsAvailable();
H A Dvideo_capture_dev.h27 static bool IsAvailable();
/external/chromium_org/net/spdy/
H A Dspdy_session_pool_unittest.cc199 EXPECT_TRUE(session1->IsAvailable());
201 EXPECT_TRUE(session2->IsAvailable());
203 EXPECT_TRUE(session3->IsAvailable());
208 EXPECT_TRUE(session1->IsAvailable());
210 EXPECT_TRUE(session2->IsAvailable());
212 EXPECT_TRUE(session3->IsAvailable());
221 EXPECT_TRUE(session1->IsAvailable());
223 EXPECT_TRUE(session2->IsAvailable());
225 EXPECT_TRUE(session3->IsAvailable());
233 EXPECT_TRUE(session2->IsAvailable());
[all...]

Completed in 1511 milliseconds

12345