HomeSort by relevance Sort by last modified time
    Searched refs:PageInfoBubbleView (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.h 20 class PageInfoBubbleView : public views::View,
26 PageInfoBubbleView(gfx::NativeWindow parent_window,
31 virtual ~PageInfoBubbleView();
82 DISALLOW_COPY_AND_ASSIGN(PageInfoBubbleView);
page_info_bubble_view.cc 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()
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 57 // This class overrides the LinkActivated function in the PageInfoBubbleView
59 class ExternalTabPageInfoBubbleView : public PageInfoBubbleView {
67 : PageInfoBubbleView(parent_window, profile, url, ssl, show_history),
568 PageInfoBubbleView* page_info_bubble =
    [all...]

Completed in 1142 milliseconds