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

  /external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.h 19 class BorderWidgetWin : public views::WidgetWin {
21 BorderWidgetWin();
22 virtual ~BorderWidgetWin() { }
49 DISALLOW_COPY_AND_ASSIGN(BorderWidgetWin);
border_widget_win.cc 11 BorderWidgetWin::BorderWidgetWin()
17 void BorderWidgetWin::Init(BorderContents* border_contents, HWND owner) {
27 gfx::Rect BorderWidgetWin::SizeAndGetBounds(
44 LRESULT BorderWidgetWin::OnMouseActivate(UINT message,
bubble.h 31 class BorderWidgetWin;
163 BorderWidgetWin* border_;
bubble.cc 181 border_ = new BorderWidgetWin();
191 // We make the BorderWidgetWin the owner of the Bubble HWND, so that the
  /external/chromium/chrome/browser/ui/views/
browser_bubble_win.cc 18 border_widget_(new BorderWidgetWin) {
97 BorderWidgetWin* border_widget() {
103 BorderWidgetWin* border_widget_;
113 BorderWidgetWin* border_widget = pop->border_widget();
116 // We make the BorderWidgetWin the owner of the Bubble HWND, so that the
150 BorderWidgetWin* border_widget =

Completed in 142 milliseconds