Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:popup_ref
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/imgui/
H
A
D
imgui.cpp
4910
ImGuiPopupRef&
popup_ref
= g.OpenPopupStack[g.BeginPopupStack.Size];
in Begin()
local
4911
window_just_activated_by_user |= (window->PopupId !=
popup_ref
.PopupId); // We recycle popups so treat window as activated if popup id changed
in Begin()
4912
window_just_activated_by_user |= (window !=
popup_ref
.Window);
in Begin()
4924
ImGuiPopupRef&
popup_ref
= g.OpenPopupStack[g.BeginPopupStack.Size];
in Begin()
local
4925
popup_ref
.Window = window;
in Begin()
4926
g.BeginPopupStack.push_back(
popup_ref
);
in Begin()
4927
window->PopupId =
popup_ref
.PopupId;
in Begin()
6761
ImGuiPopupRef
popup_ref
; // Tagged as new ref as Window will be set back to NULL if we write this into OpenPopupStack.
in OpenPopupEx()
local
6762
popup_ref
.PopupId = id;
in OpenPopupEx()
6763
popup_ref
in OpenPopupEx()
[all...]
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui.cpp
5797
ImGuiPopupData&
popup_ref
= g.OpenPopupStack[g.BeginPopupStack.Size];
in Begin()
local
5798
window_just_activated_by_user |= (window->PopupId !=
popup_ref
.PopupId); // We recycle popups so treat window as activated if popup id changed
in Begin()
5799
window_just_activated_by_user |= (window !=
popup_ref
.Window);
in Begin()
5840
ImGuiPopupData&
popup_ref
= g.OpenPopupStack[g.BeginPopupStack.Size];
in Begin()
local
5841
popup_ref
.Window = window;
in Begin()
5842
g.BeginPopupStack.push_back(
popup_ref
);
in Begin()
5843
window->PopupId =
popup_ref
.PopupId;
in Begin()
8330
ImGuiPopupData
popup_ref
; // Tagged as new ref as Window will be set back to NULL if we write this into OpenPopupStack.
in OpenPopupEx()
8331
popup_ref
.PopupId = id;
in OpenPopupEx()
8332
popup_ref
in OpenPopupEx()
[all...]
Completed in 30 milliseconds