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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DResourcesPanel.js1865 var tooltipString = keyPathString !== null ? (WebInspector.UIString("Key path: ") + keyPathString) : ""; variable
1867 tooltipString += "\n" + WebInspector.UIString("autoIncrement");
1868 this.tooltip = tooltipString

Completed in 127 milliseconds