Searched refs:KeyboardShortcutView (Results 1 – 3 of 3) sorted by relevance
64 KeyboardShortcutView* g_ksv_view = nullptr;157 KeyboardShortcutView::~KeyboardShortcutView() { in ~KeyboardShortcutView()176 params.delegate = new KeyboardShortcutView; in Toggle()245 bool KeyboardShortcutView::AcceleratorPressed( in AcceleratorPressed()253 void KeyboardShortcutView::Layout() { in Layout()332 void KeyboardShortcutView::BackButtonPressed() { in BackButtonPressed()347 KeyboardShortcutView::KeyboardShortcutView() { in KeyboardShortcutView() function in keyboard_shortcut_viewer::KeyboardShortcutView359 void KeyboardShortcutView::InitViews() { in InitViews()410 void KeyboardShortcutView::InitCategoriesTabbedPane( in InitCategoriesTabbedPane()510 void KeyboardShortcutView::ShowSearchResults( in ShowSearchResults()[all …]
34 class KeyboardShortcutView : public views::WidgetDelegateView,37 ~KeyboardShortcutView() override;65 KeyboardShortcutView();85 static KeyboardShortcutView* GetInstanceForTesting();133 base::WeakPtrFactory<KeyboardShortcutView> weak_factory_{this};135 DISALLOW_COPY_AND_ASSIGN(KeyboardShortcutView);
35 views::Widget* Toggle() { return KeyboardShortcutView::Toggle(GetContext()); } in Toggle()83 KeyboardShortcutView* GetView() const { in GetView()84 return KeyboardShortcutView::GetInstanceForTesting(); in GetView()