HomeSort by relevance Sort by last modified time
    Searched refs:KeyboardOverlayDelegate (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate.cc 64 KeyboardOverlayDelegate::KeyboardOverlayDelegate(const base::string16& title,
71 KeyboardOverlayDelegate::~KeyboardOverlayDelegate() {
74 views::Widget* KeyboardOverlayDelegate::Show(views::WebDialogView* view) {
97 ui::ModalType KeyboardOverlayDelegate::GetDialogModalType() const {
101 base::string16 KeyboardOverlayDelegate::GetDialogTitle() const {
105 GURL KeyboardOverlayDelegate::GetDialogContentURL() const {
109 void KeyboardOverlayDelegate::GetWebUIMessageHandlers(
114 void KeyboardOverlayDelegate::GetDialogSize
    [all...]
keyboard_overlay_delegate.h 23 class ASH_WITH_CONTENT_EXPORT KeyboardOverlayDelegate
26 KeyboardOverlayDelegate(const base::string16& title, const GURL& url);
37 virtual ~KeyboardOverlayDelegate();
62 DISALLOW_COPY_AND_ASSIGN(KeyboardOverlayDelegate);
keyboard_overlay_view.cc 77 KeyboardOverlayDelegate* delegate = new KeyboardOverlayDelegate(
keyboard_overlay_delegate_unittest.cc 40 KeyboardOverlayDelegate delegate(base::ASCIIToUTF16("Title"),

Completed in 585 milliseconds