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

  /external/chromium_org/chrome/browser/ui/views/
network_profile_bubble_view.h 20 class NetworkProfileBubbleView : public views::BubbleDelegateView,
24 NetworkProfileBubbleView(views::View* anchor,
28 virtual ~NetworkProfileBubbleView();
44 DISALLOW_COPY_AND_ASSIGN(NetworkProfileBubbleView);
network_profile_bubble_view.cc 38 NetworkProfileBubbleView* bubble =
39 new NetworkProfileBubbleView(anchor, browser, browser->profile());
54 // NetworkProfileBubbleView, public:
56 NetworkProfileBubbleView::NetworkProfileBubbleView(
69 // NetworkProfileBubbleView, private:
71 NetworkProfileBubbleView::~NetworkProfileBubbleView() {
74 void NetworkProfileBubbleView::Init() {
114 void NetworkProfileBubbleView::ButtonPressed(views::Button* sender
    [all...]

Completed in 123 milliseconds