Searched refs:SourceId (Results 1 – 11 of 11) sorted by relevance
/third_party/node/src/ |
D | node_win32_etw_provider.cc | 147 LPCGUID SourceId, in etw_events_enable_callback() argument
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 1459 ImGuiID SourceId; // Source item id member 1467 …void Clear() { SourceId = SourceParentId = 0; Data = NULL; DataSize = 0; memset(DataType, 0, si… in Clear()
|
D | imgui.cpp | 3367 if (g.DragDropActive && g.DragDropPayload.SourceId == g.ActiveId) in NewFrame() 3368 KeepAliveID(g.DragDropPayload.SourceId); in NewFrame() 8407 payload.SourceId = source_id; in BeginDragDropSource() 8464 …IM_ASSERT(payload.SourceId != 0); // Not called between BeginDragDro… in SetDragDropPayload() 8506 if (!IsMouseHoveringRect(bb.Min, bb.Max) || (id == g.DragDropPayload.SourceId)) in BeginDragDropTargetCustom() 8538 if (g.DragDropPayload.SourceId == id) in BeginDragDropTarget() 9324 …0x%08X, Payload \"%s\" (%d bytes)", g.DragDropActive, g.DragDropPayload.SourceId, g.DragDropPayloa… in ShowMetricsWindow()
|
D | imgui_widgets.cpp | 416 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 1466 ImGuiID SourceId; // Source item id member 1474 …void Clear() { SourceId = SourceParentId = 0; Data = NULL; DataSize = 0; memset(DataType, 0, si… in Clear()
|
D | imgui.cpp | 3432 if (g.DragDropActive && g.DragDropPayload.SourceId == g.ActiveId) in NewFrame() 3433 KeepAliveID(g.DragDropPayload.SourceId); in NewFrame() 8558 payload.SourceId = source_id; in BeginDragDropSource() 8615 …IM_ASSERT(payload.SourceId != 0); // Not called between BeginDragDro… in SetDragDropPayload() 8657 if (!IsMouseHoveringRect(bb.Min, bb.Max) || (id == g.DragDropPayload.SourceId)) in BeginDragDropTargetCustom() 8689 if (g.DragDropPayload.SourceId == id) in BeginDragDropTarget() 9486 …0x%08X, Payload \"%s\" (%d bytes)", g.DragDropActive, g.DragDropPayload.SourceId, g.DragDropPayloa… in ShowMetricsWindow()
|
D | imgui_widgets.cpp | 418 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 2015 ImGuiID SourceId; // Source item id member 2023 …void Clear() { SourceId = SourceParentId = 0; Data = NULL; DataSize = 0; memset(DataType, 0, si… in Clear()
|
D | imgui.cpp | 4016 if (g.DragDropActive && g.DragDropPayload.SourceId == g.ActiveId) in NewFrame() 4017 KeepAliveID(g.DragDropPayload.SourceId); in NewFrame() 10204 payload.SourceId = source_id; in BeginDragDropSource() 10209 if (payload.SourceId == g.ActiveId) in BeginDragDropSource() 10263 …IM_ASSERT(payload.SourceId != 0); // Not called between BeginDragDro… in SetDragDropPayload() 10306 if (!IsMouseHoveringRect(bb.Min, bb.Max) || (id == g.DragDropPayload.SourceId)) in BeginDragDropTargetCustom() 10339 if (g.DragDropPayload.SourceId == id) in BeginDragDropTarget() 11558 …0x%08X, Payload \"%s\" (%d bytes)", g.DragDropActive, g.DragDropPayload.SourceId, g.DragDropPayloa… in ShowMetricsWindow()
|
D | imgui_widgets.cpp | 518 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 53860 + const std::string& SourceId() const {
|