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

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorActionBarAdvisor.java 75 MenuManager fileMenu = new MenuManager("&File", IWorkbenchActionConstants.M_FILE);
80 menuBar.add(fileMenu);
87 fileMenu.add(new GroupMarker(IWorkbenchActionConstants.MB_ADDITIONS));
88 fileMenu.add(mQuitAction);
  /external/webkit/Source/WebKit/wx/
WebBrowserShell.cpp 105 wxMenu *fileMenu = new wxMenu;
106 fileMenu->Append(ID_NEW_WINDOW, _T("New Window\tCTRL+N"));
107 fileMenu->Append(ID_LOADFILE, _T("Open File...\tCTRL+O"));
108 fileMenu->Append(ID_LOADURL, _("Open Location...\tCTRL+L"));
109 fileMenu->Append(wxID_EXIT, _T("E&xit\tAlt-X"), _T("Quit this program"));
140 menuBar->Append(fileMenu, _T("&File"));
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 72 QMenu* fileMenu = menuBar()->addMenu("&File");
73 fileMenu->addAction("New Window", this, SLOT(newWindow()), QKeySequence::New);
74 fileMenu->addAction("Open File", this, SLOT(openFile()), QKeySequence::Open);
75 fileMenu->addSeparator();
76 fileMenu->addAction("Quit", this, SLOT(close()));
  /external/icu4c/samples/layout/
gnomelayout.cpp 168 GnomeUIInfo fileMenu[] =
190 GNOMEUIINFO_SUBTREE(N_((gchar *) "File"), fileMenu),
cgnomelayout.c 160 GnomeUIInfo fileMenu[] =
182 GNOMEUIINFO_SUBTREE(N_((gchar *) "File"), fileMenu),
  /external/webkit/Tools/QtTestBrowser/
launcherwindow.cpp 177 QMenu* fileMenu = menuBar()->addMenu("&File");
178 fileMenu->addAction("New Window", this, SLOT(newWindow()), QKeySequence::New);
179 fileMenu->addAction(tr("Open File..."), this, SLOT(openFile()), QKeySequence::Open);
180 fileMenu->addAction(tr("Open Location..."), this, SLOT(openLocation()), QKeySequence(Qt::CTRL | Qt::Key_L));
181 fileMenu->addAction("Close Window", this, SLOT(close()), QKeySequence::Close);
182 fileMenu->addSeparator();
183 fileMenu->addAction("Take Screen Shot...", this, SLOT(screenshot()));
185 fileMenu->addAction(tr("Print..."), this, SLOT(print()), QKeySequence::Print);
187 fileMenu->addSeparator();
188 fileMenu->addAction("Quit", QApplication::instance(), SLOT(closeAllWindows()), QKeySequence(Qt::CTRL | Qt:: (…)
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 531 JMenu fileMenu = new JMenu();
546 fileMenu.setText("File");
549 fileMenu.add(saveMenuItem);
552 fileMenu.add(exitMenuItem);
554 menuBar.add(fileMenu);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 44 fileMenu->insertAction(actionWPS, fileStopServiceAction);
49 fileMenu->insertAction(fileStopServiceAction, fileStartServiceAction);
58 fileMenu->insertAction(fileStartServiceAction, addInterfaceAction);
    [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 
ddms.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 291 milliseconds