HomeSort by relevance Sort by last modified time
    Searched defs:KeyboardOverlayDialogView (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/
keyboard_overlay_dialog_view.h 19 class KeyboardOverlayDialogView : public HtmlDialogView {
21 KeyboardOverlayDialogView(Profile* profile,
24 virtual ~KeyboardOverlayDialogView();
45 DISALLOW_COPY_AND_ASSIGN(KeyboardOverlayDialogView);
keyboard_overlay_dialog_view.cc 40 KeyboardOverlayDialogView::KeyboardOverlayDialogView(
48 KeyboardOverlayDialogView::~KeyboardOverlayDialogView() {
51 void KeyboardOverlayDialogView::InitDialog() {
89 bool KeyboardOverlayDialogView::AcceleratorPressed(
98 void KeyboardOverlayDialogView::ShowDialog(
102 KeyboardOverlayDialogView* html_view =
103 new KeyboardOverlayDialogView(parent_view->browser()->profile(),
115 bool KeyboardOverlayDialogView::IsCloseAccelerator
    [all...]

Completed in 139 milliseconds