HomeSort by relevance Sort by last modified time
    Searched defs:ContentSettingBubbleContents (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.h 17 // ContentSettingBubbleContents is used when the user turns on different kinds
37 class ContentSettingBubbleContents : public views::View,
42 ContentSettingBubbleContents(
45 virtual ~ContentSettingBubbleContents();
99 DISALLOW_IMPLICIT_CONSTRUCTORS(ContentSettingBubbleContents);
content_setting_bubble_contents.cc 45 class ContentSettingBubbleContents::Favicon : public views::ImageView {
48 ContentSettingBubbleContents* parent,
63 ContentSettingBubbleContents* parent_;
68 HCURSOR ContentSettingBubbleContents::Favicon::g_hand_cursor = NULL;
71 ContentSettingBubbleContents::Favicon::Favicon(
73 ContentSettingBubbleContents* parent,
80 ContentSettingBubbleContents::Favicon::~Favicon() {
83 bool ContentSettingBubbleContents::Favicon::OnMousePressed(
88 void ContentSettingBubbleContents::Favicon::OnMouseReleased(
96 gfx::NativeCursor ContentSettingBubbleContents::Favicon::GetCursorForPoint
    [all...]

Completed in 28 milliseconds