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:onIdle
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/tools/sk_app/win/
H
A
D
main_win.cpp
76
// Ensure that call
onIdle
at least once per WM_PAINT, or mouse events can
in main_common()
79
app->
onIdle
();
in main_common()
85
app->
onIdle
();
in main_common()
/third_party/skia/tools/sk_app/
H
A
D
Application.h
19
virtual void
onIdle
() = 0;
/third_party/skia/tools/sk_app/android/
H
A
D
main_android.cpp
61
vkApp->
onIdle
();
in android_main()
H
A
D
surface_glue_android.cpp
227
skiaAndroidApp->fApp->
onIdle
();
in pthread_main()
/third_party/skia/example/
H
A
D
HelloWorld.h
21
void
onIdle
() override;
H
A
D
HelloWorld.cpp
107
void HelloWorld::
onIdle
() {
in onIdle()
function in HelloWorld
/third_party/skia/tools/sk_app/unix/
H
A
D
main_unix.cpp
81
app->
onIdle
();
in main()
/third_party/skia/experimental/sktext/editor/
H
A
D
App.cpp
47
void
onIdle
() override {
/third_party/skia/tools/viewer/
H
A
D
Viewer.h
37
void
onIdle
() override;
H
A
D
Viewer.cpp
2847
void Viewer::
onIdle
() {
in onIdle()
function in Viewer
/third_party/skia/modules/skplaintexteditor/app/
H
A
D
editor_application.cpp
404
void
onIdle
() override {
Completed in 8 milliseconds