OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConfirmBubbleGtk
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
confirm_bubble_gtk.h
40
class
ConfirmBubbleGtk
: public BubbleDelegateGtk {
42
ConfirmBubbleGtk
(gfx::NativeView parent,
45
virtual ~
ConfirmBubbleGtk
();
59
CHROMEGTK_CALLBACK_0(
ConfirmBubbleGtk
, void, OnDestroy);
60
CHROMEGTK_CALLBACK_0(
ConfirmBubbleGtk
, void, OnCloseButton);
61
CHROMEGTK_CALLBACK_0(
ConfirmBubbleGtk
, void, OnOkButton);
62
CHROMEGTK_CALLBACK_0(
ConfirmBubbleGtk
, void, OnCancelButton);
63
CHROMEGTK_CALLBACK_0(
ConfirmBubbleGtk
, void, OnLinkButton);
79
DISALLOW_COPY_AND_ASSIGN(
ConfirmBubbleGtk
);
confirm_bubble_gtk.cc
45
ConfirmBubbleGtk
::
ConfirmBubbleGtk
(gfx::NativeView anchor,
55
ConfirmBubbleGtk
::~
ConfirmBubbleGtk
() {
58
void
ConfirmBubbleGtk
::BubbleClosing(BubbleGtk* bubble,
62
void
ConfirmBubbleGtk
::Show() {
150
void
ConfirmBubbleGtk
::OnDestroy(GtkWidget* sender) {
156
void
ConfirmBubbleGtk
::OnCloseButton(GtkWidget* sender) {
160
void
ConfirmBubbleGtk
::OnOkButton(GtkWidget* sender) {
167
void
ConfirmBubbleGtk
::OnCancelButton(GtkWidget* sender)
[
all
...]
confirm_bubble_gtk_browsertest.cc
29
bubble_ = new
ConfirmBubbleGtk
(
39
ConfirmBubbleGtk
* bubble() const { return bubble_; }
58
ConfirmBubbleGtk
* bubble_;
Completed in 8777 milliseconds