Lines Matching refs:function
12 function DetailsView(tabHandlesContainerId,
37 DetailsView.prototype.setData = function(currentData) {
46 DetailsView.createSortedCopy_ = function(origArray) {
48 sortedArray.sort(function(a, b) {
61 function DetailsSubView(boxId) {
68 DetailsSubView.prototype.setData = function(sourceEntries) {
79 DetailsSubView.prototype.repaint = function() {
84 DetailsSubView.prototype.show = function(isVisible) {
100 function DetailsLogView(boxId) {
106 DetailsLogView.prototype.repaint = function() {
117 function DetailsTimelineView(boxId) {
123 DetailsTimelineView.prototype.repaint = function() {