Home
last modified time | relevance | path

Searched refs:GetScreenRect (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_win.cc36 DesktopRect GetScreenRect();
124 DesktopRect rect = GetScreenRect(); in Capture()
133 DesktopRect MouseCursorMonitorWin::GetScreenRect() { in GetScreenRect() function in webrtc::MouseCursorMonitorWin
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
Dscreen_capture_utils.h31 DesktopRect GetScreenRect(ScreenId screen, const std::wstring& device_key);
Dscreen_capture_utils.cc57 DesktopRect GetScreenRect(ScreenId screen, const std::wstring& device_key) { in GetScreenRect() function
Dscreen_capturer_win_gdi.cc240 GetScreenRect(current_screen_id_, current_device_key_); in CaptureImage()
Dscreen_capturer_win_magnifier.cc116 DesktopRect rect = GetScreenRect(current_screen_id_, current_device_key_); in Capture()
/external/chromium_org/android_webview/browser/
Daw_dev_tools_manager_delegate.cc86 gfx::Rect screen_rect = bvr->GetScreenRect(); in GetViewDescription()
Dbrowser_view_renderer.h107 gfx::Rect GetScreenRect() const;
Dbrowser_view_renderer.cc516 gfx::Rect BrowserViewRenderer::GetScreenRect() const { in GetScreenRect() function in android_webview::BrowserViewRenderer
/external/chromium_org/pdf/pdfium/
Dpdfium_engine.cc2004 return GetScreenRect(pages_[index]->rect()); in GetPageContentsRect()
2490 left = GetScreenRect(left).Intersect(dirty_in_screen); in FillPageSides()
2504 right = GetScreenRect(right).Intersect(dirty_in_screen); in FillPageSides()
2516 bottom = GetScreenRect(bottom).Intersect(dirty_in_screen); in FillPageSides()
2536 shadow_rect = GetScreenRect(shadow_rect); in PaintPageShadow()
2598 loading_text_in_screen = GetScreenRect(loading_text_in_screen); in PaintUnavailablePage()
2624 pp::Rect page_rect = GetScreenRect(pages_[page_index]->rect()); in GetPDFiumRect()
2655 return GetScreenRect(pp::Rect( in GetPageScreenRect()
2663 pp::Rect PDFiumEngine::GetScreenRect(const pp::Rect& rect) const { in GetScreenRect() function in chrome_pdf::PDFiumEngine
Dpdfium_engine.h353 pp::Rect GetScreenRect(const pp::Rect& rect) const;