Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.h181 void styleAttributeInvalidated(const WillBeHeapVector<RawPtrWillBeMember<Element> >& elements);
DInspectorDOMAgent.cpp217 m_domAgent->styleAttributeInvalidated(elements); in onTimer()
1968 void InspectorDOMAgent::styleAttributeInvalidated(const WillBeHeapVector<RawPtrWillBeMember<Element… in styleAttributeInvalidated() function in blink::InspectorDOMAgent