Searched refs:didUpdateRegionLayout (Results 1 – 4 of 4) sorted by relevance
128 void didUpdateRegionLayout(Document*, NamedFlow*);
128 void didUpdateRegionLayout([Keep] Document*, NamedFlow*);
805 void InspectorCSSAgent::didUpdateRegionLayout(Document* document, NamedFlow* namedFlow) in didUpdateRegionLayout() function in WebCore::InspectorCSSAgent
498 InspectorInstrumentation::didUpdateRegionLayout(&document(), m_namedFlow.get()); in dispatchRegionLayoutUpdateEvent()