HomeSort by relevance Sort by last modified time
    Searched full:placard (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/inspector/front-end/
CallStackSidebarPane.js 59 var placard = new WebInspector.Placard(title, subtitle);
60 placard.callFrame = callFrame;
61 placard.element.addEventListener("click", this._placardSelected.bind(this, placard), false);
63 function didGetSourceLine(placard, sourceFileId, lineNumber)
65 if (placard.subtitle)
66 placard.subtitle += ":" + (lineNumber + 1);
68 placard.subtitle = WebInspector.UIString("line %d", lineNumber + 1);
69 placard._text = WebInspector.UIString("%s() at %s", placard.title, placard.subtitle)
    [all...]
Placard.js 26 WebInspector.Placard = function(title, subtitle)
29 this.element.className = "placard";
30 this.element.placard = this;
46 WebInspector.Placard.prototype = {
WebKit.qrc 69 <file>Placard.js</file>
inspector.css 1251 .placard {
1259 .placard:nth-of-type(2n) {
1263 .placard.selected {
1270 :focus .placard.selected {
1275 body.inactive .placard.selected {
1280 .placard .title {
1287 .placard.selected .title {
1292 .placard .subtitle {
1302 .placard.selected .subtitle {
1306 .placard .subtitle a
    [all...]
inspector.html 55 <script type="text/javascript" src="Placard.js"></script>
  /external/libvorbis/examples/
frameview.pl 460 # place a legend placard;
  /external/webkit/Source/WebCore/
WebCore.gypi     [all...]

Completed in 3206 milliseconds