/third_party/skia/tools/sk_app/ |
D | Window.cpp | 47 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()
|
D | Window.h | 105 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);
|
D | CommandSet.h | 44 bool onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers);
|
D | CommandSet.cpp | 37 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/ |
D | Editor.h | 44 bool onKey(skui::Key, skui::InputState, skui::ModifierKey) override;
|
D | Editor.cpp | 203 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/ |
D | Window_win.cpp | 253 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/ |
D | surface_glue_android.cpp | 169 … 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/ |
D | Window_mac.mm | 353 (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/ |
D | Window_unix.cpp | 300 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/ |
D | ImGuiLayer.h | 131 bool onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) override;
|
D | Viewer.h | 45 bool onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) override;
|
D | ImGuiLayer.cpp | 221 bool ImGuiLayer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() function in ImGuiLayer
|
D | Viewer.cpp | 3048 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/ |
D | editor_application.cpp | 302 bool onKey(skui::Key key, in onKey() function
|
/third_party/typescript/src/compiler/ |
D | program.ts | 3997 …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/ |
D | tsc.js | 103267 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…
|
D | typingsInstaller.js | 124311 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…
|