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

  /external/chromium_org/ui/views/bubble/
bubble_frame_view.h 32 explicit BubbleFrameView(const gfx::Insets& content_margins);
62 gfx::Insets content_margins() const { return content_margins_; } function in class:views::BubbleFrameView
bubble_frame_view.cc 63 BubbleFrameView::BubbleFrameView(const gfx::Insets& content_margins)
65 content_margins_(content_margins),
bubble_frame_view_unittest.cc 48 int margin_x = frame.content_margins().left();
49 int margin_y = frame.content_margins().top();
  /external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.cc 35 explicit InfoBubbleFrame(const gfx::Insets& content_margins)
36 : views::BubbleFrameView(content_margins) {}

Completed in 30 milliseconds