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 65 KeyboardOverlayDelegate::KeyboardOverlayDelegate(const base::string16& title,
72 KeyboardOverlayDelegate::~KeyboardOverlayDelegate() {
75 views::Widget* KeyboardOverlayDelegate::Show(views::WebDialogView* view) {
98 ui::ModalType KeyboardOverlayDelegate::GetDialogModalType() const {
102 base::string16 KeyboardOverlayDelegate::GetDialogTitle() const {
106 GURL KeyboardOverlayDelegate::GetDialogContentURL() const {
110 void KeyboardOverlayDelegate::GetWebUIMessageHandlers(
115 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 73 KeyboardOverlayDelegate* delegate = new KeyboardOverlayDelegate(
keyboard_overlay_delegate_unittest.cc 40 KeyboardOverlayDelegate delegate(base::ASCIIToUTF16("Title"),

Completed in 427 milliseconds