OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContentSettingImageView
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.h
26
class
ContentSettingImageView
: public views::ImageView,
30
ContentSettingImageView
(ContentSettingsType content_type,
33
virtual ~
ContentSettingImageView
();
76
DISALLOW_IMPLICIT_CONSTRUCTORS(
ContentSettingImageView
);
content_setting_image_view.cc
47
ContentSettingImageView
::
ContentSettingImageView
(
64
ContentSettingImageView
::~
ContentSettingImageView
() {
69
void
ContentSettingImageView
::UpdateFromTabContents(TabContents* tab_contents) {
114
gfx::Size
ContentSettingImageView
::GetPreferredSize() {
121
bool
ContentSettingImageView
::OnMousePressed(const views::MouseEvent& event) {
127
void
ContentSettingImageView
::OnMouseReleased(const views::MouseEvent& event) {
155
void
ContentSettingImageView
::VisibilityChanged(View* starting_from,
161
void
ContentSettingImageView
::OnPaint(gfx::Canvas* canvas)
[
all
...]
Completed in 23 milliseconds