Searched defs:LauncherWindow (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/QtTestBrowser/
H A Dlauncherwindow.h140 class LauncherWindow : public MainWindow { class in inherits:MainWindow
144 LauncherWindow(WindowOptions* data = 0, QGraphicsScene* sharedScene = 0);
145 virtual ~LauncherWindow();
208 LauncherWindow* newWindow();
209 LauncherWindow* cloneWindow();
H A Dlauncherwindow.cpp37 QVector<int> LauncherWindow::m_zoomLevels;
39 LauncherWindow::LauncherWindow(WindowOptions* data, QGraphicsScene* sharedScene) function in class:LauncherWindow
58 LauncherWindow::~LauncherWindow()
64 void LauncherWindow::init()
93 void LauncherWindow::initializeView()
154 void LauncherWindow::applyPrefs()
174 void LauncherWindow::createChrome()
412 bool LauncherWindow
[all...]

Completed in 64 milliseconds