/third_party/skia/tools/debugger/ |
D | DebugLayerManager.cpp | 22 void DebugLayerManager::setCommand(int nodeId, int frame, int command) { in setCommand() 39 void DebugLayerManager::storeSkPicture(int nodeId, int frame, sk_sp<SkPicture> picture, in storeSkPicture() 69 void DebugLayerManager::drawLayerEventTo(SkSurface* surface, const int nodeId, const int frame) { in drawLayerEventTo() 75 sk_sp<SkImage> DebugLayerManager::getLayerAsImage(const int nodeId, const int frame) { in getLayerAsImage() 115 DebugLayerManager::DrawEventSummary DebugLayerManager::event(int nodeId, int frame) const { in event() 179 DebugCanvas* DebugLayerManager::getEventDebugCanvas(int nodeId, int frame) { in getEventDebugCanvas()
|
D | DebugLayerManager.h | 89 int nodeId; member 119 int nodeId; // the render node id of the layer which was drawn to. member
|
D | DrawCommand.cpp | 1328 const int nodeId, in DrawImageRectLayerCommand()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_helper.cc | 20 void OsrAXTree::EraseNode(int nodeId) { in EraseNode() 76 int nodeId = CastToInt(locationChangeDict->GetValue("id")); in UpdateAccessibilityLocation() local 149 int nodeId = CastToInt(update->GetValue("node_id_to_clear")); in UpdateLayout() local 190 int nodeId = CastToInt(node->GetValue("id")); in UpdateLayout() local 204 int nodeId = CastToInt(update->GetValue("root_id")); in UpdateLayout() local 214 int nodeId) { in UpdateFocusedNode()
|
D | osr_accessibility_node.cc | 15 int nodeId, in OsrAXNode() 167 int nodeId, in CreateNode()
|
D | osr_accessibility_helper.h | 26 void SetRootNodeId(int nodeId) { root_node_id_ = nodeId; } in SetRootNodeId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | Solution.h | 38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() 45 unsigned getSelection(GraphBase::NodeId nodeId) const { in getSelection()
|
/third_party/node/deps/v8/tools/turbolizer/src/ |
D | text-view.ts | 133 const nodeId = anyToString(anyNodeId); constant 159 for (const nodeId of nodeIds) { constant 160 const blockId = this.nodeIdToBlockId[nodeId]; constant 202 for (const nodeId of view.selection.selectedKeys()) { constant
|
D | source-resolver.ts | 47 nodeId: number; property 249 for (const [nodeId, scriptOffset] of Object.entries<number>(map)) { constant 255 for (const [nodeId, sourcePosition] of Object.entries<SourcePosition>(map)) { constant 284 for (const nodeId of nodeIdsForPosition) { constant 293 for (const nodeId of nodeIds) { constant 294 const sp = this.nodePositionMap[nodeId]; constant 415 for (const [nodeId, range] of Object.entries<[number, number]>(nodeIdToInstructionRange)) { constant 427 const X = this.nodeIdToInstructionRange[nodeId]; constant 553 for (const [nodeId, range] of this.nodeIdToInstructionRange.entries()) { constant
|
D | schedule-view.ts | 97 const nodeId = createElement("div", "node-id tag clickable", node.id); constant
|
/third_party/skia/src/pdf/ |
D | SkPDFTag.cpp | 145 for (int nodeId : nodeIds) { in appendNodeIdArray() local 163 for (int nodeId : node.fAdditionalNodeIds) { in Copy() local 190 int SkPDFTagTree::createMarkIdForNodeId(int nodeId, unsigned pageIndex) { in createMarkIdForNodeId() 210 int SkPDFTagTree::createStructParentKeyForNodeId(int nodeId, unsigned pageIndex) { in createStructParentKeyForNodeId() 301 void SkPDFTagTree::addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pag… in addNodeAnnotation() 353 int nodeId = fParentTreeAnnotationNodeIds[j]; in makeStructTreeRoot() local
|
D | SkPDFTag.h | 41 int nodeId; member
|
D | SkPDFDocument.cpp | 529 int SkPDFDocument::createMarkIdForNodeId(int nodeId) { in createMarkIdForNodeId() 533 int SkPDFDocument::createStructParentKeyForNodeId(int nodeId) { in createStructParentKeyForNodeId()
|
D | SkPDFDevice.cpp | 73 ScopedOutputMarkedContentTags(int nodeId, SkPDFDocument* document, SkDynamicMemoryWStream* out) in ScopedOutputMarkedContentTags()
|
/third_party/jsframework/runtime/vdom/ |
D | Node.ts | 115 public get nodeId() { method in Node 119 public set nodeId(newNodeId: string) { method in Node
|
/third_party/skia/experimental/wasm-skp-debugger/ |
D | debugger_bindings.cpp | 326 void setInspectedLayer(int nodeId) { in setInspectedLayer()
|
/third_party/typescript/src/compiler/ |
D | binder.ts | 28 const nodeId = getNodeId(node); constant
|
D | emitter.ts | 5196 const nodeId = getNodeId(node); constant
|
D | checker.ts | 44277 const nodeId = node.id || 0; constant
|