OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getactiveprofilermodules
(Results
1 - 11
of
11
) sorted by null
/external/webkit/WebKit/chromium/src/
ProfilerAgent.h
43
METHOD0(
getActiveProfilerModules
) \
51
/* Response to
getActiveProfilerModules
. */ \
ProfilerAgentImpl.cpp
38
void ProfilerAgentImpl::
getActiveProfilerModules
()
40
m_delegate->didGetActiveProfilerModules(v8::V8::
GetActiveProfilerModules
());
ProfilerAgentImpl.h
46
virtual void
getActiveProfilerModules
();
/external/v8/test/cctest/
test-log.cc
635
CHECK_EQ(v8::PROFILER_MODULE_NONE, Logger::
GetActiveProfilerModules
());
637
CHECK_EQ(v8::PROFILER_MODULE_CPU, Logger::
GetActiveProfilerModules
());
639
CHECK_EQ(v8::PROFILER_MODULE_NONE, Logger::
GetActiveProfilerModules
());
647
CHECK_EQ(v8::PROFILER_MODULE_NONE, Logger::
GetActiveProfilerModules
());
649
CHECK_EQ(v8::PROFILER_MODULE_CPU, Logger::
GetActiveProfilerModules
());
651
CHECK_EQ(v8::PROFILER_MODULE_NONE, Logger::
GetActiveProfilerModules
());
659
CHECK_EQ(v8::PROFILER_MODULE_NONE, Logger::
GetActiveProfilerModules
());
661
CHECK_EQ(v8::PROFILER_MODULE_CPU, Logger::
GetActiveProfilerModules
());
663
CHECK_EQ(v8::PROFILER_MODULE_CPU, Logger::
GetActiveProfilerModules
());
665
CHECK_EQ(v8::PROFILER_MODULE_CPU, Logger::
GetActiveProfilerModules
());
[
all
...]
/external/webkit/WebKit/chromium/src/js/
DevToolsHostStub.js
66
RemoteProfilerAgentStub.prototype.
getActiveProfilerModules
= function()
68
ProfilerStubHelper.GetInstance().
getActiveProfilerModules
();
146
ProfilerStubHelper.prototype.
getActiveProfilerModules
= function()
ProfilerAgent.js
138
this._getActiveProfilerModulesInterval = setInterval(function() { RemoteProfilerAgent.
getActiveProfilerModules
(); }, 1000);
/external/v8/src/
log.h
276
static int
GetActiveProfilerModules
();
log.cc
[
all
...]
api.cc
[
all
...]
/external/webkit/WebKit/chromium/
ChangeLog
381
(.RemoteProfilerAgentStub.prototype.
getActiveProfilerModules
):
391
(.ProfilerStubHelper.prototype.
getActiveProfilerModules
):
[
all
...]
/external/v8/include/
v8.h
[
all
...]
Completed in 101 milliseconds