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

1 2 3

  /external/chromium_org/v8/src/platform/
elapsed-timer.h 24 ASSERT(!IsStarted());
29 ASSERT(IsStarted());
35 ASSERT(IsStarted());
40 ASSERT(!IsStarted());
44 bool IsStarted() const {
56 ASSERT(IsStarted());
61 ASSERT(IsStarted());
68 ASSERT(IsStarted());
78 ASSERT(IsStarted());
  /external/chromium_org/android_webview/native/
aw_dev_tools_server.h 31 bool IsStarted() const;
  /external/chromium_org/chrome/browser/android/
dev_tools_server.h 31 bool IsStarted() const;
  /external/chromium_org/remoting/host/
audio_capturer.h 35 virtual bool IsStarted() = 0;
ipc_audio_capturer.h 28 virtual bool IsStarted() OVERRIDE;
audio_capturer_linux.h 38 virtual bool IsStarted() OVERRIDE;
ipc_audio_capturer.cc 35 bool IpcAudioCapturer::IsStarted() {
audio_capturer_win.h 31 virtual bool IsStarted() OVERRIDE;
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/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/forwarders/
do_nothing_forwarder.py 28 def IsStarted():
30 util.WaitFor(IsStarted, 10)
  /external/chromium_org/cc/test/
fake_proxy.cc 13 bool FakeProxy::IsStarted() const { return true; }
fake_proxy.h 25 virtual bool IsStarted() const OVERRIDE;
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_converter.h 38 bool IsStarted() const;
  /external/chromium_org/components/gcm_driver/
fake_gcm_driver.cc 41 bool FakeGCMDriver::IsStarted() const {
fake_gcm_driver.h 31 virtual bool IsStarted() const OVERRIDE;
gcm_driver_android.h 52 virtual bool IsStarted() const OVERRIDE;
  /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()) {
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
sample_profiler.py 23 def IsStarted():
30 util.WaitFor(IsStarted, 120)
  /external/chromium_org/cc/trees/
proxy.h 53 virtual bool IsStarted() const = 0;
  /external/chromium_org/content/browser/geolocation/
network_location_provider.cc 151 if (!was_permission_granted && IsStarted()) {
187 if (IsStarted())
223 if (IsStarted()) {
271 bool NetworkLocationProvider::IsStarted() const {
network_location_provider.h 91 bool IsStarted() const;
  /art/runtime/mirror/
art_field-inl.h 67 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
77 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
87 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
97 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
107 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
117 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service_unittest.cc 206 EXPECT_FALSE(driver()->IsStarted());
209 EXPECT_TRUE(driver()->IsStarted());
218 EXPECT_TRUE(driver()->IsStarted());

Completed in 342 milliseconds

1 2 3