Searched refs:InitWindow (Results 1 – 3 of 3) sorted by relevance
38 void BubbleWindow::InitWindow(GtkWindow* parent, const gfx::Rect& bounds) { in InitWindow() function in chromeos::BubbleWindow39 views::WindowGtk::InitWindow(parent, bounds); in InitWindow()119 window->InitWindow(parent, bounds); in Create()
44 virtual void InitWindow(GtkWindow* parent, const gfx::Rect& bounds);
50 WindowGtk::InitWindow(NULL, gfx::Rect()); in InitBrowserFrame()