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

  /external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.h 16 class InfoBubbleFrame;
58 InfoBubbleFrame* frame_; // Weak, owned by widget.
info_bubble.cc 33 class InfoBubbleFrame : public views::BubbleFrameView {
35 explicit InfoBubbleFrame(const gfx::Insets& content_margins)
37 virtual ~InfoBubbleFrame() {}
51 DISALLOW_COPY_AND_ASSIGN(InfoBubbleFrame);
123 frame_ = new InfoBubbleFrame(margins());

Completed in 128 milliseconds