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

1 2

  /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 29 bool IsStarted() const;
dev_tools_server.cc 179 bool DevToolsServer::IsStarted() const {
202 return reinterpret_cast<DevToolsServer*>(server)->IsStarted();
  /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 58 bool AudioCapturerLinux::IsStarted() {
audio_capturer_win.cc 205 DCHECK(IsStarted());
216 bool AudioCapturerWin::IsStarted() {
224 DCHECK(IsStarted());
  /external/chromium/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/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/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() {
  /art/runtime/mirror/
art_method-inl.h 141 DCHECK(!Runtime::Current()->IsStarted());
146 DCHECK(!Runtime::Current()->IsStarted());
151 DCHECK(!Runtime::Current()->IsStarted());
156 DCHECK(!Runtime::Current()->IsStarted());
161 DCHECK(!Runtime::Current()->IsStarted());
166 DCHECK(!Runtime::Current()->IsStarted());
171 DCHECK(!Runtime::Current()->IsStarted());
176 DCHECK(!Runtime::Current()->IsStarted());
art_field-inl.h 60 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
66 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
72 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
78 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
84 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
90 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
  /external/chromium_org/cc/test/
fake_proxy.cc 17 bool FakeProxy::IsStarted() const { return true; }
fake_proxy.h 26 virtual bool IsStarted() const OVERRIDE;
  /external/chromium_org/chrome/browser/invalidation/
ticl_invalidation_service.cc 174 if (!IsStarted() && IsReadyToStart()) {
181 if (IsStarted()) {
221 if (!IsStarted() && IsReadyToStart()) {
286 if (IsStarted()) {
319 bool TiclInvalidationService::IsStarted() {
377 if (IsStarted()) {
ticl_invalidation_service.h 96 bool IsStarted();
  /external/chromium_org/content/renderer/
websharedworker_proxy.cc 85 bool WebSharedWorkerProxy::IsStarted() {
96 if (!IsStarted()) {
119 bool WebSharedWorkerProxy::isStarted() {
120 return IsStarted();
131 DCHECK(!isStarted());
websharedworker_proxy.h 38 virtual bool isStarted();
59 bool 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 146 if (!was_permission_granted && IsStarted()) {
184 if (IsStarted())
211 if (IsStarted()) {
267 bool NetworkLocationProvider::IsStarted() const {
network_location_provider.h 91 bool IsStarted() const;

Completed in 899 milliseconds

1 2