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

/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.cpp999 String InspectorDOMAgent::documentURLString(Document* document) const function in class:WebCore::InspectorDOMAgent
1052 value->setString("documentURL", documentURLString(frameOwner->contentDocument()));
1056 value->setString("documentURL", documentURLString(document));

Completed in 103 milliseconds