OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentSettingBubbleGtk
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
content_setting_bubble_gtk.h
27
//
ContentSettingBubbleGtk
is used when the user turns on different kinds of
31
class
ContentSettingBubbleGtk
: public BubbleDelegateGtk {
33
ContentSettingBubbleGtk
(
38
virtual ~
ContentSettingBubbleGtk
();
73
CHROMEGTK_CALLBACK_1(
ContentSettingBubbleGtk
, void, OnPopupIconButtonPress,
75
CHROMEGTK_CALLBACK_0(
ContentSettingBubbleGtk
, void, OnPopupLinkClicked);
76
CHROMEGTK_CALLBACK_0(
ContentSettingBubbleGtk
, void, OnRadioToggled);
77
CHROMEGTK_CALLBACK_0(
ContentSettingBubbleGtk
, void, OnCustomLinkClicked);
78
CHROMEGTK_CALLBACK_0(
ContentSettingBubbleGtk
, void, OnManageLinkClicked);
79
CHROMEGTK_CALLBACK_0(
ContentSettingBubbleGtk
, void, OnCloseButtonClicked)
[
all
...]
content_setting_bubble_gtk.cc
59
ContentSettingBubbleGtk
::
ContentSettingBubbleGtk
(
72
ContentSettingBubbleGtk
::~
ContentSettingBubbleGtk
() {
75
void
ContentSettingBubbleGtk
::Close() {
82
void
ContentSettingBubbleGtk
::UpdateMenuLabel(content::MediaStreamType type,
94
void
ContentSettingBubbleGtk
::BubbleClosing(BubbleGtk* bubble,
100
void
ContentSettingBubbleGtk
::BuildBubble() {
218
base::Bind(&
ContentSettingBubbleGtk
::UpdateMenuLabel,
334
void
ContentSettingBubbleGtk
::OnPopupIconButtonPress
[
all
...]
location_bar_view_gtk.h
42
class
ContentSettingBubbleGtk
;
location_bar_view_gtk.cc
200
ContentSettingBubbleGtk
* content_setting_bubble_;
297
content_setting_bubble_ = new
ContentSettingBubbleGtk
(
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.h
22
//
ContentSettingBubbleGtk
is used when the user turns on different kinds of
26
class
ContentSettingBubbleGtk
: public InfoBubbleGtkDelegate,
29
ContentSettingBubbleGtk
(
34
virtual ~
ContentSettingBubbleGtk
();
55
CHROMEGTK_CALLBACK_1(
ContentSettingBubbleGtk
, void, OnPopupIconButtonPress,
57
CHROMEGTK_CALLBACK_0(
ContentSettingBubbleGtk
, void, OnPopupLinkClicked);
58
CHROMEGTK_CALLBACK_0(
ContentSettingBubbleGtk
, void, OnRadioToggled);
59
CHROMEGTK_CALLBACK_0(
ContentSettingBubbleGtk
, void, OnCustomLinkClicked);
60
CHROMEGTK_CALLBACK_0(
ContentSettingBubbleGtk
, void, OnManageLinkClicked);
61
CHROMEGTK_CALLBACK_0(
ContentSettingBubbleGtk
, void, OnCloseButtonClicked)
[
all
...]
content_setting_bubble_gtk.cc
50
ContentSettingBubbleGtk
::
ContentSettingBubbleGtk
(
67
ContentSettingBubbleGtk
::~
ContentSettingBubbleGtk
() {
70
void
ContentSettingBubbleGtk
::Close() {
75
void
ContentSettingBubbleGtk
::InfoBubbleClosing(InfoBubbleGtk* info_bubble,
81
void
ContentSettingBubbleGtk
::Observe(NotificationType type,
89
void
ContentSettingBubbleGtk
::BuildBubble() {
270
void
ContentSettingBubbleGtk
::OnPopupIconButtonPress(
281
void
ContentSettingBubbleGtk
::OnPopupLinkClicked(GtkWidget* button)
[
all
...]
location_bar_view_gtk.h
40
class
ContentSettingBubbleGtk
;
199
ContentSettingBubbleGtk
* info_bubble_;
location_bar_view_gtk.cc
[
all
...]
Completed in 34 milliseconds