HomeSort by relevance Sort by last modified time
    Searched defs:canEmulate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
OverridesSupport.js 284 canEmulate: function()
286 return !!this._target && this._target.canEmulate();
294 return this.canEmulate() && this.settings._emulationEnabled.get();
302 if (this.canEmulate()) {
Target.js 28 this.pageAgent().canEmulate(this._initializeCapability.bind(this, WebInspector.Target.Capabilities.CanEmulate, null));
44 CanEmulate: "CanEmulate"
194 canEmulate: function()
196 return this.hasCapability(WebInspector.Target.Capabilities.CanEmulate);

Completed in 148 milliseconds