Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.cpp1948 Vector<String> pathTokens; in nodeForPath() local
1949 path.split(",", false, pathTokens); in nodeForPath()
1950 if (!pathTokens.size()) in nodeForPath()
1952 for (size_t i = 0; i < pathTokens.size() - 1; i += 2) { in nodeForPath()
1954 unsigned childNumber = pathTokens[i].toUInt(&success); in nodeForPath()
1961 String childName = pathTokens[i + 1]; in nodeForPath()