HomeSort by relevance Sort by last modified time
    Searched defs:GetBounds (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/ui/
accessibility_focus_ring.cc 131 gfx::Rect AccessibilityFocusRing::GetBounds() const {
  /external/chromium_org/ui/ozone/platform/test/
test_window.cc 38 gfx::Rect TestWindow::GetBounds() {
  /frameworks/minikin/libs/minikin/
MinikinFontFreeType.cpp 56 void MinikinFontFreeType::GetBounds(MinikinRect* bounds, uint32_t glyph_id,
  /external/chromium_org/ui/ozone/platform/caca/
caca_window.cc 112 gfx::Rect CacaWindow::GetBounds() { return gfx::Rect(bitmap_size_); }
  /external/chromium_org/ui/ozone/platform/dri/
dri_window.cc 70 gfx::Rect DriWindow::GetBounds() {
  /frameworks/base/core/jni/android/graphics/
MinikinSkia.cpp 68 void MinikinFontSkia::GetBounds(MinikinRect* bounds, uint32_t glyph_id,
  /external/chromium_org/ash/ime/
infolist_window.cc 46 virtual gfx::Rect GetBounds(const gfx::Rect& anchor_rect,
63 gfx::Rect InfolistBorder::GetBounds(const gfx::Rect& anchor_rect,
  /external/chromium_org/mojo/aura/
window_tree_host_mojo.cc 115 gfx::Rect WindowTreeHostMojo::GetBounds() const {
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record.py 167 def GetBounds(self):
  /external/chromium_org/ui/aura/
window_tree_host_ozone.cc 77 gfx::Rect WindowTreeHostOzone::GetBounds() const {
78 return platform_window_->GetBounds();
86 return platform_window_->GetBounds().origin();
window_tree_host_win.cc 73 gfx::Rect WindowTreeHostWin::GetBounds() const {
74 return window_->GetBounds();
82 return window_->GetBounds().origin();
remote_window_tree_host_win.cc 219 gfx::Rect RemoteWindowTreeHostWin::GetBounds() const {
window_tree_host_x11.cc 519 gfx::Rect WindowTreeHostX11::GetBounds() const {
  /external/chromium_org/ui/platform_window/x11/
x11_window.cc 232 gfx::Rect X11Window::GetBounds() {
  /external/chromium_org/v8/src/compiler/
node-properties-inl.h 201 inline Bounds NodeProperties::GetBounds(Node* node) { return node->bounds(); }
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusRegion.h 286 Region::GetBounds(OUT RectF* rect,
295 Region::GetBounds(OUT Rect* rect,
GdiPlusMetaHeader.h 152 VOID GetBounds (OUT Rect *rect) const
GdiPlusBitmap.h 267 Image::GetBounds(
GdiPlusTypes.h 404 VOID GetBounds(OUT RectF* rect) const
607 VOID GetBounds(OUT Rect* rect) const
  /external/chromium_org/chrome/test/base/
test_browser_window.cc 122 gfx::Rect TestBrowserWindow::GetBounds() const {
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 224 gfx::Rect TouchEditableImplAura::GetBounds() {
  /external/chromium_org/extensions/shell/browser/
shell_native_app_window.cc 35 bounds.set_origin(GetBounds().origin());
71 return GetBounds();
78 gfx::Rect ShellNativeAppWindow::GetBounds() const {
  /external/chromium_org/ui/platform_window/win/
win_window.cc 81 gfx::Rect WinWindow::GetBounds() {
  /external/chromium_org/components/native_app_window/
native_app_window_views.cc 108 gfx::Rect NativeAppWindowViews::GetBounds() const {
  /external/chromium_org/ui/ozone/platform/egltest/
ozone_platform_egltest.cc 60 virtual gfx::Rect GetBounds() OVERRIDE;
108 gfx::Rect EgltestWindow::GetBounds() {

Completed in 487 milliseconds

1 2