Home
last modified time | relevance | path

Searched refs:screenshot (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium/chrome/browser/
Dbug_report_util.cc317 userfeedback::PostedScreenshot screenshot; local
318 screenshot.set_mime_type(kPngMimeType);
323 *(screenshot.mutable_dimensions()) = dimensions;
324 screenshot.set_binary_content(std::string(png_data, png_data_length));
327 *(feedback_data.mutable_screenshot()) = screenshot;
/external/chromium/chrome/browser/userfeedback/proto/
Dannotations.proto4 // Messages containing data about the annotations drawn on the screenshot of a
16 // An annotation drawn by the user on the screenshot of a web page.
Dextension.proto65 optional PostedScreenshot screenshot = 4; field
87 optional PostedScreenshot screenshot = 9; field
/external/chromium/chrome/browser/resources/
Dbug_report.js45 function addScreenshot(divId, screenshot) { argument
64 thumbnail.src = screenshot + '?' + Date.now();
/external/chromium/chrome/browser/ui/webui/
Dbug_report_ui.cc83 FilePath screenshot = screenshots.Next(); in GetSavedScreenshots() local
84 while (!screenshot.empty()) { in GetSavedScreenshots()
86 screenshot.BaseName().value()); in GetSavedScreenshots()
90 screenshot = screenshots.Next(); in GetSavedScreenshots()
570 StringValue screenshot(current_screenshot); in HandleRefreshCurrentScreenshot() local
571 web_ui_->CallJavascriptFunction("setupCurrentScreenshot", screenshot); in HandleRefreshCurrentScreenshot()
/external/chromium/chrome/browser/ui/cocoa/
Dbug_report_window_controller_unittest.mm49 // should be available, and we should send screenshot by default.
70 // screenshot option should be turned off.
Dbug_report_window_controller.mm75 // options, with page URL and title empty, and screenshot disabled.
/external/webkit/Tools/MiniBrowser/qt/
DBrowserWindow.h67 void screenshot();
DBrowserWindow.cpp89 viewMenu->addAction("Take Screen Shot...", this, SLOT(screenshot())); in BrowserWindow()
232 void BrowserWindow::screenshot() in screenshot() function in BrowserWindow
/external/quake/quake/src/QW/
Dcmds.txt94 screenshot",SCR_ScreenShot_f
126 screenshot",SCR_ScreenShot_f
/external/webkit/Tools/QtTestBrowser/
Dlauncherwindow.h167 void screenshot();
Dlauncherwindow.cpp183 fileMenu->addAction("Take Screen Shot...", this, SLOT(screenshot())); in createChrome()
657 void LauncherWindow::screenshot() in screenshot() function in LauncherWindow
/external/quake/quake/app/id1/
Dconfig.cfg64 bind "F12" "screenshot"
/external/chromium/chrome/browser/resources/ntp4/
Dmost_visited_page.css156 /* The extra 2% hides the scrollbar in the screenshot. */
/external/quake/quake/src/WinQuake/data/
DSLICNSE.TXT27 as a screen display or a screenshot. Neither you nor anyone at your
48 a screenshot:
DRLICNSE.TXT44 or any portion thereof, such as a screen display or a screenshot:
64 screenshot:
DREADME.TXT354 * Fixed screenshot save location
/external/quake/
DREADME148 Alt y F12 screenshot
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp127 void screenshot();
2480 void tst_QWebPage::screenshot() in screenshot() function in tst_QWebPage
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1611112 (tst_QWebPage::screenshot):
11588 (tst_QWebPage::screenshot):
13579 (tst_QWebPage::screenshot):
14030 Add screenshot option to menubar
14035 (MainWindow::screenshot):
21859 …Doc - added a screenshot, flowchart, and a snippet to the QWebView documentation to improve clarity
/external/webkit/Tools/
DChangeLog-2011-02-162184 (BrowserWindow::screenshot):
4524 (LauncherWindow::screenshot): Add QT_NO_FILEDIALOG guard.
20463 [Qt] QtTestBrowser: Disable creation of a new window for screenshot on Symbian platform.
20466 … Avoid creation of an additional window for screenshot to prevent overlapping with original window.
20469 (LauncherWindow::screenshot):
DChangeLog-2010-05-2416295 (LauncherWindow::screenshot):
17033 (LauncherWindow::screenshot):
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-1621568 Implemented WM_PRINTCLIENT so we can take a screenshot
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2438104 - Some UI improvements applied (see attached screenshot)
DChangeLog-2007-10-1434772 …REGRESSION: WebKit doesn't show this javascript screenshot page (and crashes after click on its "h…

12