/external/chromium/chrome/browser/ |
D | bug_report_util.cc | 317 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/ |
D | annotations.proto | 4 // 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.
|
D | extension.proto | 65 optional PostedScreenshot screenshot = 4; field 87 optional PostedScreenshot screenshot = 9; field
|
/external/chromium/chrome/browser/resources/ |
D | bug_report.js | 45 function addScreenshot(divId, screenshot) { argument 64 thumbnail.src = screenshot + '?' + Date.now();
|
/external/chromium/chrome/browser/ui/webui/ |
D | bug_report_ui.cc | 83 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/ |
D | bug_report_window_controller_unittest.mm | 49 // should be available, and we should send screenshot by default. 70 // screenshot option should be turned off.
|
D | bug_report_window_controller.mm | 75 // options, with page URL and title empty, and screenshot disabled.
|
/external/webkit/Tools/MiniBrowser/qt/ |
D | BrowserWindow.h | 67 void screenshot();
|
D | BrowserWindow.cpp | 89 viewMenu->addAction("Take Screen Shot...", this, SLOT(screenshot())); in BrowserWindow() 232 void BrowserWindow::screenshot() in screenshot() function in BrowserWindow
|
/external/quake/quake/src/QW/ |
D | cmds.txt | 94 screenshot",SCR_ScreenShot_f 126 screenshot",SCR_ScreenShot_f
|
/external/webkit/Tools/QtTestBrowser/ |
D | launcherwindow.h | 167 void screenshot();
|
D | launcherwindow.cpp | 183 fileMenu->addAction("Take Screen Shot...", this, SLOT(screenshot())); in createChrome() 657 void LauncherWindow::screenshot() in screenshot() function in LauncherWindow
|
/external/quake/quake/app/id1/ |
D | config.cfg | 64 bind "F12" "screenshot"
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | most_visited_page.css | 156 /* The extra 2% hides the scrollbar in the screenshot. */
|
/external/quake/quake/src/WinQuake/data/ |
D | SLICNSE.TXT | 27 as a screen display or a screenshot. Neither you nor anyone at your 48 a screenshot:
|
D | RLICNSE.TXT | 44 or any portion thereof, such as a screen display or a screenshot: 64 screenshot:
|
D | README.TXT | 354 * Fixed screenshot save location
|
/external/quake/ |
D | README | 148 Alt y F12 screenshot
|
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
D | tst_qwebpage.cpp | 127 void screenshot(); 2480 void tst_QWebPage::screenshot() in screenshot() function in tst_QWebPage
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 11112 (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/ |
D | ChangeLog-2011-02-16 | 2184 (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):
|
D | ChangeLog-2010-05-24 | 16295 (LauncherWindow::screenshot): 17033 (LauncherWindow::screenshot):
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 21568 Implemented WM_PRINTCLIENT so we can take a screenshot
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 38104 - Some UI improvements applied (see attached screenshot)
|
D | ChangeLog-2007-10-14 | 34772 …REGRESSION: WebKit doesn't show this javascript screenshot page (and crashes after click on its "h…
|