Searched refs:InspectorFrontendHostAPI (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js205 function InspectorFrontendHostAPI() {} class
206 InspectorFrontendHostAPI.prototype.platform = function() {}
207 InspectorFrontendHostAPI.prototype.port = function() {}
208 InspectorFrontendHostAPI.prototype.bringToFront = function() {}
209 InspectorFrontendHostAPI.prototype.closeWindow = function() {}
210 InspectorFrontendHostAPI.prototype.requestSetDockSide = function(dockSide) {}
211 InspectorFrontendHostAPI.prototype.setAttachedWindowHeight = function(height) {}
212 InspectorFrontendHostAPI.prototype.moveWindowBy = function(x, y) {}
213 InspectorFrontendHostAPI.prototype.setInjectedScriptForOrigin = function(origin, script) {}
214 InspectorFrontendHostAPI
[all...]

Completed in 41 milliseconds