OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetIdle
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/inspector/
v8-inspector-impl.cc
256
void V8InspectorImpl::idleStarted() { m_isolate->
SetIdle
(true); }
258
void V8InspectorImpl::idleFinished() { m_isolate->
SetIdle
(false); }
/external/v8/include/
v8-profiler.h
341
V8_DEPRECATED("Use Isolate::
SetIdle
(bool) instead.",
342
void
SetIdle
(bool is_idle));
[
all
...]
v8.h
[
all
...]
/external/v8/src/
isolate.h
[
all
...]
api.cc
[
all
...]
isolate.cc
[
all
...]
Completed in 6273 milliseconds