Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsVisible (0.11 sec)

  1. src/internal/trace/traceviewer/static/trace_viewer_full.html

    this.maybeUpdateSelectedRow_();},maybeUpdateSelectedRow_(){if(this.selectedTableRowInfo_===undefined)return;function isVisible(rowInfo){if(!rowInfo.htmlNode)return false;return!!rowInfo.htmlNode.parentElement;}
    if(isVisible(this.selectedTableRowInfo_)){this.updateSelectedState_();return;}
    this.removeSelectedState_();let curRowInfo=this.selectedTableRowInfo_;while(curRowInfo&&!isVisible(curRowInfo)){curRowInfo=curRowInfo.parentRowInfo;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top