HomeSort by relevance Sort by last modified time
    Searched defs:screenshot (Results 1 - 3 of 3) sorted by null

  /sdk/screenshot/src/com/android/screenshot/
Screenshot.java 17 package com.android.screenshot;
35 public class Screenshot {
103 String adbLocation = System.getProperty("com.android.screenshot.bindir"); //$NON-NLS-1$
178 System.out.println("Taking screenshot from: " + target.getSerialNumber());
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 108 void screenshot();
379 void LauncherWindow::screenshot() function in class:LauncherWindow
384 label->setWindowTitle("Screenshot - Preview");
388 QString fileName = QFileDialog::getSaveFileName(label, "Screenshot");
391 label->setWindowTitle(QString("Screenshot - Saved at %1").arg(fileName));
486 fileMenu->addAction("Take Screen Shot...", this, SLOT(screenshot()));
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 109 void screenshot();
1714 void tst_QWebPage::screenshot() function in class:tst_QWebPage
    [all...]

Completed in 267 milliseconds