Searched refs:KeyboardOverlayDelegate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_delegate.cc65 KeyboardOverlayDelegate::KeyboardOverlayDelegate(const base::string16& title, function in class:ash::KeyboardOverlayDelegate
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
[all...]
H A Dkeyboard_overlay_delegate.h23 class ASH_WITH_CONTENT_EXPORT KeyboardOverlayDelegate class in namespace:ash
26 KeyboardOverlayDelegate(const base::string16& title, const GURL& url);
37 virtual ~KeyboardOverlayDelegate();
62 DISALLOW_COPY_AND_ASSIGN(KeyboardOverlayDelegate);
H A Dkeyboard_overlay_view.cc73 KeyboardOverlayDelegate* delegate = new KeyboardOverlayDelegate(
H A Dkeyboard_overlay_delegate_unittest.cc40 KeyboardOverlayDelegate delegate(base::ASCIIToUTF16("Title"),

Completed in 77 milliseconds