Home | History | Annotate | Download | only in views

Lines Matching defs:PageInfoBubbleView

49   Section(PageInfoBubbleView* owner,
67 PageInfoBubbleView* owner_;
83 // PageInfoBubbleView
85 Bubble* PageInfoBubbleView::bubble_ = NULL;
87 PageInfoBubbleView::PageInfoBubbleView(gfx::NativeWindow parent_window,
113 PageInfoBubbleView::~PageInfoBubbleView() {
116 void PageInfoBubbleView::ShowCertDialog() {
120 void PageInfoBubbleView::LayoutSections() {
167 gfx::Size PageInfoBubbleView::GetPreferredSize() {
206 void PageInfoBubbleView::ModelChanged() {
213 void PageInfoBubbleView::BubbleClosing(Bubble* bubble, bool closed_by_escape) {
218 bool PageInfoBubbleView::CloseOnEscape() {
222 bool PageInfoBubbleView::FadeInOnShow() {
226 std::wstring PageInfoBubbleView::accessible_name() {
230 void PageInfoBubbleView::LinkActivated(views::Link* source, int event_flags) {
242 void PageInfoBubbleView::AnimationEnded(const ui::Animation* animation) {
246 void PageInfoBubbleView::AnimationProgressed(const ui::Animation* animation) {
253 Section::Section(PageInfoBubbleView* owner,
372 PageInfoBubbleView* page_info_bubble =
373 new PageInfoBubbleView(parent, profile, url, ssl, show_history);