OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsStarted
(Results
1 - 25
of
54
) sorted by null
1
2
3
/external/chromium_org/v8/src/platform/
elapsed-timer.h
47
ASSERT(!
IsStarted
());
52
ASSERT(
IsStarted
());
58
ASSERT(
IsStarted
());
63
ASSERT(!
IsStarted
());
67
bool
IsStarted
() const {
79
ASSERT(
IsStarted
());
84
ASSERT(
IsStarted
());
91
ASSERT(
IsStarted
());
101
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;
/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
191
if (!
IsStarted
() && IsReadyToStart()) {
249
if (!
IsStarted
() && IsReadyToStart()) {
259
if (
IsStarted
()) {
294
if (
IsStarted
()) {
329
bool TiclInvalidationService::
IsStarted
() {
387
if (
IsStarted
()) {
ticl_invalidation_service.h
97
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
();
56
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
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;
/external/chromium_org/content/renderer/media/
webrtc_audio_renderer.h
53
bool
IsStarted
() const;
/external/chromium_org/v8/src/
counters.h
259
return Enabled() && timer_.
IsStarted
();
283
if (timer_->timer()->
IsStarted
() && allow_nesting) {
Completed in 184 milliseconds
1
2
3