Searched defs:InspectorInstrumentation (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorInstrumentation.h71 class InspectorInstrumentation { class in namespace:WebCore
317 inline void InspectorInstrumentation::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world)
325 inline void InspectorInstrumentation::inspectedPageDestroyed(Page* page)
333 inline void InspectorInstrumentation::willInsertDOMNode(Document* document, Node* node, Node* parent)
341 inline void InspectorInstrumentation::didInsertDOMNode(Document* document, Node* node)
349 inline void InspectorInstrumentation::willRemoveDOMNode(Document* document, Node* node)
359 inline void InspectorInstrumentation::willModifyDOMAttr(Document* document, Element* element)
367 inline void InspectorInstrumentation::didModifyDOMAttr(Document* document, Element* element)
375 inline void InspectorInstrumentation::didInvalidateStyleAttr(Document* document, Node* node)
383 inline void InspectorInstrumentation
[all...]

Completed in 40 milliseconds