Home
last modified time | relevance | path

Searched refs:onKey (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/tools/sk_app/
DWindow.cpp47 bool Window::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in sk_app::Window
48 return this->signalLayers([=](Layer* layer) { return layer->onKey(key, state, modifiers); }); in onKey()
DWindow.h105 virtual bool onKey(skui::Key, skui::InputState, skui::ModifierKey) { return false; } in onKey() function
129 bool onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers);
DCommandSet.h44 bool onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers);
DCommandSet.cpp37 bool CommandSet::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in sk_app::CommandSet
/third_party/skia/experimental/sktext/editor/
DEditor.h44 bool onKey(skui::Key, skui::InputState, skui::ModifierKey) override;
DEditor.cpp203 bool Editor::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in skia::editor::Editor
/third_party/skia/tools/sk_app/win/
DWindow_win.cpp253 eventHandled = window->onKey(get_key(wParam), skui::InputState::kDown, in WndProc()
259 eventHandled = window->onKey(get_key(wParam), skui::InputState::kUp, in WndProc()
/third_party/skia/tools/sk_app/android/
Dsurface_glue_android.cpp169 … skiaAndroidApp->fWindow->onKey(it->second, skui::InputState::kDown, skui::ModifierKey::kNone); in message_callback()
170 … skiaAndroidApp->fWindow->onKey(it->second, skui::InputState::kUp, skui::ModifierKey::kNone); in message_callback()
/third_party/skia/tools/sk_app/mac/
DWindow_mac.mm353 (void) fWindow->onKey(cur.key, state, modifiers);
377 if (!fWindow->onKey(key, skui::InputState::kDown, modifiers)) {
401 (void) fWindow->onKey(key, skui::InputState::kUp, modifiers);
/third_party/skia/tools/sk_app/unix/
DWindow_unix.cpp300 if (!this->onKey(key, skui::InputState::kDown, get_modifiers(event))) { in handleEvent()
318 (void) this->onKey(key, skui::InputState::kUp, in handleEvent()
/third_party/skia/tools/viewer/
DImGuiLayer.h131 bool onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) override;
DViewer.h45 bool onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) override;
DImGuiLayer.cpp221 bool ImGuiLayer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in ImGuiLayer
DViewer.cpp3048 bool Viewer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in Viewer
3049 return fCommands.onKey(key, state, modifiers); in onKey()
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp302 bool onKey(skui::Key key, in onKey() function
/third_party/typescript/src/compiler/
Dprogram.ts3997 …function createDiagnosticForOptionPaths(onKey: boolean, key: string, message: DiagnosticMessage, a…
4003 pathProp.initializer, onKey, key, /*key2*/ undefined,
4051 …function createDiagnosticForOption(onKey: boolean, option1: string, option2: string | undefined, m…
4054 …OptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, option2,…
4077 …onDiagnosticInObjectLiteralSyntax(objectLiteral: ObjectLiteralExpression, onKey: boolean, key1: st…
4080 …mDiagnostics.add(createDiagnosticForNodeInSourceFile(options.configFile!, onKey ? prop.name : prop…
/third_party/typescript/lib/
Dtsc.js103267 function createDiagnosticForOptionPaths(onKey, key, message, arg0) { argument
103273 …createOptionDiagnosticInObjectLiteralSyntax(pathProp.initializer, onKey, key, undefined, message, …
103311 function createDiagnosticForOption(onKey, option1, option2, message, arg0, arg1, arg2) { argument
103314 …OptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, option2,…
103335 …function createOptionDiagnosticInObjectLiteralSyntax(objectLiteral, onKey, key1, key2, message, ar… argument
103339 …iagnostics.add(ts.createDiagnosticForNodeInSourceFile(options.configFile, onKey ? prop.name : prop…
DtypingsInstaller.js124311 function createDiagnosticForOptionPaths(onKey, key, message, arg0) { argument
124317 …createOptionDiagnosticInObjectLiteralSyntax(pathProp.initializer, onKey, key, /*key2*/ undefined, …
124355 function createDiagnosticForOption(onKey, option1, option2, message, arg0, arg1, arg2) { argument
124358 …OptionDiagnosticInObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, option2,…
124379 …function createOptionDiagnosticInObjectLiteralSyntax(objectLiteral, onKey, key1, key2, message, ar… argument
124383 …iagnostics.add(ts.createDiagnosticForNodeInSourceFile(options.configFile, onKey ? prop.name : prop…