OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPUTask
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.h
94
extern const char
GPUTask
[];
InspectorTimelineAgent.cpp
131
const char
GPUTask
[] = "
GPUTask
";
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js
54
GPUTask
: "
GPUTask
",
TimelinePanel.js
761
if (record.type === WebInspector.TimelineModel.RecordType.
GPUTask
) {
[
all
...]
TimelinePresentationModel.js
240
WebInspector.TimelinePresentationModel._hiddenRecords[WebInspector.TimelineModel.RecordType.
GPUTask
] = 1;
[
all
...]
Completed in 764 milliseconds