HomeSort by relevance Sort by last modified time
    Searched defs:IsStarted (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/remoting/host/
ipc_audio_capturer.cc 35 bool IpcAudioCapturer::IsStarted() {
audio_capturer_linux.cc 55 bool AudioCapturerLinux::IsStarted() {
audio_capturer_win.cc 205 DCHECK(IsStarted());
216 bool AudioCapturerWin::IsStarted() {
224 DCHECK(IsStarted());
  /external/chromium_org/build/android/pylib/
screenshot.py 60 def IsStarted(self):
  /external/chromium_org/cc/test/
fake_proxy.cc 13 bool FakeProxy::IsStarted() const { return true; }
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
sample_profiler.py 23 def IsStarted():
30 util.WaitFor(IsStarted, 120)
  /external/chromium_org/v8/src/base/platform/
elapsed-timer.h 24 DCHECK(!IsStarted());
29 DCHECK(IsStarted());
35 DCHECK(IsStarted());
40 DCHECK(!IsStarted());
44 bool IsStarted() const {
56 DCHECK(IsStarted());
61 DCHECK(IsStarted());
68 DCHECK(IsStarted());
78 DCHECK(IsStarted());
  /external/chromium_org/android_webview/native/
aw_dev_tools_server.cc 127 bool AwDevToolsServer::IsStarted() const {
  /external/chromium_org/chrome/browser/android/
dev_tools_server.cc 224 bool DevToolsServer::IsStarted() const {
247 return reinterpret_cast<DevToolsServer*>(server)->IsStarted();
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_converter.cc 119 DCHECK(!IsStarted());
152 bool DriveAppConverter::IsStarted() const {
  /external/chromium_org/components/gcm_driver/
fake_gcm_driver.cc 50 bool FakeGCMDriver::IsStarted() const {
gcm_driver_android.cc 122 bool GCMDriverAndroid::IsStarted() const {
gcm_driver_desktop.cc 568 bool GCMDriverDesktop::IsStarted() const {
  /external/chromium_org/sdch/open-vcdiff/src/
testing.h 71 CHECK(!IsStarted());
83 CHECK(IsStarted());
96 inline bool IsStarted() {
119 CHECK(!IsStarted());
131 CHECK(IsStarted());
144 inline bool IsStarted() {
  /external/chromium_org/tools/telemetry/telemetry/core/
webpagereplay.py 154 def IsStarted(self):
206 util.WaitFor(self.IsStarted, 30)
  /external/chromium_org/components/invalidation/
ticl_invalidation_service.cc 76 if (IsStarted()) {
178 if (IsStarted()) {
211 if (!IsStarted() && IsReadyToStart()) {
250 if (!IsStarted() && IsReadyToStart())
257 if (IsStarted())
265 if (IsStarted()) {
335 bool TiclInvalidationService::IsStarted() const {
414 if (IsStarted()) {
sync_system_resources.cc 304 bool SyncSystemResources::IsStarted() const {
  /external/chromium_org/content/browser/geolocation/
network_location_provider.cc 152 if (!was_permission_granted && IsStarted()) {
187 if (IsStarted())
224 if (IsStarted()) {
272 bool NetworkLocationProvider::IsStarted() const {
  /external/chromium_org/content/renderer/media/
webrtc_audio_renderer.cc 311 bool WebRtcAudioRenderer::IsStarted() const {
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 77 bool SingleThreadProxy::IsStarted() const {
thread_proxy.cc 145 bool ThreadProxy::IsStarted() const {
    [all...]
  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device.cc 250 bool IsStarted() const;
546 bool WebContentsCaptureMachine::IsStarted() const {
555 DCHECK(!IsStarted());
569 // IsStarted() to return true from now on.
580 if (!IsStarted()) {
585 // The following cancels any outstanding callbacks and causes IsStarted() to
741 if (IsStarted()) {
  /art/runtime/
runtime.h 170 bool IsStarted() const {

Completed in 699 milliseconds