Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorResourceAgent.h113 void willRecalculateStyle(Document*);
DInspectorTimelineAgent.h177 bool willRecalculateStyle(Document*);
DInspectorResourceAgent.cpp483 void InspectorResourceAgent::willRecalculateStyle(Document*) in willRecalculateStyle() function in WebCore::InspectorResourceAgent
DInspectorInstrumentation.idl248 InspectorInstrumentationCookie willRecalculateStyle([Keep] Document*);
DInspectorTimelineAgent.cpp532 bool InspectorTimelineAgent::willRecalculateStyle(Document* document) in willRecalculateStyle() function in WebCore::InspectorTimelineAgent
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp1641 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRecalculateStyle(this); in recalcStyle()