Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_win32_etw_provider.cc147 LPCGUID SourceId, in etw_events_enable_callback() argument
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1459 ImGuiID SourceId; // Source item id member
1467 …void Clear() { SourceId = SourceParentId = 0; Data = NULL; DataSize = 0; memset(DataType, 0, si… in Clear()
Dimgui.cpp3367 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()
Dimgui_widgets.cpp416 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()
/third_party/mesa3d/src/imgui/
Dimgui.h1466 ImGuiID SourceId; // Source item id member
1474 …void Clear() { SourceId = SourceParentId = 0; Data = NULL; DataSize = 0; memset(DataType, 0, si… in Clear()
Dimgui.cpp3432 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()
Dimgui_widgets.cpp418 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()
/third_party/skia/third_party/externals/imgui/
Dimgui.h2015 ImGuiID SourceId; // Source item id member
2023 …void Clear() { SourceId = SourceParentId = 0; Data = NULL; DataSize = 0; memset(DataType, 0, si… in Clear()
Dimgui.cpp4016 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()
Dimgui_widgets.cpp518 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch53860 + const std::string& SourceId() const {