Searched refs:requestChildNodes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.h121 virtual void requestChildNodes(ErrorString*, int nodeId, const int* depth) OVERRIDE;
H A DInspectorDOMAgent.cpp621 void InspectorDOMAgent::requestChildNodes(ErrorString* errorString, int nodeId, const int* depth) function in class:blink::InspectorDOMAgent
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DDOMModel.js412 this._agent.requestChildNodes(this.id, undefined, mycallback.bind(this));
431 this._agent.requestChildNodes(this.id, depth, mycallback.bind(this));

Completed in 751 milliseconds