OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newFlow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
NamedFlowCollection.cpp
81
RefPtr<NamedFlow>
newFlow
= NamedFlow::create(this, flowName);
82
m_namedFlows.add(
newFlow
.get());
84
InspectorInstrumentation::didCreateNamedFlow(document(),
newFlow
.get());
86
return
newFlow
.release();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSNamedFlowView.js
130
set flow(
newFlow
)
132
this._update(
newFlow
);
245
* @param {!WebInspector.NamedFlow}
newFlow
247
_update: function(
newFlow
)
249
this._mergeContentNodes(this._flow.content,
newFlow
.content);
250
this._mergeRegions(this._flow.regions,
newFlow
.regions);
252
this._flow =
newFlow
;
Completed in 71 milliseconds