OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuditCategoryImpl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditCategories.js
33
* @extends {WebInspector.
AuditCategoryImpl
}
36
WebInspector.
AuditCategoryImpl
.call(this, WebInspector.AuditCategories.PagePerformance.AuditCategoryName);
50
__proto__: WebInspector.
AuditCategoryImpl
.prototype
55
* @extends {WebInspector.
AuditCategoryImpl
}
58
WebInspector.
AuditCategoryImpl
.call(this, WebInspector.AuditCategories.NetworkUtilization.AuditCategoryName);
78
__proto__: WebInspector.
AuditCategoryImpl
.prototype
AuditsPanel.js
179
WebInspector.
AuditCategoryImpl
= function(displayName)
185
WebInspector.
AuditCategoryImpl
.prototype = {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionAPI.js
434
var AuditCategory = declareInterfaceClass(
AuditCategoryImpl
);
603
function
AuditCategoryImpl
(id)
Completed in 70 milliseconds