Home | History | Annotate | Download | only in inspector

Lines Matching refs:querySelector

489 void InspectorDOMAgent::querySelector(ErrorString* errorString, int nodeId, const String& selectors, int* elementId)
497 RefPtr<Element> element = node->querySelector(selectors, ec);