Home
last modified time | relevance | path

Searched refs:flowHash (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCSSNamedFlowCollectionsView.js123 var flowHash = this._hashNamedFlow(flow.documentNodeId, flow.name);
124 var flowContainer = { flow: flow, flowHash: flowHash }; property
127 this._contentNodes[flow.content[i]] = flowHash;
129 this._regionNodes[flow.regions[i].nodeId] = flowHash;
132 flowTreeItem.onselect = this._selectNamedFlowTab.bind(this, flowHash);
135 this._namedFlows[flowHash] = flowContainer;
145 _removeNamedFlow: function(flowHash) argument
147 var flowContainer = this._namedFlows[flowHash];
149 if (this._tabbedPane._tabsById[flowHash])
150 this._tabbedPane.closeTab(flowHash);
[all …]