Home
last modified time | relevance | path

Searched refs:WindowDelegate (Results 1 – 5 of 5) sorted by relevance

/external/angle/util/osx/
DOSXWindow.h18 @interface WindowDelegate : NSObject {
61 WindowDelegate *mDelegate;
DOSXWindow.mm108 @implementation WindowDelegate implementation
644 mDelegate = [[WindowDelegate alloc] initWithWindow:this];
/external/skqp/tools/sk_app/mac/
DWindow_mac.mm18 @interface WindowDelegate : NSObject<NSWindowDelegate> interface
20 - (WindowDelegate*)initWithWindow:(sk_app::Window*)initWindow;
65 WindowDelegate* delegate = [[WindowDelegate alloc] initWithWindow:this];
131 @implementation WindowDelegate { implementation
135 - (WindowDelegate*)initWithWindow:(sk_app::Window *)initWindow {
/external/skia/tools/sk_app/mac/
DWindow_mac.mm15 @interface WindowDelegate : NSObject<NSWindowDelegate> interface
17 - (WindowDelegate*)initWithWindow:(sk_app::Window_mac*)initWindow;
52 WindowDelegate* delegate = [[WindowDelegate alloc] initWithWindow:this];
172 @implementation WindowDelegate { implementation
176 - (WindowDelegate*)initWithWindow:(sk_app::Window_mac *)initWindow {
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp91 class WindowDelegate;
95 typedef std::shared_ptr<WindowDelegate> WindowDelegateSP;
302 class WindowDelegate { class
304 virtual ~WindowDelegate() = default;
319 class HelpDialogDelegate : public WindowDelegate {
878 class Menu : public WindowDelegate {
1815 class TreeWindowDelegate : public WindowDelegate {
2222 class ValueObjectListDelegate : public WindowDelegate {
2995 class ApplicationDelegate : public WindowDelegate, public MenuDelegate {
3031 : WindowDelegate(), MenuDelegate(), m_app(app), m_debugger(debugger) {} in ApplicationDelegate()
[all …]