Searched refs:rootId (Results 1 – 3 of 3) sorted by relevance
122 int rootId = nativeGetRootId(mNativeObj); in createAccessibilityNodeInfo() local125 return createNodeForHost(rootId); in createAccessibilityNodeInfo()136 if (virtualViewId == rootId) { in createAccessibilityNodeInfo()355 private AccessibilityNodeInfo createNodeForHost(int rootId) { in createNodeForHost() argument383 result.addChild(mView, rootId); in createNodeForHost()434 int rootId = nativeGetRootId(mNativeObj); in handleContentChanged() local435 if (rootId != mCurrentRootId) { in handleContentChanged()436 mCurrentRootId = rootId; in handleContentChanged()
1299 _shadowRootPopped: function(hostId, rootId) argument1304 var root = this._idToDOMNode[rootId];1824 shadowRootPopped: function(hostId, rootId) argument1826 this._domModel._shadowRootPopped(hostId, rootId);
2027 int rootId = m_documentNodeToIdMap->get(root); in willPopShadowRoot() local2028 if (hostId && rootId) in willPopShadowRoot()2029 m_frontend->shadowRootPopped(hostId, rootId); in willPopShadowRoot()