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

/external/chromium/chrome/browser/ui/views/
H A Dkeyboard_overlay_delegate.h13 class KeyboardOverlayDelegate : public HtmlDialogUIDelegate { class in inherits:HtmlDialogUIDelegate
15 explicit KeyboardOverlayDelegate(const std::wstring& title);
26 ~KeyboardOverlayDelegate();
48 DISALLOW_COPY_AND_ASSIGN(KeyboardOverlayDelegate);
H A Dkeyboard_overlay_delegate.cc23 KeyboardOverlayDelegate::KeyboardOverlayDelegate( function in class:KeyboardOverlayDelegate
29 KeyboardOverlayDelegate::~KeyboardOverlayDelegate() {
32 bool KeyboardOverlayDelegate::IsDialogModal() const {
36 std::wstring KeyboardOverlayDelegate::GetDialogTitle() const {
40 GURL KeyboardOverlayDelegate::GetDialogContentURL() const {
45 void KeyboardOverlayDelegate::GetWebUIMessageHandlers(
49 void KeyboardOverlayDelegate::GetDialogSize(
60 std::string KeyboardOverlayDelegate
[all...]
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_delegate.h23 class ASH_EXPORT KeyboardOverlayDelegate : public ui::WebDialogDelegate { class in namespace:ash
25 KeyboardOverlayDelegate(const base::string16& title, const GURL& url);
36 virtual ~KeyboardOverlayDelegate();
61 DISALLOW_COPY_AND_ASSIGN(KeyboardOverlayDelegate);
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...]

Completed in 498 milliseconds