Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.cpp568 void InspectorDOMAgent::pushChildNodesToFrontend(int nodeId, int depth) in pushChildNodesToFrontend() function in blink::InspectorDOMAgent
585 pushChildNodesToFrontend(childNodeId, depth); in pushChildNodesToFrontend()
636 pushChildNodesToFrontend(nodeId, sanitizedDepth); in requestChildNodes()
717 pushChildNodesToFrontend(nodeId); in pushNodePathToFrontend()
837 pushChildNodesToFrontend(*newId); in setNodeName()
881 pushChildNodesToFrontend(newId); in setOuterHTML()
2017 pushChildNodesToFrontend(hostId, 1); in didPushShadowRoot()
2057 pushChildNodesToFrontend(parentId, 1); in pseudoElementCreated()
DInspectorDOMAgent.h240 void pushChildNodesToFrontend(int nodeId, int depth = 1);