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

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
loupe.js 33 function Loupe()
35 this._node = $('loupe');
47 $('expected-loupe').addEventListener('click', handleLoupeClick);
48 $('actual-loupe').addEventListener('click', handleLoupeClick);
49 $('diff-loupe').addEventListener('click', handleLoupeClick);
52 $('loupe-close').addEventListener('click', hide);
55 Loupe.prototype._handleOutputClick = function(event)
61 Loupe.prototype._handleLoupeClick = function(event)
70 Loupe.prototype.hide = function()
75 Loupe.prototype._showFor = function(x, y
    [all...]
main.js 47 var loupe; variable
60 loupe = new Loupe();
325 loupe.hide();

Completed in 38 milliseconds