OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createTimerInstallData
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.h
61
static PassRefPtr<JSONObject>
createTimerInstallData
(int timerId, int timeout, bool singleShot);
TimelineRecordFactory.cpp
98
PassRefPtr<JSONObject> TimelineRecordFactory::
createTimerInstallData
(int timerId, int timeout, bool singleShot)
InspectorTimelineAgent.cpp
670
appendRecord(TimelineRecordFactory::
createTimerInstallData
(timerId, timeout, singleShot), TimelineRecordType::TimerInstall, true, frameForExecutionContext(context));
[
all
...]
Completed in 29 milliseconds