Searched defs:KeyboardOverlayDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/keyboard_overlay/
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_delegate.cc64 KeyboardOverlayDelegate::KeyboardOverlayDelegate(const base::string16& title, function in class:ash::KeyboardOverlayDelegate
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
[all...]

Completed in 72 milliseconds