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:kHome
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/tools/skui/
H
A
D
Key.h
12
kHome
, //!< the home key - added to match android
member in skui::Key
/third_party/gn/src/base/
H
A
D
environment.h
20
extern const char
kHome
[];
H
A
D
environment.cc
133
const char
kHome
[] = "HOME";
member
/third_party/skia/modules/skplaintexteditor/app/
H
A
D
editor_application.cpp
67
case skui::Key::
kHome
: return Editor::Movement::
kHome
;
in convert()
325
case skui::Key::
kHome
:
/third_party/skia/experimental/sktext/editor/
H
A
D
Editor.cpp
79
} else if (key == skui::Key::
kHome
) {
in moveCursor()
220
case skui::Key::
kHome
:
in onKey()
/third_party/skia/modules/skplaintexteditor/include/
H
A
D
editor.h
68
kHome
,
member in SkPlainTextEditor::Editor::Movement
/third_party/skia/tools/viewer/
H
A
D
ImGuiLayer.cpp
52
io.KeyMap[ImGuiKey_Home] = (int)skui::Key::
kHome
;
in ImGuiLayer()
/third_party/skia/tools/sk_app/unix/
H
A
D
Window_unix.cpp
209
{ XK_Home, skui::Key::
kHome
},
in get_key()
/third_party/skia/tools/sk_app/win/
H
A
D
Window_win.cpp
141
{ VK_HOME, skui::Key::
kHome
},
in get_key()
/third_party/skia/modules/skplaintexteditor/src/
H
A
D
editor.cpp
325
case Editor::Movement::
kHome
:
in move()
Completed in 7 milliseconds