Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/
DInspectorDOMAgent.cpp496 ScriptArray attributesValue = m_frontend->newScriptArray(); in buildArrayForElementAttributes() local
500 return attributesValue; in buildArrayForElementAttributes()
506 attributesValue.set(index++, attribute->name().toString()); in buildArrayForElementAttributes()
507 attributesValue.set(index++, attribute->value()); in buildArrayForElementAttributes()
509 return attributesValue; in buildArrayForElementAttributes()