HomeSort by relevance Sort by last modified time
    Searched full:screenshots (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/resources/
bug_report.js 14 savedThumbnailIds['current-screenshots'] = '';
15 savedThumbnailIds['saved-screenshots'] = '';
55 if (divId == 'current-screenshots')
123 * Select the current screenshots div, restoring the image that was
128 $('current-screenshots').style.display = 'block';
129 if ($('saved-screenshots'))
130 $('saved-screenshots').style.display = 'none';
132 if (selectedThumbnailDivId != 'current-screenshots')
133 selectImage('current-screenshots',
134 savedThumbnailIds['current-screenshots']);
    [all...]
bug_report.html 78 addScreenshot('current-screenshots', screenshot);
81 function setupSavedScreenshots(screenshots) {
82 if (screenshots.length == 0) {
83 $('saved-screenshots').innerText =
84 localStrings.getString('no-saved-screenshots');
87 $('saved-screenshots').style.display = 'block';
94 for (i = 0; i < screenshots.length; ++i)
95 addScreenshot('saved-screenshots', screenshots[i]);
97 // Now that we have our screenshots, try selecting the saved screenshots
    [all...]
  /external/chromium/chrome/browser/ui/webui/
screenshot_source.h 14 // ScreenshotSource is the data source that serves screenshots (saved
screenshot_source.cc 21 static const char kScreenshotsRelativePath[] = "/Screenshots/";
24 // Read the file from the screenshots directory into the read_bytes vector.
bug_report_ui.cc 52 const char kScreenshotBaseUrl[] = "chrome://screenshots/";
53 const char kCurrentScreenshotUrl[] = "chrome://screenshots/current";
55 const char kSavedScreenshotsUrl[] = "chrome://screenshots/saved/";
58 const char kScreenshotsRelativePath[] = "/Screenshots";
80 file_util::FileEnumerator screenshots(screenshots_path, false,
83 FilePath screenshot = screenshots.Next();
90 screenshot = screenshots.Next();
96 // and saved screenshots.
299 localized_strings.SetString(std::string("no-saved-screenshots"),
455 // Re-create our screenshots data source (this clobbers the last source
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
ScreenshotAppState.java 15 import com.jme3.util.Screenshots;
85 Screenshots.convertScreenShot(outBuf, awtImage);
VideoRecorderAppState.java 13 import com.jme3.util.Screenshots;
130 Screenshots.convertScreenShot(item.buffer, item.image);
  /external/proguard/docs/
screenshots.html 7 <title>ProGuard Screenshots</title>
11 <h2>Screenshots</h2>
sections.html 18 <li><a target="main" href="screenshots.html">Screenshots</a></li>
main.html 71 <li><a href="screenshots.html">Screenshots</a>: some impressions of what <b>ProGuard</b> looks like.
  /frameworks/base/packages/SystemUI/tests/
Android.mk 27 # UI it doesn't own. This is necessary to allow screenshots to be taken
  /system/extras/bugmailer/
bugmailer.sh 13 screenshotPath="$EXTERNAL_STORAGE/Pictures/Screenshots"
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
ScreenshotTest.java 43 * A simple test for screenshots that launches an Activity, injects the key event combo
126 "Screenshots");
  /prebuilts/tools/common/proguard/proguard4.7/docs/
screenshots.html 7 <title>ProGuard Screenshots</title>
22 <h2>Screenshots</h2>
sections.html 18 <li><a target="main" href="screenshots.html">Screenshots</a></li>
main.html 80 <li><a href="screenshots.html">Screenshots</a>: some impressions of what <b>ProGuard</b> looks like.</li>
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
MediaSetUtils.java 39 "/Pictures/Screenshots");
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanel.java 10 import com.jme3.util.Screenshots;
132 Screenshots.convertScreenShot2(intBuf, img);
141 Screenshots.convertScreenShot2(intBuf, img);
  /frameworks/base/docs/html/training/backward-compatible-ui/
using-component.jd 135 <p>Below are two screenshots of this implementation running on an Android 2.3 and Android 4.0 device.</p>
141 alt="Example screenshots of tabs running on an Android 4.0 device (using TabHelperHoneycomb)." width="200">
143 <p class="img-caption"><strong>Figure 1.</strong> Example screenshots of backward-compatible tabs running on an Android 2.3 device (using <code>TabHelperEclair</code>) and an Android 4.0 device (using <code>TabHelperHoneycomb</code>).</p>
  /external/jmonkeyengine/engine/src/desktop/com/jme3/util/
Screenshots.java 10 public final class Screenshots {
  /frameworks/base/docs/html/tools/help/
monkeyrunner_concepts.jd 38 takes screenshots of its user interface, and stores screenshots on the workstation. The
66 as screenshots.
70 and comparing its output screenshots to a set of screenshots that are known to be correct.
  /external/qemu-pc-bios/vgabios/
vbe_display_api.txt 74 [Screenshots] Screenshots of programs using the VBE Bios at
75 http://japj.org/projects/bochs_plex86/screenshots.html
  /frameworks/base/docs/html/tools/debugging/
index.jd 39 capture screenshots, gather thread and stack information, spoof incoming calls and SMS
161 <dt><strong>Capture screenshots</strong></dt>
162 <dd>The Dalvik Debug Monitor Server (DDMS) can capture screenshots from the emulator. Select
  /frameworks/base/docs/html/about/
marketplace.jd 45 using rich, colorful product pages that feature app screenshots, videos, and user reviews, as well
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestRenderToMemory.java 54 import com.jme3.util.Screenshots;
164 Screenshots.convertScreenShot(cpuBuf, image);

Completed in 3817 milliseconds

1 2 3 4